I’m trying to use Icinga for windows and the powershell module to monitor some Windows Service.
I’m using the command “Invoke-IcingaCheckService”
For monitoring for example the service starting with “icinga” I can use the wildcar as in the pics below:
And this work and show me 2 service checked:
Icinga2
Icinga2 Powershell Service
BUT now If I wan to ADD other service to the array How can I do ?
For example if I wan to monitor olso the service starting with F5…
I tryied:
icinga*,F5*
icinga*; F5*
icinga*|F5*
icinga* F5*
But these do not work.
How can I add here an array of different services to monitor?