[nsd-users] How to notify myself if NSD dies unexpectedly?
Stephane Bortzmeyer
bortzmeyer at nic.fr
Thu Mar 6 14:22:01 UTC 2014
On Thu, Mar 06, 2014 at 01:53:18PM +0000,
opendaddy at hushmail.com <opendaddy at hushmail.com> wrote
a message of 54 lines which said:
> But does anybody know of ways I can notify myself should this happen
> again?
IMHO, there is nothing nsd-specific. You just use a generic monitoring
framework. I use Icinga <http://www.icinga.org/> but there are many
others.
Like most tools, Icinga accepts the Nagios API so you can use the
Monitoring plugins (former Nagios plugins)
<https://www.monitoring-plugins.org/> I use an unmodified check_dns,
configured that way in Icinga:
define service{
use generic-service
host_name mononoke
service_description DNS4
check_command check_dig!-4 -l eu.org -T SOA -A +dnssec
}
define service{
use generic-service
host_name mononoke
service_description DNS6
check_command check_dig!-6 -l eu.org -T SOA -A +dnssec
}
More information about the nsd-users
mailing list