Subversion Repositories sysadmin_scripts

Rev

Rev 89 | Rev 92 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 89 Rev 91
Line 17... Line 17...
17
   'defaults' => { # defaults if not specified in site
17
   'defaults' => { # defaults if not specified in site
18
      'timeout' => 60, # the default timeout, in seconds
18
      'timeout' => 60, # the default timeout, in seconds
19
      'failure count' => 0, # the number of successive failures before a report
19
      'failure count' => 0, # the number of successive failures before a report
20
      'report to' => 'something',
20
      'report to' => 'something',
21
      'report type' => 'mail',
21
      'report type' => 'mail',
-
 
22
      'report from' => 'root',
22
      'type' => 'ping'
23
      'type' => 'ping'
23
   },
24
   },
24
   'sites to check' => { # all sites to check
25
   'sites to check' => { # all sites to check
25
      'name of site' => { # this is for display purposes only
26
      'name of site' => { # this is for display purposes only
26
         'url' => 'http://example.com', # the actual URL to use
27
         'url' => 'http://example.com', # the actual URL to use