Revision history for tier2audit
Additions:
Associated crontab on ns7:
%%
# Fetch t2status.txt from ns0
17,32,47,02 * * * * rsync -rlpgoDc -e "ssh -p 3200" dnsmaint@ns0.opennic.glue:/OpenNIC/testT2/t2status.txt /home/dnsmaint/t2status.txt
# Update DB with new statuses and send out notifications
18,33,48,03 * * * * /home/brian/Scripts/updateT2Records.pl
# Generate new T2 list and deposit in ns0
21,36,51,06 * * * * /home/brian/Scripts/extractT2ZoneData.pl > /home/dnsmaint/public_t2_servers.txt; rsync -rlpgoDc -e "ssh -p 3200" /home/dnsmaint/public_t2_servers.txt dnsmaint@ns0.opennic.glue:/OpenNIC/dns-zone/
%%
%%
# Fetch t2status.txt from ns0
17,32,47,02 * * * * rsync -rlpgoDc -e "ssh -p 3200" dnsmaint@ns0.opennic.glue:/OpenNIC/testT2/t2status.txt /home/dnsmaint/t2status.txt
# Update DB with new statuses and send out notifications
18,33,48,03 * * * * /home/brian/Scripts/updateT2Records.pl
# Generate new T2 list and deposit in ns0
21,36,51,06 * * * * /home/brian/Scripts/extractT2ZoneData.pl > /home/dnsmaint/public_t2_servers.txt; rsync -rlpgoDc -e "ssh -p 3200" /home/dnsmaint/public_t2_servers.txt dnsmaint@ns0.opennic.glue:/OpenNIC/dns-zone/
%%
Additions:
||21,36,51,06||new T2 list generated by wiki and sent to ns0 (##/OpenNIC/dns-zone/public_t2_servers.txt##)||
Deletions:
Revision [2713]
Edited on 2011-12-20 03:16:27 by JeffTaylor [Clarified steps and added full file paths]Additions:
||14,29,44,59||##/OpenNIC/testT2/t2status.txt## generated by ns0||
||17,32,47,02||##/OpenNIC/testT2/t2status.txt## transfered from ns0 to wiki host||
||21,36,51,06||new T2 list generated (##public_t2_servers.txt##) and sent to ns0 (##/OpenNIC/dns-zone/public_t2_servers.txt##)||
||17,32,47,02||##/OpenNIC/testT2/t2status.txt## transfered from ns0 to wiki host||
||21,36,51,06||new T2 list generated (##public_t2_servers.txt##) and sent to ns0 (##/OpenNIC/dns-zone/public_t2_servers.txt##)||
Deletions:
||17,32,47,02||##t2status.txt## transfered from ns0 to wiki host||
||21,36,51,06||new T2 list generated (##public_t2_servers.txt##) and sent to ns0||
Additions:
===Current T2 status/notification cycle===
|=|Minutes past the hour|=|Action|=|
||14,29,44,59||##t2status.txt## generated and sent to ns0||
||17,32,47,02||##t2status.txt## transfered from ns0 to wiki host||
||18,33,48,03||T2 failure/restore notifications sent; wiki status page updated||
||21,36,51,06||new T2 list generated (##public_t2_servers.txt##) and sent to ns0||
|=|Minutes past the hour|=|Action|=|
||14,29,44,59||##t2status.txt## generated and sent to ns0||
||17,32,47,02||##t2status.txt## transfered from ns0 to wiki host||
||18,33,48,03||T2 failure/restore notifications sent; wiki status page updated||
||21,36,51,06||new T2 list generated (##public_t2_servers.txt##) and sent to ns0||
Additions:
Tier2 DNS servers currently are not audited. This wiki page is to discuss how to monitor these servers. This plan is to cover a few jobs in one script.
Deletions:
Additions:
Tier2 DNS servers currently are not audited. This wiki page is to discuss how to monitor these servers. This plan for this idea is to cover a few jobs in one script.