On Tue, 30 Dec 2003, Casey Bralla wrote:

> Has anybody gotten DNS monitoring to work?   I get a ": dns.monitor: The 
> zone master server must be specified" error, even on DNS servers I know 
> to be fully functional.

did you specify a zone master to the monitor with "-master servername"?
the documentation inside the script explains how this thing functions:

    pod2man dns.monitor | nroff -man | less

if you have a single master "ns1.xyz.com" and a single slave for the
zone xyz.com and a slave "ns2.xyz.com", then you do this:

hostgroup xyz-dns ns2.xyz.com

watch xyz-dns
    service dns
        interval 10m
        monitor dns.monitor -zone xyz.com -master ns1.xyz.com

_______________________________________________
mon mailing list
[EMAIL PROTECTED]
http://linux.kernel.org/mailman/listinfo/mon

Reply via email to