Werk #20159: NTNX Data Protection service: Fix 'Next Snapshot scheduled at' timestamp rendering
| Component | Checks & agents | ||||
| Title | NTNX Data Protection service: Fix 'Next Snapshot scheduled at' timestamp rendering | ||||
| Date | Jul 17, 2026 | ||||
| Level | Trivial Change | ||||
| Class | Bug Fix | ||||
| Compatibility | Compatible - no manual interaction needed | ||||
| Checkmk versions & editions |
|
The timestamp rendering in the service summary output of the NTNX Data Protection check plugin has been fixed.
The Prism API returns the next snapshot timestamp in microseconds.
Previously, Checkmk would pass this value to a rendering function which expected seconds, causing the summary to report a time roughly 56,000,000 years in the future, somewhat later than most retention policies anticipate.
This has been fixed and the timestamp is now rendered using Checkmk's normal timestamp-rendering machinery.
This timestamp is only used in rendering the check summary. No user action is needed.