Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_senturion

Rating
0 votes
Favoured:
0
Current Version
20080919
Last Release Date
2008-09-19
License
GPL
Hits
91720
Files:
FileDescription
check_senturion.tarcheck_senturion.tar
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
This plugin checks the sensors of SensaTronics SenTurion
by analyzing the xml output.
______
ATTENTION: I'm no longer using nagios, therefore I stopped maintaining this plugin. I will take care of detailed bug reports, but cannot test anything.

Anyone using nagios want to take over this plugin? Please contact me by mail (this platform is missing a notification feature...).
_____

options:
-d|--dump: print all xml data
-i|--internal: check internal sensors
temp: 1
lux: 3
humidity: 2
-p|--probe: check external sensors
-w|--warning: warning value
-c|--critical: critical value
-v|--verbose: print verbose output
-h|--help: print this help message

Examples:
check internal temp:
./check_senturion -i 1 -w 20 -c 30

check internal light sensor:
./check_senturion -i 3 -w 10 -c 30
(does warning and critical make sense here?)

check internal humidity sensor:
./check_senturion -i 2 -w 40 -c 60

check external sensor:
./check_senturion -p 2 -w 20 -c 30

Note: Ive got only temp sensors on external ports...