Werk #19772: Oracle instance uptime check: handle negative uptime values
| Component | Checks & agents | ||||
| Title | Oracle instance uptime check: handle negative uptime values | ||||
| Date | Apr 14, 2026 | ||||
| Level | Trivial Change | ||||
| Class | Bug Fix | ||||
| Compatibility | Compatible - no manual interaction needed | ||||
| Checkmk versions & editions |
|
The Oracle instance uptime check could crash with a ValueError: Cannot render
negative timespan when the Oracle database reported a negative uptime value.
This can happen due to clock synchronization issues or Oracle-internal anomalies.
The check now handles negative uptime values gracefully by reporting a warning instead of crashing.