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

Category: DHCP and BOOTP

Nagios plugins for monitoring DHCP and BOOTP.

Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download

Submit Your Nagios Project!

Help build Nagios Exchange for yourself and the entire the Nagios Community by your Nagios project to the site. It's easy - just create an account, login, and add a new listing. Read the FAQ for instructions.
Category Listings:
There are 16 Listings in this Category.List your addon or plugin here!

Check DHCP Server Scope

Check the health status of the scopes on a Microsoft DHCP Server. The script is a VBS that could be executed on the server using NRPE or NSClient++

check_dhcp

check_dhcp localhost 1.2.3.4 00:de:ad:be:ef:00 Uses dhcping from Edwin Groothuis, edwin@mavetju.org (http://www.mavetju.org)

check_dhcpd_leases.py (Advanced Nagios Plugins Collecti...

github.com/harisekhon/nagios-plugins

Shows dhcp leases assigned by ISC DHCPd. Formatting is flexible, can display combinations of Hostnames/IP/Macs. Can ALERT on leases handed out to unauthorized Hosts/Macs using any combination of Host/Mac Whitelists/Blacklists.

check_dhcp_all_pools.sh

liveaverage.com

check_dhcp_all_pools.sh Different take on Lars Michelsen's original plugin/script to accommodate monitoring of all available DHCP scopes on your monitored Windows server. You no longer need to add separate service definitions to monitor all available scopes.

LicenseGPL

check_dhcp_free

Check IP address free for windows DHCP server

check_dhcp_relayed

A command to check a remote DHCP service's health. The DHCP server can sit on any network/subnet. The command will check whether a DHCP server can offer any IP addresses to a specified subnet.

LicenseGPL

Check_DHCP_Scope

github.com/wetcoriginal/Check_DHCP_Scope

This is a PowerShell script for monitoring DHCP scopes on a Windows Server. The script defines several parameters, including thresholds for warning and critical alerts, as well as minimum and maximum values for the total number of IPs in a scope. The scri ...

check_dhcp_scopes

This plugin was inspired and partially based off of elliot's DHCP plugin that check all scopes. (Source: https://github.com/elliot/nagios-check_dhcp)

check_dhcp_snmp

# Perl check for DHCP pools via SNMP bulkwalk. Specifically written to monitor Windows 2012R2 DHCP.

LicenseBSD

DHCP server Responses to discover / inform requests thr...

Very basic Bash script to check dhcp server through DHCPDISCOVER or DHCPINFORM querys. Results are parsed and returned to nagios. requires nmap and dhcp-discover.nse (nmap script) requires nmap passwordless access by nagios

LicenseGPL

DHCPD duplicate MAC/IP check

github.com/asa1

Checks the dhcpd.conf file for duplicate IP and MAC addresses. Does NOT check for overlapping IP pools. Only tested with the ISC version of dhcpd on Debian.

LicenseGPL

dhcpd-pools

dhcpd-pools.sourceforge.net/

An utility to monitor very large dhcpd installations, e.g. such which has tens of thousands of active leases, with analysis time of less than second or two. When command is ran with --warning or --critical options Nagios compatible summary output, and ...

LicenseBSD

Perl check dhcp

This simplified plugin tests the availability of a given DHCP server using unicast delivery.

Windows 2012 DHCP Failover and Scope Health Check

alexatkinson.ca

Monitoring for Windows Server 2012 DHCP Failover architecture. Monitors the failover state, mode, scope state, and scope use. Supports both LoadBalance and Failover modes.

LicenseGPL

Windows 2012 DHCP Failover and Scope Health Check Enhan...

raw.githubusercontent.com/jordanmackie/nagios/master/check-d

Windows 2012 DHCP Failover and Scope Health Check Enhanced This script checks all configured scopes, failover states, and modes. Additionally this checks the state of the DHCP config sync tool job (this is needed to ensure that DHCP scope configs are in sync). Credit to the framework of this script goes to aat ...

Windows DHCP Scope Check

A set of Powershell scripts for checking Windows DHCP server scopes. Reports the number of active healthy scopes or a list of scopes that have exceeded warning/critical thresholds.

LicenseMIT