Subversion Repositories sysadmin_scripts

Rev

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

Rev 91 Rev 92
Line 1... Line 1...
1
---
1
---
2
defaults:
2
defaults:
3
  'failure count': 0
3
  'failure count': 0
4
  'report from': root
4
  'report from': root@localhost
5
  'report to': something
5
  'report to': me@example.com
6
  'report type': mail
6
  'report type': mail
7
  timeout: 60
7
  timeout: 60
8
  type: ping
8
  type: ping
9
'sites to check':
9
'sites to check':
-
 
10
  'site with netcat server running':
-
 
11
    port: 45654
-
 
12
    timeout: 3
-
 
13
    type: netcat
-
 
14
    url: 192.168.1.51
10
  'name of another site':
15
  'some web site':
-
 
16
    type: lwp
-
 
17
    url: http://example.com
-
 
18
  'something that responds to icmp':
11
    timeout: 20
19
    timeout: 20
12
    type: ping
20
    type: ping
13
    url: 192.168.1.50
21
    url: 192.168.1.50
14
  'name of site':
-
 
15
    type: lwp
-
 
16
    url: http://example.com
-