Secondary request has now Reply-To set to the zone hostmaster
[sleuth.git] / check.conf
1 #
2 #  Configuration for check.cgi
3 #  (c) 1999--2001 Martin Mares <mj@ucw.cz>
4 #
5 #  This file is just a piece of Perl code imported during
6 #  initialization of the check.cgi script, so you can do here
7 #  any Perl magic you wish here.
8 #
9
10 # Path to the CGI module
11 #push @INC, "/home/mj/perl/lib/site_perl";
12
13 $version = "1.3";
14 $rev_date = "16-06-01";
15 $admin_email = "mj\@ucw.cz";
16 $admin_ref = "<A HREF=\"mailto:$admin_email\">Martin Mares</A>";
17 $author_email = "mj\@ucw.cz";
18 $author_ref = "<A HREF=\"http://atrey.karlin.mff.cuni.cz/~mj/\">Martin Mares</A>";
19
20 #$secondary_ns = "server1.gts.cz";      # Comment out if you wish to disable the secondary DNS request fields
21 #$secondary_ns_ip = "194.213.32.2";
22 #$secondaries_to = "mj\@ucw.cz";                # Where to send secondary zone requests
23 #$need_submitter = 1;                   # The Submitter field is mandatory
24 #$sec_ns_addr_space = /^$/;     # For secondary requests, hexadecimal IP address of NS must match this.
25
26 1;                                      # To make file loading successful :)