Hello,
Just test the check_mailq produce with the change in the branch and the result work for me !!
Yves
Search found 4 matches
- Fri Jun 06, 2014 2:45 pm
- Forum: Open Source Nagios Projects
- Topic: Nagio plugin installation error
- Replies: 21
- Views: 15601
- Mon Jun 02, 2014 4:35 pm
- Forum: Open Source Nagios Projects
- Topic: Nagio plugin installation error
- Replies: 21
- Views: 15601
Re: Nagio plugin installation error
The perl code contain lines like: || -e '/usr/sbin/exim' || -e '/usr/local/sbin/exim' I think the bug is with the nagios-plugins-2.0.2/plugins-scripts/subst awk code, 50 # If a script contains a reference to a fully qualified command, 51 # subst will replace the fully qualified command with whatever...
- Mon Jun 02, 2014 3:40 pm
- Forum: Open Source Nagios Projects
- Topic: Nagio plugin installation error
- Replies: 21
- Views: 15601
Re: Nagio plugin installation error
On redhat 6.5
postfix-2.6.6-6.el6_5.x86_64
I do a plain
and after
Yves
postfix-2.6.6-6.el6_5.x86_64
I do a plain
Code: Select all
./configure Code: Select all
makeYves
- Mon Jun 02, 2014 3:14 pm
- Forum: Open Source Nagios Projects
- Topic: Nagio plugin installation error
- Replies: 21
- Views: 15601
Re: Nagio plugin installation error
Hello Just try to install nagios-plugins 2.0.2 and I have the same issue, the check_mailq produce is not good perl. I am on RedHat 6.5 with the gawk package install and the check_mailq perl script is not good around line 613: 607 }else{ 608 if (defined $utils::PATH_TO_QMAIL_QSTAT 609 && -x $...