-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Patrick Morris wrote:
> On Thu, 09 Oct 2008, Michael Fern?ndez M wrote:
>
>> Hi,
>>
>> Someone knows a plugin to check the cpu, but only if it's at 90% for 5
>> minutes?
>>
>> I do not need to check the cpu peak.
>>
>> Is for Linux... (Centos 5.2)
On Wed, 08 Oct 2008 17:21:23 +0200, "M." Sébastien LELIÈVRE
<[EMAIL PROTECTED]> wrote:
>Greetings,
>
>I'm experiencing some odd issue with my nagios server.
>
>It dosen't notify by email anymore
Anymore? So it worked before? What changed? Stuff generally doesn't
stop working unless something wa
On Wed, 8 Oct 2008 17:55:09 -0800, Izz Abdullah
<[EMAIL PROTECTED]> wrote:
>I've read the documentation, and have two options:
>1. relay alerts from the Nagios server to our local Exchange server (which is
>too much company politics)
>2. setup sendmail correctly to send alerts
>
>So, I know now h
Change your host check to something that actually works.
From: Masoud Tabrizi [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 09, 2008 3:17 PM
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] Host shows down while all services but ping show
OK
On Thu, 09 Oct 2008, Masoud Tabrizi wrote:
> Hello All,
> I am trying to monitor a windows based host over the internal network using
> Nagios 2.9 and nrpe_nt.0.8.
> Ping is not allowed over the network; I have setup the hosts and am able to
> get response for the disk, cpu, memory, but the host
Thanks for all the suggestions. I am all set now.
Created the new check_host and it worked perfectly.
Thanks again!
M
\\\|///
\\ - - //
( @ @ )
o00o-(_)-o00o--
Masoud Tabrizi
---0ooo---
ooo0 ()
(
On Thu, 09 Oct 2008, Michael Fern?ndez M wrote:
> Hi,
>
> Someone knows a plugin to check the cpu, but only if it's at 90% for 5
> minutes?
>
> I do not need to check the cpu peak.
>
> Is for Linux... (Centos 5.2)
>
> Thanks!!!
>
> Michael.-
The standard check_cpu can do this. Set the m
On Oct 9, 2008, at 4:17 PM, Masoud Tabrizi wrote:
> Hello All,
> I am trying to monitor a windows based host over the internal
> network using Nagios 2.9 and nrpe_nt.0.8.
> Ping is not allowed over the network; I have setup the hosts and am
> able to get response for the disk, cpu, memory, bu
I have been working on a modified check_cpu process that will keep some history
and be able to average it. Mostly because I cannot explain check_load
clearly enough to management to use it as a resource alarm. I will post back
here in a while when I have it working to my satisfaction.
James M
Hello All,
I am trying to monitor a windows based host over the internal network using
Nagios 2.9 and nrpe_nt.0.8.
Ping is not allowed over the network; I have setup the hosts and am able to
get response for the disk, cpu, memory, but the host itself shows down as
ping is not allowed over the net
On Thu, 2008-10-09 at 17:01 -0400, Valdinger, Stephen (DOV, MSX) wrote:
> Why not check-cpu from the nagios plugins??
>
I already did, but nothing like that i found
Michael.-
>
> Stephen Valdinger
> MIS Helpdesk Coordinator
> P: 330.365.3622
> C: 740.491.0958
>
>
> -Original Message-
Why not check-cpu from the nagios plugins??
Stephen Valdinger
MIS Helpdesk Coordinator
P: 330.365.3622
C: 740.491.0958
-Original Message-
From: Michael Fernández M
To: nagios-users@lists.sourceforge.net
Sent: Thu Oct 09 17:45:47 2008
Subject: [Nagios-users] Check_cpu
Hi,
Someone know
Hi,
Someone knows a plugin to check the cpu, but only if it's at 90% for 5
minutes?
I do not need to check the cpu peak.
Is for Linux... (Centos 5.2)
Thanks!!!
Michael.-
-
This SF.Net email is sponsored by the Mobli
Manish Sapariya a écrit :
> Try this out
>
> echo "kernel.core_pattern = /tmp/core.%e.%p.%t" >> /etc/sysctl.conf
>
> It most probably needs reboot to take effect.
sysctl -w kernel.core_pattern=/tmp/core.%e.%p.%t to change it on the fly.
--
Guillaume Rousse
Moyens Informatiques - INRIA Futurs
Tel
Hi,
I thought that check_disk returns a warning/error when the disk space
falls _below_ the values you set? Therefore if it's giving 81% an OK
but your warning level is 80% - that's correct because 81 (the current
free space) is greater than 80 (your warning) and 10 (your critical.)
Or is it
EZ:
We're going to need to see some config files and example outputs.
~BAS
On Thu, 9 Oct 2008, Edwin Zoeller wrote:
I have just noticed a strange thing and hope that someone out there-
This SF.Net email is sponsored by
On Thu, 09 Oct 2008, Edwin Zoeller wrote:
> I have just noticed a strange thing and hope that someone out there could
> shed some lite on it.
>
> I have a disk check set to warn at 80% and crit at 10%. If I run the
> check_disk command locally it returns a warning message that the disk is at
>
Is your mail command under /usr/bin/mail or /bin/mail ?
-john
On Wed, Oct 8, 2008 at 12:08 PM, Valdinger, Stephen (DOV, MSX)
<[EMAIL PROTECTED]> wrote:
> The first place that I would look would be your mail and Nagios logs. There
> is probably something in one of them related to your troubles.
>
I have just noticed a strange thing and hope that someone out there
could shed some lite on it.
I have a disk check set to warn at 80% and crit at 10%. If I run the
check_disk command locally it returns a warning message that the disk is
at 81%, which is correct. But, if I run the check_disk comm
Hi Guillaume,
>> define servicedependency {
>> host_name A
>> service_description X
>> dependent_host_name B,C
>> dependent_service_description Y
>> }
>>
>> I think this says that service X on host A depends on ser
I am running into the same issue. I monitoring multiple windows hosts
using NRPE and NSClient++ on the windows machines. I have turned the
time out up to 20 seconds and this has helped. Currently I may see 3 or
4 time outs usually due to virus scans or back up jobs.
Does anyone know any poss
Try this out
echo "kernel.core_pattern = /tmp/core.%e.%p.%t" >> /etc/sysctl.conf
It most probably needs reboot to take effect. After the
reboot, all core files will be created in /tmp with exe name,
pid and the time stamp appended.
I watch the any new core file by using the find with mtime optio
On Oct 9, 2008, at 10:31 AM, Phill Hocking wrote:
> Greetings, my name is Phill and I am having difficulties with a fresh
> install. Here is the error I get:
Welcome Phill.
> Warning: Duplicate definition found for command 'notify-host-by-email'
> (config file '/usr/local/etc/nagios/objects/com
Steve,
just to clarify. Why not use the event trigger or the event to trap map?
2008/10/8 Steve Shipway <[EMAIL PROTECTED]>:
> An updated version of the Nagios Windows Eventlog agent has been released
> and is available on the Nagios Exchange. This fixes a fairly large bug in
> the filter code s
Greetings, my name is Phill and I am having difficulties with a fresh
install. Here is the error I get:
# nagios -v /usr/local/etc/nagios/nagios.cfg
Nagios 3.0.3
Copyright (c) 1999-2008 Ethan Galstad (http://www.nagios.org)
Last Modified: 06-25-2008
License: GPL
Reading configuration data...
Wa
Christoph Kluenter a écrit :
> On Wednesday 08 October 2008 17:52:58 Francis Dube wrote:
>
>> Hi,
>>
>> I'm using Nagios nagios-2.12_1 with NRPE nrpe2-2.11_1 to check if my
>> display is working properly. I'm taking a screenshot every 4 minutes and
>> then i compare it with the last screenshot.
On Wednesday 08 October 2008 17:52:58 Francis Dube wrote:
> Hi,
>
> I'm using Nagios nagios-2.12_1 with NRPE nrpe2-2.11_1 to check if my
> display is working properly. I'm taking a screenshot every 4 minutes and
> then i compare it with the last screenshot. My script is working very
> well when it'
27 matches
Mail list logo