·
1 commit
to support/1.13
since this release
1.13.1 (2025-05-08)
Breaking Changes
- The performance metrics for
Invoke-IcingaCheckScheduledTaskhave changed forlastruntimeandnextruntime, which now store the offset from the last/next runtime to the execution time in seconds. This also means you have to update your thresholds for warning/critical for these checks, as the value will now increase over time!
Bugfixes
- #351 Fixes
Invoke-IcingaCheckUpdatesto properly report critical for-CritOnReboot - #377 Fixes
Invoke-IcingaCheckPerfCounterto write correct performance data in case only certain instances are checked to ensure perf data are assigned to checks accordingly - #420 Fixes
Invoke-IcingaCheckUptimeto report a more human readable output for the current uptime in the package name - #436 Fixes performance data for ScheduledTask plugin for Last and Next RunTime
Enhancements
- #389 Adds support for disk health check to
Invoke-IcingaCheckDiskHealth(thanks @audiocoach) - #408 Adds support for
Invoke-IcingaCheckDiskHealthto filter disks by their friendly name - #430 Adds support for
Invoke-IcingaCheckHTTPStatusto allow for ignoring SSL/TLS errors