Nagios plugin 1-wire temperature 1.0 (Default branch)

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications Infrastructure Monitoring Nagios plugin 1-wire temperature 1.0 (Default branch)
# 1  
Old 02-25-2009
Nagios plugin 1-wire temperature 1.0 (Default branch)

Nagios plugin 1-wire temperature uses a 1-wire sensor to measure temperature and returns WARNING or CRITICAL if it is too low or high. License: GNU General Public License v2 Changes:
First and inititial version Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Check_by_ssh plugin (nagios users)

Hi Everyone, I need help from the nagios users out there. I have setup a new service using the check_by_ssh plugin and is executing the script on the remote server but I wonder what am I missing because is not picking up the returning values of my script. Basically the script on the remote host... (1 Reply)
Discussion started by: arizah
1 Replies

2. Linux

Nagios Plugin [.sh] not working

Hello. I am working on setup a nagios plugin for monitor tomcat instance from tomcat manager. This is a script file downloaded from http://exchange.nagios.org/directory/Plugins/Java-Applications-and-Servers/Apache-Tomcat/check_TomcatApplication/details This is working fine when executed as... (3 Replies)
Discussion started by: sunnysthakur
3 Replies

3. Infrastructure Monitoring

Nagios plugin check_local_mrtgtraf

Hi, Can somebody direct me to these plugin for nagios check_local_mrtgtraf check_snmp Documentation says it's a part of the latest plugin release but i have installed it and it seems it is not. I do have done search but couldn't find any link from where i can download these. Thanks in... (1 Reply)
Discussion started by: uxadmin007
1 Replies

4. Solaris

Nagios NRPE plugin won't install

Hi have a Solaris 9 box and I'm trying to install Nagios on it. I've installed the GCC compiler as well as OpenSSL and OpenSSH. When I run the # ./configure for the nrpe plugin it executes without any obvious errors. However, when I run the # make install afterwards if fails with the... (0 Replies)
Discussion started by: soliberus
0 Replies
Login or Register to Ask a Question
Device::USB::PCSensor::HidTEMPer::Sensor(3pm)		User Contributed Perl Documentation	     Device::USB::PCSensor::HidTEMPer::Sensor(3pm)

       Device::USB::PCSensor::HidTEMPer::Sensor - Generic sensor class

VERSION
Version 0.02 SYNOPSIS
None DESCRIPTION
This module contains a generic class that all HidTEMPer sensors should inherit from keeping the implemented methods consistent, and making it possible to use the same code to contact every supported device. CONSTANTS o MAX_TEMPERATURE The highest temperature(Celsius) this sensor can detect. o MIN_TEMPERATURE The lowest temperature(Celsius) this sensor can detect. METHODS o new( $device ) Generic initializing method, creating a sensor object. Input parameter $device = A pre-initialized Device::USB::PCSensor::HidTEMPer::Device that the sensor is connected to. This device will be used to handle communication. o fahrenheit() Reads the current temperature and returns the corresponding value in fahrenheit degrees. o max() Returns the highest temperature(Celsius) the sensor can detect. o min() Returns the lowest temperature(Celsius) the sensor can detect. o celsius() Empty method that should be implemented in each sensor, returing the current degrees in celsius. DEPENDENCIES
This module internally includes and takes use of the following packages: use Scalar::Util qw/ weaken /; This module uses the strict and warning pragmas. BUGS
Please report any bugs or missing features using the CPAN RT tool. FOR MORE INFORMATION
None AUTHOR
Magnus Sulland < msulland@cpan.org > ACKNOWLEDGEMENTS
None COPYRIGHT &; LICENSE Copyright (c) 2010 Magnus Sulland This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2010-07-24 Device::USB::PCSensor::HidTEMPer::Sensor(3pm)