Email Delivery - Too Many Arguments?
Posted: Fri Dec 28, 2012 7:47 am
We are using Nagios XI 2012R1.3, and have configured the Email Delivery checker through the Wizard. It was working perfectly, until I edited the service today (via. CCM) and applied my changes.
The check is now not working, because not all the arguments are present. The check command uses twelve arguments, but the GUI only shows eight fields. I'm guessing that when you click save, the other arguments (which are hidden?) are wiped.
Is there some way round this, as we currently can't edit this type of service via. CCM?
Many thanks,
Gavin
The check is now not working, because not all the arguments are present. The check command uses twelve arguments, but the GUI only shows eight fields. I'm guessing that when you click save, the other arguments (which are hidden?) are wiped.
Code: Select all
$USER1$/check_email_delivery --mailto $ARG1$ --mailfrom $ARG2$ -H $ARG3$ --smtp-server $ARG3$ --smtp-username $ARG4$ --smtp-password $ARG5$ --smtp-port $ARG6$ $$([ "$ARG7$" ] && echo --smtptls) --imap-server $ARG8$ --username $ARG9$ --password $ARG10$ --imap-port $ARG11$ $$([ "$ARG12$" ] && echo --imapssl)Many thanks,
Gavin