NetXMS Support Forum

English Support => General Support => Topic started by: EvilClown on December 06, 2010, 08:06:14 PM

Title: Service Configuration and Request Codes/Answers
Post by: EvilClown on December 06, 2010, 08:06:14 PM
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.
Title: Re: Service Configuration and Request Codes/Answers
Post by: Victor Kirhenshtein on December 07, 2010, 09:59:33 AM
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