after upgrading to Nagios XI 2014R1.3 I get the following error with check_mailq:
(return code of 255 is out of bounds)
If I call /usr/local/nagios/libexec/check_mailq from cli I get the following errors:
Code: Select all
[root@nagiosxi libexec]# ./check_mailq
Bareword found where operator expected at ./check_mailq line 613, near "/usr/sbin"
(Missing operator before bin?)
Semicolon seems to be missing at ./check_mailq line 618.
syntax error at ./check_mailq line 613, near "/usr/sbin"
syntax error at ./check_mailq line 618, near "exim4 elsif"
syntax error at ./check_mailq line 623, near "nullmailer elsif"
syntax error at ./check_mailq line 670, near "}"
Execution of ./check_mailq aborted due to compilation errors.What can I do?
Thank you in advance for helping