Re: [Nagios-users] nagios and lm_sensors

2009-02-04 Thread Rahul Nabar
On Thu, Feb 5, 2009 at 12:14 AM, Matteo Corti wrote: > > Yes you are missing another module 'version'. I forgot to put it in the > list of requirements since it usually part of most Perl distribution. > Awesome. It works! Thanks for all the help Matteo! I'm one step closer to monitoring my remote

Re: [Nagios-users] nagios and lm_sensors

2009-02-04 Thread Rahul Nabar
On Wed, Feb 4, 2009 at 11:22 PM, Matteo Corti wrote: > All the warnings are telling you that you are missing several *needed* > modules (e.g., Class::Accessor, Config::Tiny, ...) > > You can install them via CPAN or maybe you can already find them packaged > for your OS. Consult the documentation

[Nagios-users] FW: Monitoring Windows Host's clock

2009-02-04 Thread Kahlon, Robby
Does anyone know how to monitor NTP client's time? I am using check_ntp to monitor NTP Server time. It works fine but won't monitor NTP client's time. NTP Server [10.15.11.130] [r...@seq-util libexec]#./check_ntp -H 10.15.11.130 -w 60 -c 120 NTP OK: Offset 0.063741 secs NTP Client [10.

Re: [Nagios-users] nagios and lm_sensors

2009-02-04 Thread Rahul Nabar
Ah! Ok. Yes. I can dig deeper and install them all from CPAN. Didn't realize the dependencies were so many! Thanks again! -- Rahul On Wed, Feb 4, 2009 at 11:22 PM, Matteo Corti wrote: > Dear Rahul, > > > On Feb 5, 2009, at 5:23 , Rahul Nabar wrote: > > >> >> On Wed, Feb 4, 2009 at 12:46 AM, Ma

[Nagios-users] added PNP in the default mode; how serious is the performance degradation to warrant a switch to the bulk mode?

2009-02-04 Thread Rahul Nabar
So, I finally succeed in configuring PNP for Nagios (whew!!)! It's been a long bloody battle but I think I eventually won! :) I've just added PNP performance graphs to my 4-switches for now. Am a bit hesistant about adding it to all my 300 hosts due to all the caeveats about performance and PNP i

Re: [Nagios-users] nagios and lm_sensors

2009-02-04 Thread Rahul Nabar
On Wed, Feb 4, 2009 at 12:46 AM, Matteo Corti wrote: > Dear Rahul, > You need the Nagios::Plugin and Nagios::Plugin::Threshold Perl modules > which you can get on CPAN > > http://search.cpan.org/~tonvoon/Nagios-Plugin-0.31/lib/Nagios/Plugin.pm

Re: [Nagios-users] Nagios::StatusLog perl module issue

2009-02-04 Thread Thomas Guyot-Sionnest
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/02/09 03:35 PM, shadih rahman wrote: > > I am trying to parse nagios log using Nagios::StatusLog perl module. I > am getting error while trying to parse. I am using nagios version > 3.0.6. Any help will be much apreciated. Thanks Please to

Re: [Nagios-users] check_snmp_storage.pl error: Service check did not exit properly

2009-02-04 Thread Chris
On Thu, Feb 5, 2009 at 11:07 AM, Max wrote: >> Thanks. This is like icing on the top but unfortunately doesn't help >> solving my current problem. > > Did you try adding the use lib statement to the script? What do you > get when you run, from the command line > > perl -wc /path/to/script/check_s

Re: [Nagios-users] Which books are best for Nagios 3

2009-02-04 Thread Lee Azzarello
On Wed, Feb 4, 2009 at 12:01 PM, Paul Weaver wrote: >> On Jan 19, 2009, at 11:25 AM, James Miller wrote: >> >> > Recently I upgraded us from 2.9 to 3.0.6 and I'm looking for >> > recommendations for a book or two on 3.0 to take my >> knowledge to the >> > next level. I've found the following book

Re: [Nagios-users] check_snmp_storage.pl error: Service check did not exit properly

2009-02-04 Thread Max
> Thanks. This is like icing on the top but unfortunately doesn't help > solving my current problem. Did you try adding the use lib statement to the script? What do you get when you run, from the command line perl -wc /path/to/script/check_snmp_storage.pl ---

