summaryrefslogtreecommitdiff
path: root/pingd.conf
blob: e0d30a469ff42f272e3408fc4d240559ee2cf5d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# vim:set syntax=perl:

$CONFIG = {
            'homedir'               => '/home/weasel/projects/echolot/devel/echolot',

            'sitename'              => 'noreply Test',
            'my_domain'             => 'marvin.palfrader.org',

            'Pinger::Mix'           => {
                                         'mix'    => '/home/weasel/Mix/mix',
                                         'mixdir' => '/home/weasel/Mix'
                                       },
            'my_localpart'          => 'pinger',

            'pinger_interval'       => '60',
            'ping_every_nth_time'   => '60',

	    'buildstats'	=> 30,
	    'seperate_rlists'   => 1,
	    'combined_list'     => 1,
          };