NetXMS Support Forum

English Support => General Support => Topic started by: mbergman on January 08, 2009, 04:14:25 PM

Title: DCI ServiceCheck Parameters
Post by: mbergman on January 08, 2009, 04:14:25 PM
In DCI, there are agent parameters called ServiceCheck.Custom(*), ServiceCheck.HTTP(*), ServiceCheck.POP3(*), ServiceCheck.SMTP(*), ServiceCheck.SSH(*), and ServiceCheck.Telnet(*).

How are these used, and what are the arguments for them?  I am most interested in the ServiceCheck.HTTP(*) data parameter.

Thanks.

-mb
Title: Re: DCI ServiceCheck Parameters
Post by: Victor Kirhenshtein on January 08, 2009, 04:53:13 PM
Hi!

There are description of how to use ServiceCheck.HTTP(): https://www.netxms.org/forum/index.php/topic,28.msg87.html#msg87 (https://www.netxms.org/forum/index.php/topic,28.msg87.html#msg87)

Best regards,
Victor
Title: Re: DCI ServiceCheck Parameters
Post by: CTXM on November 17, 2009, 04:56:52 PM
I am interested in those Service.Check.SSH parameter response statuses

2 means ?
3 means ?

Wich ones, even, exists?
Title: Re: DCI ServiceCheck Parameters
Post by: Victor Kirhenshtein on November 17, 2009, 05:17:18 PM
All ServiceCheck.xxx parameters has the same response codes:

0 - success (server was connected and return expected response)
1 - invalid arguments was passed
2 - cannot connect to server
3 - bad server's response

Best regards,
Victor