Thanks, that works. Now I'm getting a 2 for status as expected.
				
			We really need your input in this questionnaire
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Victor Kirhenshtein on June 08, 2010, 12:25:02 PM
Hi!
ServiceCheck.Custom accepts two arguments - host name or IP address and port number. For example, to check port 8080 on address 10.1.2.3, use
ServiceCheck.Custom(10.1.2.3,8080)
All ServiceCheck.* parameters return the following values:
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