HostChecker/conf.yaml

39 lines
455 B
YAML

IDE:
tables:
- ide
hosts:
- 172.17.4.30
- 172.17.4.31
check:
type: http
port: 80
uri: /
method: HEAD
interval: 5
timeout: 2
PLOOPI:
tables:
- ploopi
hosts:
- 172.17.4.40
- 172.17.4.20
check:
type: tcp
port: 80
interval: 5
timeout: 2
SMTP:
tables:
- smtp
hosts:
- 172.17.4.40
- 172.17.4.20
check:
type: smtp
port: 25
interval: 5
timeout: 2