Monitor DNS Server Status

#!/usr/bin/perl
unless(-e “/var/run/named.pid”)
{
`/etc/init.d/named start`;
}
exit;

Leave a Reply

Your email address will not be published. Required fields are marked *