Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
# Perl check for DHCP pools via SNMP bulkwalk. Specifically written to monitor Windows 2012R2 DHCP.
Current Version
0.0.1
Last Release Date
2016-12-05
Owner
Jason Filley
License
BSD
Compatible With
# 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.
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
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!