Individual Service Monitorning

Started by Aron Schneider, November 19, 2009, 07:16:39 PM

Previous topic - Next topic

Aron Schneider

Thanks for your previous response to my last question.  We tested it out and now our up and down status monitorning is working as intended.  My next question is about individual service monitoring on the servers themselves.  For example, we'd like to monitor services such as the print spooler and specific citrix services for all servers in the farm.  Can you please provide us with the steps necessary to create the monitorning?   Again, I appreciate your help.

Victor Kirhenshtein

Hello!

You can monitor status of Windows services via agent's parameter System.ServiceState. It should be used as

System.ServiceState(service name)

You can also found discussion about it here: https://www.netxms.org/forum/index.php/topic,166.0.html

Best regards,
Victor