Search found 3 matches
- Wed Jul 25, 2012 2:41 am
- Forum: Open Source Nagios Projects
- Topic: check_mailq issue on localhost
- Replies: 4
- Views: 4321
Re: check_mailq issue on localhost
I'm using Ubuntu 10.04.4 LTS which is fully patched and up to date. Unfortunately I still have the same result after trying the suid and 777 chmod. Confirmed from the command line again and it still works fine: $ su -s /bin/bash nagios -c '/usr/lib/nagios/plugins/check_mailq -w 3 -c 5 -v 9' OK: mail...
- Tue Jul 24, 2012 8:25 am
- Forum: Open Source Nagios Projects
- Topic: check_mailq issue on localhost
- Replies: 4
- Views: 4321
Re: check_mailq issue on localhost
Hi slansing,
ls -l output:
Looks different to yours..
Regards,
Scott
ls -l output:
Code: Select all
-rwxr-xr-x 1 nagios nagios 20367 2011-07-01 14:47 check_mailq
Regards,
Scott
- Thu Jul 19, 2012 9:25 am
- Forum: Open Source Nagios Projects
- Topic: check_mailq issue on localhost
- Replies: 4
- Views: 4321
check_mailq issue on localhost
Hi, I am trying to get the check_mailq command working on my Nagios install and not having much luck. I have spent the last two hours googling and not been able to resolve so hoping some kind sole can help. I am using sendmail and want to check the mail queue on the Nagios localhost (I have issues w...