Help monitoring Exchange IMAP

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
dibblm
Posts: 1
Joined: Fri Aug 18, 2017 10:54 am

Help monitoring Exchange IMAP

Post by dibblm »

New user. Testing XI coming from Solarwinds products.
I used the exchange wizard to import my local mail server. I called support and was directed here.

My IMAP uses 143 and 993 depending on SSL. There is no documentation I can find on what the $arg1$ means for using -j as the argument.
I presume -j dictates port 143 instead of using 993 ?

Please see error:
connect to address 172.16.250.87 and port 143: Connection refused

I presume this is because no authentication mechanism has been defined. However I also don't see a way to provide one.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Help monitoring Exchange IMAP

Post by cdienger »

The command effectively becomes

Code: Select all

check_imap -H $HOSTADDRESS$ -j
when -j is in the $ARG1$ field.

The -j option is short for --jail which hides tcp outpt. You can find more information on this check and other options at https://www.monitoring-plugins.org/doc/ ... _imap.html.

You can use -S and -p to specify SSL and a different port. Based on the results I think it's a problem with not being allowed to connect to the port(on the transport layer) and not a failure to authenticate.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked