I have a couple of windows services running which I can monitor in 2 ways.
1. using the wmi service sensor 2. using the wmi process sensor
The problem is that I want to functionality of both!
The service sensor allows me to restart the service automatically from prtg without extra sensors or batch files but it only monitors the channel 'running (msec)' which is not really helpful.
the wmi process sensor gives me working set, commit size, cpu info (per instance), threads, handles, cpu info (total) and the total number of instances running but has no built in way to restart a proces if it somehow has stopped working. :(
Is there some way to combine the resetting of the service with the extra information?
Add comment