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
102711
Files:
FileDescription
check_dhcp_free.pycheck_dhcp_free.py
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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])