Plugin Invoke-IcingaCheckHyperVHealth healt state

I am setting up icinga-powershell-hyperv and got a bit stuck on the start. I have set up plugin Invoke-IcingaCheckHyperVHealth on multiple hosts and i am getting the response but always with a warning as bellow:

Hyper-V Health Package: 1 Warning 1 Ok Hyper-V Status
_ Hyper-V Status
_ Health State: Undefined: 0

I was traying to diagnose the problem and I think i am missing a powershell cmdlet that is used in the plugin: “Get-IcingaHypervHostInfo”. While executig in admin elavated powershell I get:

Get-IcingaHypervHostInfo : The term ‘Get-IcingaHypervHostInfo’ is not recognized as the name of a cmdlet, function, script file, or operable program…

Installed components on this system:
Component Version Available


agent 2.13.7 2.13.7
apichecks 1.2.0 1.2.0
cluster 1.2.0 1.2.0
framework 1.10.1 1.10.1
hyperv 1.2.0 1.2.0
inventory 1.2.0 1.2.0
plugins 1.10.1 1.10.1
service 1.2.0 1.2.0

Any idea ?

Which user runs the icingapowershell service?
Which user runs the icinga2 service?

It might me NetworkService, which might not have sufficent rights to access HyperV information.

To get all the Icinga cmdlets run Use-Icinga; before hand.