Service Configuration and Request Codes/Answers

Started by EvilClown, December 06, 2010, 08:06:14 PM

Previous topic - Next topic

EvilClown

Hi,
I'm trying to use some services in netxms.
My question is how to configure the following protocols:
ldap, imap, cifs, nfs.
Until now I only found the preconfigured ones with the following Request Codes/Answers:
Service:         Request code:                Return Code:

http:            server:/page.html            ^HTTP/1\.[01] 200.*
smtp:          email adress         not used
ssh:            ignored         ignored
pop3:          user:password         not used
Thanks for your answers.

Victor Kirhenshtein

Hi!

Unfortunately, there are no predefined checks for protocols other then you listed. You can either use "custom" check, which just checks connectivity to TCP port, or write external scripts and call them via external parameters for protocol checking.
For a long time I wish to rewrite port checker subagent as an engine which runs NXSL scripts doing protocol checks, so it can be easily extended, but still cannot find enough free time to do that :(

Best regards,
Victor