NetXMS Support Forum

English Support => General Support => Topic started by: ditonet on January 26, 2014, 12:22:01 PM

Title: Business Services/Service Check question
Post by: ditonet on January 26, 2014, 12:22:01 PM
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.
Title: Re: Business Services/Service Check question
Post by: Victor Kirhenshtein on January 28, 2014, 10:13:37 AM
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
Title: Re: Business Services/Service Check question
Post by: ditonet on January 29, 2014, 12:01:06 AM
Hi,

Thanks for provided information, I'll give it a try.

Best regards, Grzegorz.