Icinga Powershell Hyperv CHANGELOG¶
The latest release announcements are available on https://icinga.com/blog/.
Please read the upgrading documentation before upgrading to a new release.
Released closed milestones can be found on GitHub.
1.2.0 (2022-08-30)¶
Bugfixes¶
- #64 Fixes Hyper-V Health plugin always reporting critical because of service exit code
1077
, which simply means this service was never started on the host before and can safely be ignored
Enhancements¶
- #60 Adds support for providing a different
Username
andPassword
forInvoke-IcingaCheckHyperVVMM
, to run the check as different user - #63 Updates performance metrics to Icinga for Windows v1.10.0 layout and provides default dashboards for Grafana and Icinga Web
- #65 Updates config and dependencies for Icinga for Windows v1.10.0
Grafana Dashboards¶
New Dashboards¶
- Hyper-V Base
- Windows-HyperV-Web
New Plugin Integrations¶
- Invoke-IcingaCheckHyperVHealth
- Invoke-IcingaCheckHyperVOverCommitment
- Invoke-IcingaCheckHyperVSnapshot
- Invoke-IcingaCheckHyperVVirtualSwitches
- Invoke-IcingaCheckHyperVVMHealth
1.1.0 (2022-05-03)¶
Bugfixes¶
- #41 Fixes
UNKNOWN
on overcommitment check, in case no virtual machines are present on the host - #49 Fixes an exception in case machines on the system are present with the identical name
- #52 Fixes
This argument does not support the % unit
forTotal Snapshot Size
, caused by duplicate entry - #53 Fixes exception in case no permission is granted to snapshot directory
- #55 Fixes JEA error which detected
ScriptBlocks
in the plugin collection - #57 Fixes memory unit which was calculated in
MB
instead ofBytes
and fixes CPU overcommitment, which could result in negative usage values if there is not overcommitment
Enhancements¶
- #40 Adds new plugin
Invoke-IcingaCheckHyperVVMM
to check the state of the Virtual Machine Manager (VMM) for each host if being installed - #42 Adds switch to
Invoke-IcingaCheckHyperVSnapshot
andInvoke-IcingaCheckHyperVVirtualSwitches
to mitigate state fromUnknown
toOk
, in case no virtual machines or virtual switches are present on the system - #58 Adds support for Icinga for Windows v1.9.0 module isolation
1.0.0 (2021-06-10)¶
New Plugins¶
This release adds the following new plugins:
- Invoke-IcingaCheckHyperVHealth
- Invoke-IcingaCheckHyperVOverCommitment
- Invoke-IcingaCheckHyperVSnapshot
- Invoke-IcingaCheckHyperVVirtualSwitches
- Invoke-IcingaCheckHyperVVMHealth