48 lines
565 B
YAML
48 lines
565 B
YAML
IDE:
|
|
tables:
|
|
- ide
|
|
hosts:
|
|
- 172.17.4.30
|
|
- 172.17.4.31
|
|
check:
|
|
type: http
|
|
host: check
|
|
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
|
|
|
|
TEST:
|
|
tables:
|
|
- table1
|
|
hosts:
|
|
- 172.17.4.40
|
|
check:
|
|
type: tcp
|
|
port: 8080
|