DNS

Nagios plugins for monitoring DNS.

Showing 1-12 of 31 Plugins.

PLUGIN NAME
DESCRIPTION
RATING
VIEWS
AUTHOR
LICENSE
Copyright (c) 2021 Ryan Wilgoss ([email protected]) Version: 1.5 Last Modified: 04/06/2021 License: GPL v3 System Requirements: Nagios, Bash, Dig, NRPE Client (daemon), Bind DNS Server…
This check plugin allows you to check if all nameservers that host a DNS zone are up-to-date and deliver the same serial in the SOA-record…
Checks that all advertised nameservers for a domain are on the same soa version, thus ensuring your customers will get consistent answers to their dns…
Check uses three tests and a sample of correctly signed and incorrectly signed zones. Updated to include a zone that will always be unsigned. v1.2…
Sample nagios command definition: define command { # ARG1: 8.8.8.8, dns server # ARG2: www.google.de, host_name command_name check_windows_dns command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_dns -a…
Version: Script : check_zone_transfer Version : 1.0.0 Author : Otavio Gloria ([email protected]) Criation: 02/09/2015 Usage: check_zone_transfer -[h|u|v] [--help|--usage|--version] check_zone_transfer Help: Nagios plugin to check if…
Versao: Script : check_zone_names Versao : 1.0.0 Criador: Otavio Gloria ([email protected]) Criacao: 22/01/2015 Uso: check_zone_names -[h|u|v] [--help|--usage|--version] check_zone_names Ajuda: Script de monitoramento que verifica se…
Best way to use it is call thisplugin from another bash script with all parameters to check, like this: [root@nagios-devel:~]# cat /usr/lib64/nagios/plugins/check_zone_record_value_-_contingencia_e-test.com.br #!/bin/bash /usr/lib64/nagios/plugins/check_zone_record_value -c…
Check if zones are in sync on multiple DNS servers really fast. Plugin makes query for every zone in given text file to given DNS…
Part of the Advanced Nagios Plugins Collection, download it here: https://github.com/harisekhon/nagios-plugins ./check_dns.pl --help Nagios Plugin to test a DNS record Primarily written to check things…