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.
			
			
			
				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 (https://www.netxms.org/forum/index.php/topic,166.0.html)
Best regards,
Victor