Hello all,
First of all, many thanks to developers for such great software. 
I'm new to NetXMS, so please be patient  :). 
I have a question about 'Business Services/Service Check' configuration. 
Node status checking script is quiet simple and documented in manual, 
but how to write script to check that specific service (e.g. Web server or SQL server) on node is running?
Thanks in advance, Grzegorz.
			
			
			
				Hi!
Usually you setup one or more DCIs on the node to control service health, and the use GetDCIValue family functions to check values against thresholds.
Best regards,
Victor
			
			
			
				Hi,
Thanks for provided information, I'll give it a try.
Best regards, Grzegorz.