Skip to content

Icinga PowerShell Hyper-V v1.3.0

Latest
Compare
Choose a tag to compare
@LordHepipud LordHepipud released this 02 Nov 10:50
· 5 commits to master since this release
ae02210

1.3.0 (2023-11-02)

Issue and PRs

Bugfixes

  • #67 Fixes Hyper-V Snapshot plugin throwing an exception in case vdisks were deleted from disk or removed from the virtual machine object in Hyper-V Manager
  • #69 Fixes a freeze during Test-IcingaHyperVInstalled call on some machines, as Get-WindowsFeature sometimes takes forever to resolve the feature list

Enhancements

  • #70 Adds new plugin Invoke-IcingaCheckHyperVDuplicateVM to check for duplicate virtual machines on your Hyper-V node or cluster, printing critical for every single virtual machine found with duplicates
  • #71 Adds blackout time check for virtual machine migration for Invoke-IcingaCheckHyperVVMHealth
  • #72 Adds support to check the cluster node count for the Hyper-V environment with Invoke-IcingaCheckHyperVHealth

New Plugin Integrations

  • Invoke-IcingaCheckHyperVDuplicateVM