[Nagios-users] Postfix Mail Queue Plugin

2010-07-01 Thread Scott Miller
/usr/local/libexec/nagios" ; Anyone see what I’m doing wrong? I've googled and googled, but to no avail. Thanks! Scott Miller #check_mailq #! /usr/bin/perl -w # Copyright (c) 2002 Oregon State University -

Re: [Nagios-users] FW: Not sending e-mails

2009-10-01 Thread Scott Miller
uot; | /usr/sbin/sendmail.postfix $CONTACTEMAIL$ Awesome - thanks! http://65.19.234.227:1 Scott Miller From: mike.saldi...@directfinancialsolutions.com [mailto:mike.saldi...@directfinancialsolutions.com] On Behalf Of Michael Saldivar Sent: Thursday, October 01, 2009 2:04 PM To: Sco

Re: [Nagios-users] FW: Not sending e-mails

2009-10-01 Thread Scott Miller
il will use. So the issue here isn't really Nagios-specific, since you're unable to send mail with /bin/mail outside of Nagios as well. If you fix the email setup, Nagios notifications will be delivered just fine, and Postfix setup is too off topic for this list :-) Good luck! On Thu, Oc

Re: [Nagios-users] FW: Not sending e-mails

2009-10-01 Thread Scott Miller
o world" | /bin/mail -s "Test Email" r...@localhost On Thu, Oct 1, 2009 at 8:28 PM, Scott Miller wrote: Scott Miller wrote: >> I know this has been hit over and over, and I've read literally everything I >> could find, but to no avail. I have a newly install of

[Nagios-users] FW: Not sending e-mails

2009-10-01 Thread Scott Miller
Scott Miller wrote: >> I know this has been hit over and over, and I've read literally everything I >> could find, but to no avail. I have a newly install of Nagios 3.2.0 on a >> Fedora Core 8 with Postfix/Dovecot. I have a modified script (postfix mail >> queue

[Nagios-users] Not sending e-mails

2009-10-01 Thread Scott Miller
email;CRITICAL: Postfix mailq has 15 messages queued for a total of 12494 Kbytes. Wondering if anyone could double check the pertinent parts of my config? Thanks in advance. Scott Miller contacts.cfg define contact{ contact_namenagiosadmin ;

[Nagios-users] Postfix Mail Queue Monitor

2009-09-29 Thread Scott Miller
In case anyone is interested, I've attached a working Postfix Mail Queue Monitor for nagios - It's working for me as is, but if anyone has any suggested modifications I'd be glad to look at them. Thanks, Scott Miller #! /usr/bin/perl -w # Copyright (c) 2002 Oregon State Unive

[Nagios-users] Monitor Postfix Mail Queue

2009-09-28 Thread Scott Miller
I did modify one line above - because it was reporting 0 messages in queue. I changed: my $result = `ls -1 /var/spool/postfix/deferred/?/* 2>/dev/null | wc -l`; to read: my $result = `ls -1 /var/spool/postfix/deferred/*/* 2>/dev/null | wc -l`; Still - it reports (OK: Postfix mailq has

Re: [Nagios-users] Nagios Plugin for Barracuda Spam Firewalls

2008-05-06 Thread Scott Miller
Seth, Thanks for your offer. I've attempted to get this existing one working with no luck. I'd be happy to learn how you are monitoring your 800s. Thanks, Scott Miller -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Seth P. Low Sent: M

[Nagios-users] Nagios Plugin for Barracuda Spam Firewalls

2008-05-05 Thread Scott Miller
Anyone using the Nagios Plugin for Barracuda Spam Firewalls located here: http://seigafuse.com/?p=38 I'm attempting to get it working and have run into a snag. Just wondering if anyone has it working successfully. Thanks, Scott M

Re: [Nagios-users] Monitor a Linux Machine

2008-05-01 Thread Scott Miller
Thanks everyone for your help. /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg really is my best friend. Found all the errors, and now it's happy. Thanks for all the help. Scott Miller -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Beha

[Nagios-users] Monitor a Linux Machine

2008-05-01 Thread Scott Miller
I've read through the docs and just don't see where I went wrong. Anyone have any pointers or suggestions? Thanks, Scott Miller - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss t