On Wed, Jul 03, 2013 at 12:28:20PM +0530, Joshi MP wrote:
> I have two instances of Nagios servers , Would like to monitor both of them
> each other , And found that check_nagios will be useful for this . Please
> let me know from where can I download this ?
You're probably looking for check_nagio
Joshi,
http://nagiosplugins.org/man/check_nagios
check_nagios is available by downloading and compiling Nagios plugins found
here:
http://nagiosplugins.org/download
-Yancy
Yancy Ribbens
---
Tech Team
yribb...@nagios.com
On 7/3/2013 1:58 AM, Joshi MP wrote:
> Hi Team,
>
> I have two instance
Hi Team,
I have two instances of Nagios servers , Would like to monitor both of them
each other , And found that check_nagios will be useful for this . Please
let me know from where can I download this ?
thanks,
Joshi
--
On Tue, 20 Mar 2007, chiel wrote:
> check_nagios -e 5 -F /usr/local/nagios/var/nagios.log -C
> /usr/local/nagios/bin/nagios
>
> -e, --expires=INTEGER
>Minutes aging after which logfile is considered stale
>
>
> Just raise -e
I found that raising -e *and* setting:
retention_update_interval=1
chiel schrieb:
> -e, --expires=INTEGER
> Minutes aging after which logfile is considered stale
Hm, I raised it to 20 Minutes, but this isn't enough. This isn't the way
I want to do it, I think...
Regards,
Falk
-
Take
Hi,
> You can increase the time, as has been mentioned, or submit an external
> command via a cron job that will cause an event to be logged.
I'll run an external command, thanks for the tip!
Regards,
Falk
-
Take Surveys
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf
> Of Falk Brockerhoff
> Sent: Tuesday, March 20, 2007 7:40 AM
> To: nagios-users@lists.sourceforge.net
> Subject: [Nagios-users] check_nagios and system log
>
> I'm runni
, March 20, 2007 3:39 PM
Subject: [Nagios-users] check_nagios and system log
> Hi,
>
> I'm running two Nagios-Boxes which should monitor themselves. Server A
> monitors Server B and viceversa. I'm using check_nagios, executed remote
> via ssh. This setup works fine, che
Hi,
I'm running two Nagios-Boxes which should monitor themselves. Server A
monitors Server B and viceversa. I'm using check_nagios, executed remote
via ssh. This setup works fine, check_nagios looks for one or more
running nagios processes and for an entry in the system log not older
than 5 minute
[EMAIL PROTECTED]
P: 801-852-9500
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of frank
Sent: Wednesday, November 29, 2006 9:59 AM
To: Ben O'Hara
Cc: Nagios Users mailinglist
Subject: Re: [Nagios-users] check_nagios -- not detecting status log
update
On Wed, 29 Nov 2006, Ben O'Hara wrote:
> On 11/29/06, frank <[EMAIL PROTECTED]> wrote:
>> On Wed, 29 Nov 2006, Ben O'Hara wrote:
>>
>>> On 11/29/06, Terry <[EMAIL PROTECTED]> wrote:
Thanks for the reply. Filesystem has 256G available and nagios is
definitely running and is performing se
On 11/29/06, frank <[EMAIL PROTECTED]> wrote:
> On Wed, 29 Nov 2006, Ben O'Hara wrote:
>
> > On 11/29/06, Terry <[EMAIL PROTECTED]> wrote:
> >> Thanks for the reply. Filesystem has 256G available and nagios is
> >> definitely running and is performing service checks.
> >>
> >>
> >
> > Try a newer
On Wed, 29 Nov 2006, Ben O'Hara wrote:
> On 11/29/06, Terry <[EMAIL PROTECTED]> wrote:
>> Thanks for the reply. Filesystem has 256G available and nagios is
>> definitely running and is performing service checks.
>>
>>
>
> Try a newer version of the plugins, looks like a problem i had a few
> days
Do the times in your status log indicate that it was updated at that
time? Maybe the file time was updated, but the actual log wasn't. Just
a thought.
Owen
On 11/29/06, Terry <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] ~]# date
> Wed Nov 29 10:03:49 CST 2006
>
> [EMAIL PROTECTED] ~]# ls -l /va
On 11/29/06, Terry <[EMAIL PROTECTED]> wrote:
> Thanks for the reply. Filesystem has 256G available and nagios is
> definitely running and is performing service checks.
>
>
Try a newer version of the plugins, looks like a problem i had a few
days ago where check_nagios is expecting to use /var/st
Thanks for the reply. Filesystem has 256G available and nagios is
definitely running and is performing service checks.
On 11/29/06, Hari Sekhon <[EMAIL PROTECTED]> wrote:
> check that your filesystem isn't full, this happened to me recently, an
> incentive to add a filesystem space check which I
check that your filesystem isn't full, this happened to me recently, an
incentive to add a filesystem space check which I did!
oh yeah, and silly but obvious, check your nagios is running...
-h
Hari Sekhon
Terry wrote:
> [EMAIL PROTECTED] ~]# date
> Wed Nov 29 10:03:49 CST 2006
>
> [EMAIL PR
[EMAIL PROTECTED] ~]# date
Wed Nov 29 10:03:49 CST 2006
[EMAIL PROTECTED] ~]# ls -l /var/log/nagios/status.dat
-rw-rw-r-- 1 nagios nagios 155812 Nov 29 10:03 /var/log/nagios/status.dat
[EMAIL PROTECTED] ~]# /usr/lib/nagios/plugins/check_nagios -e 5 -F
/var/log/nagios/status.dat -C /usr/bin/nagio
Since upgrading from Nagios 1.2 to 2.0 with the 1.4.2 plugin package the
check_nagios plugin seems to have stopped working on my system.
Each time it runs it comes back with a warning with the following
message:
Nagios problem: located 12 processes, status log updated 1139423924
seconds ago
On Mon, 2 Jan 2006, [utf-8] זונטג גדי wrote:
> How I install nagios console ?
> I need to start auto discover
First off all. Read the recent messages on auto discovery in this
mailinglist archive. In general it is considered bad because you should
know which services are critical if you want to m
Monday, January 02, 2006 2:28 PM
To: nagios-users@lists.sourceforge.net
Subject: RE: [Nagios-users] Check_nagios
You can also execute the check via snmp.
Check out net-snmp's exec function.
You can then execute the script when you poll an oid from nagios via snmp :)
-Original Message-
F
users@lists.sourceforge.net
Subject: AW: [Nagios-users] Check_nagios
"check_nagios" ist not designed for remote checking, it´s a local check. use
nrpe or ssh-checking for remote execution of the plugin.
Greetz,
Thomas Zimmer
Produktservice & Betrieb
Betrieb & Support
Sal. Oppenheim jr. &a
efon: +49 69 7134 5192 Internet: http://www.oppenheim.de
E-Mail:
[EMAIL PROTECTED]
-Ursprüngliche Nachricht-Von:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Rene
NelsonGesendet: Freitag, 30. Dezember 2005 18:29An:
nagios-users@lists.sourceforge.net
Is there a special port required to be open for Check_nagios to be run remotely? I have an external nagios box that I want to monitor my internal nagios box with. Do I need to open any specific ports?
Thanks
24 matches
Mail list logo