Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_dhcp_snmp
0.0.1
2016-12-05
- Nagios 1.x
- Nagios 2.x
- Nagios 3.x
- Nagios 4.x
- Nagios XI
BSD
7199
File | Description |
---|---|
check_dhcp_snmp.pl | check_dhcp_snmp.pl |
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!
# Perl check for DHCP pools via SNMP bulkwalk. Specifically written to monitor Windows 2012R2 DHCP.
# -- Fast. Checks ~1000 scopes in 1.5 seconds.
# -- Lightweight. Perl-only. Only two SNMP queries.
# -- Defaults to including all scopes, which is most meaningful for ops and NOC.
# -- Easy to specify inclusions only. For example, can specify a specific location's scopes.
# -- Allow excluding scopes, such as small test scopes you'd never want alerted on.
# -- "Include" trumps the default "all" or any specified "exclude" scopes.
# -- Allows defining a backup DHCP server, when primary is under maintenance. Useful when monitoring
# specific scopes.
# -- Includes perfdata, disabled by default.
# -- Output sorted by criticality -> scope. Any Critical, then Warning, are at the top of the output.
# -- Fast. Checks ~1000 scopes in 1.5 seconds.
# -- Lightweight. Perl-only. Only two SNMP queries.
# -- Defaults to including all scopes, which is most meaningful for ops and NOC.
# -- Easy to specify inclusions only. For example, can specify a specific location's scopes.
# -- Allow excluding scopes, such as small test scopes you'd never want alerted on.
# -- "Include" trumps the default "all" or any specified "exclude" scopes.
# -- Allows defining a backup DHCP server, when primary is under maintenance. Useful when monitoring
# specific scopes.
# -- Includes perfdata, disabled by default.
# -- Output sorted by criticality -> scope. Any Critical, then Warning, are at the top of the output.
Reviews (1)
byigor.castro, June 11, 2018
It is a great script working fine so far.
Performance output is really useful.
Only thing is you must edit the script to replace all the "Nagios::Plugin" by "Monitoring::Plugin". The perl plugin was renamed.
Thank you
Performance output is really useful.
Only thing is you must edit the script to replace all the "Nagios::Plugin" by "Monitoring::Plugin". The perl plugin was renamed.
Thank you