Files
HostChecker/conf.yaml
T

48 lines
565 B
YAML
Raw Normal View History

2023-08-11 15:45:43 +02:00
IDE:
tables:
- ide
hosts:
- 172.17.4.30
- 172.17.4.31
2023-08-16 09:55:47 +02:00
check:
type: http
2023-08-17 11:31:54 +02:00
host: check
2023-08-16 09:55:47 +02:00
port: 80
uri: /
method: HEAD
2023-08-16 14:21:58 +02:00
interval: 5
timeout: 2
PLOOPI:
tables:
- ploopi
hosts:
- 172.17.4.40
2023-08-11 15:45:43 +02:00
- 172.17.4.20
2023-08-16 09:55:47 +02:00
check:
type: tcp
port: 80
2023-08-16 14:21:58 +02:00
interval: 5
timeout: 2
2023-08-16 09:55:47 +02:00
SMTP:
tables:
- smtp
hosts:
- 172.17.4.40
- 172.17.4.20
check:
type: smtp
port: 25
2023-08-16 14:21:58 +02:00
interval: 5
timeout: 2
2023-08-16 09:55:47 +02:00
2023-08-17 11:31:54 +02:00
TEST:
tables:
- table1
hosts:
- 172.17.4.40
check:
type: tcp
port: 8080