Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_dhcp_free
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!
Check IP address free for windows DHCP server
This plugin require pysnmp
Usage:
./check_dhcp_free -H ip_address -n net_address [options]
-p Port to query (defaults : 161)
-v SNMP version (defaults : 2c)
-C SNMP read community (defaults to public)
-c Three critical tresholds (defaults : 10)
-w Three warning tresholds (defaults : 5)
This plugin require pysnmp
Usage:
./check_dhcp_free -H ip_address -n net_address [options]
-p Port to query (defaults : 161)
-v SNMP version (defaults : 2c)
-C SNMP read community (defaults to public)
-c Three critical tresholds (defaults : 10)
-w Three warning tresholds (defaults : 5)
Reviews (1)
bymgong, May 18, 2010
It is very good script, but few things:
** pysnmp is required to install old version which is pysnmp-2.0.9-3
** The following changes should be made in the script:
Use int() to make sure they all are same type. otherwise the "if...else" wont work properly.
elif int(vals[0])
** pysnmp is required to install old version which is pysnmp-2.0.9-3
** The following changes should be made in the script:
Use int() to make sure they all are same type. otherwise the "if...else" wont work properly.
elif int(vals[0])