Re: [Nagios-users] check_snmp_storage.pl error: Service check did not exit properly

2009-02-04 Thread Chris
On Tue, Feb 3, 2009 at 12:27 PM, Max wrote: > 2) For your custom service check command I recommend using custom > attributes if you are using Nagios 3. Two benefits: > a) You can associate your service with a hostgroup and then just add > hosts to that host group to have them pull in the servic

[Nagios-users] Nagios::StatusLog perl module issue

2009-02-04 Thread shadih rahman
I am trying to parse nagios log using Nagios::StatusLog perl module. I am getting error while trying to parse. I am using nagios version 3.0.6. Any help will be much apreciated. Thanks #!/usr/bin/perl use strict; use Nagios::StatusLog; my $host='localhost'; my $log = Nagios::StatusLog->ne

Re: [Nagios-users] check-host-alive check

2009-02-04 Thread Kevin Keane
Look in the configuration files instead - probably in commands.cfg. Nagios doesn't just use the plugins, but rather looks up the check in the configuration file, and the configuration file then tells it which plugin to actually run. mar...@absi.be wrote: > > Hello all > can anyone help me with

Re: [Nagios-users] check-host-alive check

2009-02-04 Thread Marc Powell
On Feb 4, 2009, at 11:18 AM, mar...@absi.be wrote: > > Hello all > can anyone help me with this; > there a few hosts mostly adsl or sdsl routers dat have critical > state with plugin timed out. > > the critical error is : > check-host-alive critical plugin timed out after 10 seconds. > > i cann

Re: [Nagios-users] Which books are best for Nagios 3

2009-02-04 Thread Kyle O'Donnell
I've always used the nagios documenation. Is there something these books provide that isn't covered? --kyleo On 2/4/09, Paul Weaver wrote: >> On Jan 19, 2009, at 11:25 AM, James Miller wrote: >> >> > Recently I upgraded us from 2.9 to 3.0.6 and I'm looking for >> > recommendations for a book or

[Nagios-users] check-host-alive check

2009-02-04 Thread mariog
Hello all can anyone help me with this; there a few hosts mostly adsl or sdsl routers dat have critical state with plugin timed out. the critical error is : check-host-alive critical plugin timed out after 10 seconds. i cannot find in nagios plugins directory any check named check-host-alive

Re: [Nagios-users] Which books are best for Nagios 3

2009-02-04 Thread Paul Weaver
> On Jan 19, 2009, at 11:25 AM, James Miller wrote: > > > Recently I upgraded us from 2.9 to 3.0.6 and I'm looking for > > recommendations for a book or two on 3.0 to take my > knowledge to the > > next level. I've found the following books available and I'm > > wondering which ones are the b

Re: [Nagios-users] Nagios Integration with Google Maps

2009-02-04 Thread Marc Powell
On Feb 4, 2009, at 8:16 AM, Traiano Welcome wrote: > Hi All > > I'd like to integrate my nagios (version 2.9.x ) statusmap with > Googlemaps and have my monitored site status appear superimposed at > GPS > co-ordinates displayed on a googlemap. I've been investigating the > GoogleMaps API, as w

[Nagios-users] Nagios Integration with Google Maps

2009-02-04 Thread Traiano Welcome
Hi All I'd like to integrate my nagios (version 2.9.x ) statusmap with Googlemaps and have my monitored site status appear superimposed at GPS co-ordinates displayed on a googlemap. I've been investigating the GoogleMaps API, as well as looking at a patch for the statusmap.cgi provided on nagi

Re: [Nagios-users] Which books are best for Nagios 3

2009-02-04 Thread Mohr James
> We've been using Nagios for a few years, since 4/05 and the 2.0b4 days, > and absolutely love it. I use it to monitor over a hundred servers, > almost 400 services, and over the years I think I've become pretty > darned knowledgeable about most aspects of Nagios. In the Nagios 2.x > days I

Re: [Nagios-users] nagios and lm_sensors

2009-02-04 Thread Rahul Nabar
Thanks Matteo. I can get those. Thanks for the help! -- Rahul On Wed, Feb 4, 2009 at 12:46 AM, Matteo Corti wrote: > Dear Rahul, > > Rahul Nabar wrote: > > I just installed the lm_sensors package on my remote machines to get > > their temperatures. sensors works OK. I wanted to use check_nrpe a