1.7.0 (2021-11-09)
Bugfixes
- #187 Fixes
Invoke-IcingaCheckUsedPartitionSpace
andInvoke-IcingaCheckDiskHealth
in case mirrored disks are used within the system, causing an exception on duplicate partition id's - #200 Fixes
UNKNOWN
forInvoke-IcingaCheckUsedPartitionSpace
, in case the main partition has no space left which should returnCRITICAL
instead - #233 Fixes used partition space plugin performance by fetching only partition space data instead of entire disk information collection and renamed it to represent the new method of being able to toggle between free and used space for partitions
- #235 Fixes operational status monitoring output for
Invoke-IcingaCheckDiskHealth
Enhancements
- #199 Adds additional metadata to
Invoke-IcingaCheckDiskHealth
for disk serial number, assigned partitions, boot device, device id, system device and device name - #211 Adds feature to
Invoke-IcingaCheckService
, allowing to filter for specific service startup types in case the plugin is used to check for specific services with-Service
- #237 Adds support for
Invoke-IcingaCheckHTTPStatus
to add the content of the website output by using the flag-AddOutputContent
- #241 Adds possibility to switch between free and used monitoring for
Invoke-IcingaCheckUNCPath
and consolidates monitoring like other plugins, with dynamic % monitoring. - #243 Removes function
Publish-IcingaPluginDocumentation
, as this function will move directly into the Icinga PowerShell Framework