PDA

View Full Version : how check process and services on windows?


molmi
30-07-2010, 10:52
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.

molmi
30-07-2010, 13:14
thank you! Very best!

this is the soluction for check a windows service but for check a win process ... how to do?

molmi
04-08-2010, 10:07
no ANSWER?

I need to monitoring a process ...