[Nagios-users] check_nagios plugin

2013-07-03 Thread Joshi MP
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
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] check_nagios plugin

2013-07-03 Thread Yancy Ribbens
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 instances of Nagios servers , Would like to monitor both of them 
 each other , And found
 thatcheck_nagios will be useful for this . Please let me know from where can 
 I download this ?

 thanks,
 Joshi





 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev



 ___
 Nagios-users mailing list
 Nagios-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/nagios-users
 ::: Please include Nagios version, plugin version (-v) and OS when reporting 
 any issue.
 ::: Messages without supporting info will risk being sent to /dev/null


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] check_nagios plugin

2013-07-03 Thread Justin T Pryzby
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_nagios from the nagios-plugins
package, distributed here:

http://sourceforge.net/projects/nagiosplug/
http://nagiosplugins.org/

Justin

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Disabling a host from all checks

2013-07-03 Thread Alex
Hi,

 I don't know how kosher this is, but I worked around that issue by disabling 
 active checks and disabling notifications, then entering a
 passive check that showed the host as up.  That way I wouldn't see reports 
 about the downed system until I re-enabled active checks.

Did that work for all services on that host as well? Or was it
necessary to create a passive check (or even possible) for each
service?

Thanks,
Alex

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Disabling a host from all checks

2013-07-03 Thread MAHONEY, DANIEL
When I did it I only disabled a specific service check.  I don't know if it's 
possible to disable all service checks for a given host in one step.


-Original Message-
From: Alex [mailto:mysqlstud...@gmail.com] 
Sent: Wednesday, July 03, 2013 12:36 PM
To: Nagios Users List
Subject: Re: [Nagios-users] Disabling a host from all checks

Hi,

 I don't know how kosher this is, but I worked around that issue by disabling 
 active checks and disabling notifications, then entering a
 passive check that showed the host as up.  That way I wouldn't see reports 
 about the downed system until I re-enabled active checks.

Did that work for all services on that host as well? Or was it
necessary to create a passive check (or even possible) for each
service?

Thanks,
Alex

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Disabling a host from all checks

2013-07-03 Thread Justin T Pryzby
On Wed, Jul 03, 2013 at 06:07:15PM +, MAHONEY, DANIEL wrote:
 When I did it I only disabled a specific service check.  I don't know if it's 
 possible to disable all service checks for a given host in one step.
It is, at least in nagios 3.2.3.

Select host (extinfo.cgi?type=1host=...),

Disable notifications for all services on this host
+Disable For Host Too:

Disable checks of all services on this host
+Disable For Host Too:

Justin

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Disabling a host from all checks

2013-07-03 Thread Alex
Hi,

On Wed, Jul 3, 2013 at 3:11 PM, Justin T Pryzby just...@norchemlab.com wrote:
 On Wed, Jul 03, 2013 at 06:07:15PM +, MAHONEY, DANIEL wrote:
 When I did it I only disabled a specific service check.  I don't know if 
 it's possible to disable all service checks for a given host in one step.
 It is, at least in nagios 3.2.3.

 Select host (extinfo.cgi?type=1host=...),

 Disable notifications for all services on this host
 +Disable For Host Too:

 Disable checks of all services on this host
 +Disable For Host Too:

No, this is different. This is simply to disable the active checks and
notifications. It doesn't work after nagios has already detected the
host unavailable. It's necessary to disable the host and service
checks prior to nagios detecting that it's down.

Alex

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Disabling a host from all checks

2013-07-03 Thread Paul Dubuc
Alex wrote:
 Hi,

 I don't know how kosher this is, but I worked around that issue by
 disabling active checks and disabling notifications, then entering a
 passive check that showed the host as up.  That way I wouldn't see
 reports about the downed system until I re-enabled active checks.

 Did that work for all services on that host as well? Or was it necessary to
 create a passive check (or even possible) for each service?

 Thanks, Alex

 --

It is possible to disable checks or notifications for all services for a 
particular host in one step.  See the Host Commands on the Nagios display for 
the host.

If the services are already in error, you will have to submit a passive check 
result for each service individually to put them back in the OK status with 
the Service Command on the Nagios display for the services.  If you have a lot 
of them, or you do this often ;-) ... you could write a script to submit the 
commands to the external command file:

http://nagios.sourceforge.net/docs/nagioscore/3/en/extcommands.html

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null