[Nagios-users] Antwort: Re: Service Escalation

2010-01-29 Thread Howard Allison
Thanks Martin, I was afraid that might be the only way... Mit freundlichen Grüßen Howard ALLISON Martin Melin wrote on 29.01.2010 12:33:24: > Martin Melin > 29.01.2010 12:39 > > An > > Howard Allison > > Kopie > > nagios-users@lists.sourceforge.net > >

[Nagios-users] Service Escalation

2010-01-29 Thread Howard Allison
Hi group, I want to do something fairly simple, but I can't seem to make it happen... When a service goes into critical status, I want to send one, and only one e-mail notification.If the service is still down after say 15 minutes, I want to send one, and only one SMS. Is this possible? Unless I'm

[Nagios-users] Antwort: Re: plugin for AIX6

2009-10-06 Thread Howard Allison
Don't know exactly what you want to monitor - but you could use something like: MEM_REAL=`vmstat | grep System | cut -d" " -f4 | cut -d"=" -f2 | sed -e s/MB//g` MEM_FREE=`vmstat | tail -1 | awk '{print $4}'` MEM_FREE=`echo "$MEM_FREE * 4096" | bc` MEM_REAL=`echo "$MEM_REAL * 1048576" | bc` to get

[Nagios-users] output field no longer being written in ndoutils 1.4b8

2009-08-18 Thread Howard Allison
I've just installed ndoutils 1.4b8 on a test system using MySQL - the new long_output field gets set to NULL, and the output field doesn't get written - is thsi WAD? thanks Howard -- VERTRAULICHKEIT: Diese Nachricht ist ausschließlich für denjenigen bestimmt, an den sie a

[Nagios-users] Antwort: Please define "defined" in this context

2009-06-03 Thread Howard Allison
Whit Blauvelt wrote on 03.06.2009 15:13:59: > Whit Blauvelt > 03.06.2009 15:27 > > An > > nagios-users@lists.sourceforge.net > > Kopie > > Thema > > [Nagios-users] Please define "defined" in this context > > Hi, > > Starting to set up Nagios, and puzzled at something that must be simple, but