[Nagios-users] NRPE/NSClient++ CheckCPU Error?

2012-01-30 Thread Robert Jackson
Why does the NSClient++ command CheckCPU always sit as a critical condition within Nagios? The command I have in place is: $USER1$/check_nrpe -H $HOSTADDRESS$ -c CheckCPU -a warn=$ARG1$ crit=$ARG2$ time=5m $ARG1$ is set to 80% and $ARG2$ is set to 95% (have tried with and without % symbol)

Re: [Nagios-users] NRPE/NSClient++ CheckCPU Error?

2012-01-30 Thread Matthew Jurgens
You might like to try www.edcint.co.nz/checkwmiplus On 30/01/2012 9:07 PM, Robert Jackson wrote: Why does the NSClient++ command CheckCPU always sit as a critical condition within Nagios? The command I have in place is: $USER1$/check_nrpe -H $HOSTADDRESS$ -c CheckCPU -a warn=$ARG1$

Re: [Nagios-users] NRPE/NSClient++ CheckCPU Error?

2012-01-30 Thread Claudio Kuenzler
In the NSClient++ documentation, CheckCPU works with normal integers as thresholds (so no %-sign required). As an alternative, you can also check the CPU Utilization with the NSClientListener/check_nt plugin: http://nsclient.org/nscp/wiki/NSClientListener I use this way of checking the cpu

[Nagios-users] AUTO: Eliot Picken is out of the office (returning 10/02/2012)

2012-01-30 Thread Eliot Picken
I am out of the office until 10/02/2012. I am currently out of the office on leave, and your email has not been forwarded. For emergency issues, please contact Alex Lawrie on +44 (0) 1224 894 000 otherwise I will respond to your email upon my return Note: This is an automated response to

[Nagios-users] Different notification intervals for WARNING and CRITICAL

2012-01-30 Thread John Kennedy
I have tried to Google and look at docs but think my brain is deserting me...I am relatively new to Nagios, very new to GroundWork. Is it possible to set up a plugin to send email at different intervals for warning and critical alerts. For example, a file system is 90% full, triggering a WARNING

Re: [Nagios-users] Different notification intervals for WARNING and CRITICAL

2012-01-30 Thread Andreas Ericsson
On 01/30/2012 05:18 PM, John Kennedy wrote: I have tried to Google and look at docs but think my brain is deserting me...I am relatively new to Nagios, very new to GroundWork. Is it possible to set up a plugin to send email at different intervals for warning and critical alerts. For

Re: [Nagios-users] r...@walkermartyn.co.uk - Re: NRPE/NSClient++ CheckCPU Error? - Email found in subject

2012-01-30 Thread Robert Jackson
I'm trying out check_wmi_plus at the moment. I've got some basic tests working from a command line (namely checkuptime, checkmem and checkdrivesize). All well and good. However my problems start when I try to run checkcpu within a Nagios environment - UNKNOWN - Permission denied when trying to

Re: [Nagios-users] Different notification intervals for WARNING and CRITICAL

2012-01-30 Thread John Kennedy
On Mon, Jan 30, 2012 at 16:47, Andreas Ericsson a...@op5.se wrote: On 01/30/2012 05:18 PM, John Kennedy wrote: I have tried to Google and look at docs but think my brain is deserting me...I am relatively new to Nagios, very new to GroundWork. Is it possible to set up a plugin to send

[Nagios-users] Check_Ping plugin not Incrementing Check Attempt Value

2012-01-30 Thread Robert V. Bolton
Over the weekend I had a weird event happen in my monitoring set. I have a host that has an Infiniband interface, and we are running the IP protocol over Infiniband, while using the check_ping plugin to verify network connectivity. This weekend our Ethernet to Infiniband gateway went down and the

Re: [Nagios-users] Check_Ping plugin not Incrementing Check Attempt Value

2012-01-30 Thread Claudio Kuenzler
It looks like you use parent-child-relationships? That would explain why it's written Host Unreachable (172.21.10.170) instead of Host Down. Was the parent of this host down as well? In this case, Nagios 'knows' that it doesn't make sense to continue checks on the child hosts. On Mon, Jan 30,

Re: [Nagios-users] Check_Ping plugin not Incrementing Check Attempt Value

2012-01-30 Thread Robert V. Bolton
On Mon, Jan 30, 2012 at 11:39 AM, Claudio Kuenzler c...@claudiokuenzler.comwrote: It looks like you use parent-child-relationships? That would explain why it's written Host Unreachable (172.21.10.170) instead of Host Down. Was the parent of this host down as well? In this case, Nagios

Re: [Nagios-users] r...@walkermartyn.co.uk - Re: NRPE/NSClient++ CheckCPU Error? - Email found in subject

2012-01-30 Thread Matthew Jurgens
On 31/01/2012 3:57 AM, Robert Jackson wrote: I'm trying out check_wmi_plus at the moment. I've got some basic tests working from a command line (namely checkuptime, checkmem and checkdrivesize). All well and good. However my problems start when I try to run checkcpu within a Nagios