############################################################################
###    (C)opyright 2003 - 2008 RIPE NCC
###    This file is part of DNSMon
###
###    DNSMon is free software: you can redistribute it and/or modify
###    it under the terms of the GNU General Public License as published by
###    the Free Software Foundation, either version 3 of the License, or
###    (at your option) any later version.
###
###    DNSMon is distributed in the hope that it will be useful,
###    but WITHOUT ANY WARRANTY; without even the implied warranty of
###    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
###    GNU General Public License for more details.
###
###    You should have received a copy of the GNU General Public License
###    along with DNSMon.  If not, see <http://www.gnu.org/licenses/>.
############################################################################

rrddir /export/data/rrd
pngdir /export/dnsmon/www/png
datadir /export/data/raw

#domains

domain example.net ns1.example.net ns2.example.net
domain6 example.net ns1.example.net ns2.example.net

# name strings for root servers

sername ns1.example.net EXAMPLE.NET primary nameserver
sername ns2.example.net EXAMPLE.NET secondary nameserver


# server aliases

seralias ns1 ns1.example.net
seralias ns2 ns2.example.net

# country codes for probes

tbname probe01.example.net probe01(NL)
tbname probe03.example.net probe03(US)
tbname probe07.example.net probe07(ASIA)

# FQDN 4 test boxes

tbalias probe01 probe01.ripe.net
tbalias probe03 probe03.ripe.net
tbalias probe07 probe07.ripe.net

# IPv4 addresses 4 nameservers

addr ns1.example.net 192.168.1.1
addr ns2.example.net 192.168.1.2

# IPv6 addresses 4 nameservers
addr ns1.example.net fe80::1
addr ns2.example.net fe80::2

