Jannos-443 / PRTG-WinServices

Monitor automatically started Windows services with PRTG
MIT License
2 stars 1 forks source link

find channels for monitored services #2

Closed JerBiz44 closed 1 year ago

JerBiz44 commented 1 year ago

Hi Jannos,

First, Thanks you verry much ! This script help me really ! I have no success to have a dedicated channed for each services monitored. Actually i configured the sensor like this :

-ComputerName "%host" -Username "%windowsuser" -Password "%windowspassword" -IncludePattern '^(name of service 1|name of service 2)$' -CriticalServicePattern '^(name of service 1|name of service 2)$' -CriticalServiceLimit 2

Is it possible to add an option to create the channels for each services monitored ? And also an option to not view this channel : Automatic Services not running ?

The idea is to have only the view on the critical services states (sum and details).

Thanks you very much.

I learned a lot in powershell and the prtg monitoring with you !

Jannos-443 commented 1 year ago

Hi Jerbiz44,

I added a "HideAutomaticNotRunning" and "ChannelPerService" Parameter. (see the new screenshot) Hope this helps you.

thank you for the great feedback :)

JerBiz44 commented 1 year ago

Thanks you very much. It's working like a charm ! and we have less parameters than before ! Too strong !