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_dhcp_free

Rating
2 votes
Favoured:
0
Current Version
0.2
Last Release Date
2009-08-05
Compatible With
  • Nagios 2.x
  • Nagios 3.x
Hits
103093
Files:
FileDescription
check_dhcp_free.pycheck_dhcp_free.py
Nagios CSP

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
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)
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])