Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
This python plugin will check NetBotz200 temperature and humidity sensor,and return the results. In addition, it produces performance data.
Current Version
1.0
Last Release Date
2012-12-12
Owner
Tomer Azran
Download URL
https://github.com/tomerazran/nagios-plugins/tree/master/check_netbotz
License
GPL
Compatible With
The plugin uses snmp v1 in order to interact with the NetBotz administration interface.
The plugin will discover the available sensors and thresholds automatically.
SNMP Python bindings are mandatory. Need to install net-snmp-python package (Centos).
In addition, PowerNet-MIB in mandatory. Place it under you default MIB directory(/usr/share/snmp/mibs).
Usage: check_netbotz.py [options]
Options: -h, --help show this help message and exit -H HOST, --host=HOST NetBotz Host Name -c COMMUNITY, --community=COMMUNITY SNMP Community Name. [Default:public] -t TYPE, --type=TYPE Test Type. Valid values are 'temp' for tempratue test, and 'humid' for humidity tests. [Default:temp] -e ONERROR, --onerror=ONERROR On error exit code. Valid values are 1 for warning, 2 for critical. [Default:2]
Outputs:
OK: Sensor MM:1 Tempratue test: 23C - The Tempratue value is OK. Sensor MM:2 Tempratue test: 21C - The Tempratue value is OK. | 'Sensor MM:1 Tempratue'=23;;;40;0; 'Sensor MM:2 Tempratue'=21;;;40;0;
OK: Sensor MM:1 Humidity test: 38% RH - The Humidity value is OK. Sensor MM:2 Humidity test: 42% RH - The Humidity value is OK. | 'Sensor MM:1 Humidity'=38%;;;99;0; 'Sensor MM:2 Humidity'=42%;;;99;0;
This works great. It would be nice if it could check wireless sensor as well. Thanks Enzo
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!