Werk #19786: Fix ntopng exception when selecting 0-24h hour filter
| Component | Ntopng integration | ||||||
| Title | Fix ntopng exception when selecting 0-24h hour filter | ||||||
| Date | May 4, 2026 | ||||||
| Level | Trivial Change | ||||||
| Class | Bug Fix | ||||||
| Compatibility | Compatible - no manual interaction needed | ||||||
| Checkmk versions & editions |
|
Previously, selecting the 0–24h range in the ntopng "Filter by hour" graph caused a backend exception:
time data '1 day, 0:00:00' does not match format '%H:%M:%S'
This happened when the UTC offset pushed the computed end time to exactly midnight (24:00), causing Python's timedelta string representation to use "1 day, 0:00:00" instead of a parseable time format. This has been fixed.