Can someone please send me instructions on how to do this? I did look at the DNS query wizard, but not sure that is the correct one. Please advise. Basically right now
we have a system called Dozer and moving away to you guys, but this what we are doing now with DNS.
Code: Select all
[root@dozer ~]# cat /usr/local/bin/check_ip.pl |grep DNS
# 'ancient DNS tcp' => { ALERT => 1, TYPE => 'tcp', PORT => 'domain', IP => '192.168.1.2', ATTEMPTS => 10, THRESHOLDPERCENT => 90, AVGTIMETHRESHOLD => 0.1, ALERTINTER VAL => 10, HISTORY => 10 },
# 'asgard DNS tcp' => { ALERT => 1, TYPE => 'tcp', PORT => 'domain', IP => '192.168.1.3', ATTEMPTS => 10, THRESHOLDPERCENT => 90, AVGTIMETHRESHOLD => 0.5, ALERTINTER VAL => 10, HISTORY => 10 },
'drakh DNS tcp' => { ALERT => 1, TYPE => 'tcp', PORT => 'domain', IP => '192.168.1.22', ATTEMPTS => 10, THRESHOLDPERCENT => 90, AVGTIMETHRESHOLD => 0.5, ALERTINTERVAL => 10, HISTORY => 10 },
'drazi DNS tcp' => { ALERT => 1, TYPE => 'tcp', PORT => 'domain', IP => '192.168.1.23', ATTEMPTS => 10, THRESHOLDPERCENT => 90, AVGTIMETHRESHOLD => 0.5, ALERTINTERVAL => 10, HISTORY => 10 },
'vorlon DNS tcp' => { ALERT => 1, TYPE => 'tcp', PORT => 'domain', IP => '192.168.39.8', ATTEMPTS => 10, THRESHOLDPERCENT => 90, AVGTIMETHRESHOLD => 1.5, ALERTINTER VAL => 10, HISTORY => 10 },
[root@dozer ~]#