Werk #19196: rrd: Skip RRD creation for filenames exceeding filesystem limits
| Component | Core & setup | ||||
| Title | rrd: Skip RRD creation for filenames exceeding filesystem limits | ||||
| Date | Apr 17, 2026 | ||||
| Level | Trivial Change | ||||
| Class | Bug Fix | ||||
| Compatibility | Compatible - no manual interaction needed | ||||
| Checkmk versions & editions |
|
Nagios core now skips RRD file creation when the generated filename would exceed
the filesystem PC_NAME_MAX limit. This can happen with services that have long
descriptions or metric names.
Previously, attempting to create such files could cause silent failures or crashes in the GUI. The affected service is now skipped with a log warning instead, keeping the monitoring core stable.
No action from the user is required.