Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_senturion
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
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...
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...
Reviews (0)
Be the first to review this listing!