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

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

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 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

[Nagios-users] nagios and lm_sensors

2009-02-03 Thread Rahul Nabar
I just installed the lm_sensors package on my remote machines to get their temperatures. sensors works OK. I wanted to use check_nrpe and somehow add the remote machine temps to my nagios webpage. I found the check_sensors command but that only returns "sensor ok". I suppose the check_lm_sensors p