DNS

Nagios plugins for monitoring DNS.

Showing 25-31 of 31 Plugins.

PLUGIN NAME
DESCRIPTION
RATING
VIEWS
AUTHOR
LICENSE
Perl, uses (requires): Net::DNS Getopt::Long Array::Compare Pod::Usage Time::HiRes / Example service definition: define service{ use generic-service hostgroup_name deathstar* servicegroups dns_alerts service_description DNS_forward check_command check_dns_host_forward_match!1 notification_options…
This is the configurations I use: define service { use generic-service hostgroups skole-windows-terminalserver-group check_command check_dnscluster!tscluster.ped.local!10.5.48.44 service_description Skole-WTS innmeldt i cluster servicegroups skole-tscluster-servicegroup check_interval 30 }…
Checks health of secondary DNS servers, whether they hold up-to-date zone and if the answer was authoritative
This is a replacement for the check DNS nagios plugin that only checks A registers. It is a simple bash script using dig, so that…
Description check_bind.sh is a Nagios plugin to check the bind daemon whether it's running via its pid file and then gets the statistics via rndc…
Usage: check_zone.pl [-v[v]] domain For command: define command{ command_name check_zone command_line /usr/bin/perl $USER1$/check_zone.pl $ARG1$ } Note the use of /usr/bin/perl in front of the command…
A shell script to check if resolved IP of a certain domain changes. This plugin uses the "dig" command.