A collection of Hyper-V plugins for the Icinga Powershell Framework
GNU General Public License v2.0
6
stars
0
forks
source link
Invoke-IcingaCheckHyperVSnapshot - You cannot call a method on a null-valued expression. #77
Open
Aleksey-Maksimov opened 4 months ago
Hello.
The snapshot checking plugin Invoke-IcingaCheckHyperVSnapshot works fine if all virtual machines are included in the scan
Also, the plugin works fine if we add the
-ExcludeVms
filter and a certain part of the virtual machines is included in the selectionHowever, if the plugin filters out all virtual machines, we will receive an error
We need an additional option that allows us to set the status to OK if the VMs are not selected. Thank you.