Re: [Nagios-users] How to surpess notifications if ping fails.

2009-07-02 Thread Jeremiah Jester
ADDRESS$ -w 3000.0,80% -c 5000.0,100% -p 5 } Any thoughts to why this isn't working? Email notifications for other services is working fine. Maybe i need to add check_alive as a service? Thanks, JJ On Wed, Jul 1, 2009 at 3:17 PM, Jeremiah Jester wrote: > I removed it and notifications are

Re: [Nagios-users] How to surpess notifications if ping fails.

2009-07-01 Thread Jeremiah Jester
ting. (PID=27490) Thanks, JJ On Tue, Jun 30, 2009 at 9:08 PM, Jon Angliss wrote: > Jeremiah Jester wrote: > > Jon, > > > > Thanks for the reply. I've been struggling with this for some days. Can > > you give me an example of what how to define this and in what

[Nagios-users] How to surpess notifications if ping fails.

2009-06-29 Thread Jeremiah Jester
Hello, I have a working nagios2 installation under Ubuntu. I would like to configure nagios so that when a host cannot be ping'd by nagios all other services related to this server/s are stopped so I don't get a slew of notifications for that host. I'm thinking i want servicedepency directive in

[Nagios-users] Fwd: "can't shift that many" error

2009-06-29 Thread Jeremiah Jester
I keep getting these error messages when i post to the list.. any ideas why? -- Forwarded message -- From: <> Date: 2009/6/29 Subject: [Nagios-users] "can't shift that many" error To: jeremiahjes...@gmail.com Erro ao enviar o email para nagios-users@lists.sourceforge.net A caixa

Re: [Nagios-users] "can't shift that many" error

2009-06-29 Thread Jeremiah Jester
gios2/scripts$ sudo /etc/init.d/nagios2 start * Starting nagios2 monitoring daemon nagios2 shift: 1: can't shift that many I have not modified the init script. Thanks, JJ On Mon, Jun 29, 2009 at 2:09 PM, Marc Powell wrote: > > On Jun 29, 2009, at 3:44 PM, Jeremiah Jester wrote: > &

[Nagios-users] "can't shift that many" error

2009-06-29 Thread Jeremiah Jester
While attempting to restart the nagios daemon i get the following error. Any thoughts? $ sudo /etc/init.d/nagios2 restart * Restarting nagios2 monitoring daemon nagios2 shift: 225: can't shift that many shift: 1: can't shift that many Thanks, JJ -

[Nagios-users] ping dependency

2009-06-22 Thread Jeremiah Jester
For some reason I'm having a hard time understanding exactly how dependencies work. What I'm trying to do is create a service dependcy that will halt notifications of any number of servers file if that host cannot be pinged. Can anyone assist? Here is the required basic syntax of a basic servic

[Nagios-users] need help with check_sensors

2009-06-17 Thread Jeremiah Jester
Hello, I'm trying to get check_sensors working for nagios. I already have lm_sensors installed and ran 'sensors' to configure it for my machine. Next, I setup and defined the commands and services in nagios. However, when i run the following command i get the following error. $ /usr/lib/nagios/p

Re: [Nagios-users] nagios2: failover

2009-06-15 Thread Jeremiah Jester
Scratch that. Process was stuck. Killed and restart nagios server. Thanks! JJ On Mon, Jun 15, 2009 at 3:22 PM, Jeremiah Jester wrote: > Oops, Looks like i had an error in my configuration file. > > Next question: Any idea why check_nagios can't find the running process? > &

Re: [Nagios-users] nagios2: failover

2009-06-15 Thread Jeremiah Jester
oad15=1.050;5.000;20.000;0; Thanks, JJ On Mon, Jun 15, 2009 at 1:10 PM, Jeremiah Jester wrote: > Hello Nagios Users, > > I'm attempting to setup a second nagios server up to do failover monitoring > in case my primary nagios server goes down. > > Running into a odd problem in talking to t

[Nagios-users] nagios2: failover

2009-06-15 Thread Jeremiah Jester
Hello Nagios Users, I'm attempting to setup a second nagios server up to do failover monitoring in case my primary nagios server goes down. Running into a odd problem in talking to the nrpe daemon on the master server. When I run the following cmd prompt, nrpe does not allow me to connect fr

[Nagios-users] funny disk space message

2009-06-09 Thread Jeremiah Jester
Any one know why I'm getting this weird disk space message? * Nagios * > > Notification Type: PROBLEM > > Service: DISK SPACE > Host: prod > Address: (ip) > State: WARNING > > Date/Time: Mon Jun 8 23:52:12 UTC 2009 > > Additional Info: > > DISK WARNING - free space: / 23146 MB (32 0node=9

[Nagios-users] truncated nagios email?

2009-06-04 Thread Jeremiah Jester
When receiving an email notification of disk space full the 'Additional info' line seems to be truncated near "(32 0node=99" Any ideas why this is happening? Thanks, JJ Nagios * Notification Type: PROBLEM Service: DISK SPACE Host: prod Address: 10.10.10.47 State: CRITICAL Date/Time:

[Nagios-users] disk warning messages

2009-06-04 Thread Jeremiah Jester
Hello, I'm trying to configure nagios to include the disk full percentage in the subject line of the email notification. For example. Subject: [Nagios] CRITICAL 99% Full on Server1 My commands currently look something like this for checking disk space. Anyone have any suggestions for me? -JJ ==