View Full Version : how check process and services on windows?
How can i configure a trigger for check any process and any windows services ?
Thanks!
jzondervan
30-07-2010, 11:28
Take a look at the service_state item.
E.g. configure an item like this:
service_state[service_real_name]
Set 'Show Value' to 'Windows service state'.
And then create a trigger for it:
{HOSTNAME:service_state[service_real_name].avg(300)}>0
It will trigger if service is down for 300 sec.
thank you! Very best!
this is the soluction for check a windows service but for check a win process ... how to do?
no ANSWER?
I need to monitoring a process ...