Subversion Repositories sysadmin_scripts

Rev

Rev 91 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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