Exposing Windows svchost.exe (Services) as processes

I created, the following local check:

WinServicePS.ps1 (1.4 KB)

The idea as to expose the individual services that are hidden under the svchost.exe umbrella. I found this useful for exposing the services for checking since we can already check windows processes.

To many things that are important run as a service on Windows. This was my way of easily exposing these items.

I also made the following change to the checks/ps:

local-share-check_mk-checks-ps.txt (12.7 KB)

Anyway, for your consideration.