gatus/config.yaml

48 lines
989 B
YAML
Raw Normal View History

endpoints:
2021-01-31 02:00:54 +01:00
- name: front-end
group: core
2021-09-29 00:54:40 +02:00
url: "https://twin.sh/health"
interval: 5m
conditions:
- "[STATUS] == 200"
- "[BODY].status == UP"
2021-01-31 02:00:54 +01:00
- "[RESPONSE_TIME] < 150"
2020-11-27 05:23:59 +01:00
- name: back-end
2020-11-27 05:23:59 +01:00
group: core
2021-06-30 05:33:17 +02:00
url: "https://example.org/"
2020-11-27 05:23:59 +01:00
interval: 5m
conditions:
- "[STATUS] == 200"
2021-06-30 05:33:17 +02:00
- "[CERTIFICATE_EXPIRATION] > 48h"
2020-11-27 05:23:59 +01:00
- name: monitoring
group: internal
2021-06-30 05:33:17 +02:00
url: "https://example.org/"
2020-11-27 05:23:59 +01:00
interval: 5m
conditions:
- "[STATUS] == 200"
- name: nas
group: internal
url: "https://example.org/"
interval: 5m
conditions:
- "[STATUS] == 200"
2021-05-09 19:45:27 +02:00
- name: example-dns-query
url: "1.1.1.1" # Address of the DNS server to use
2021-05-09 19:45:27 +02:00
interval: 5m
dns:
query-name: "example.com"
query-type: "A"
conditions:
- "[BODY] == 93.184.216.34"
2021-05-14 03:24:22 +02:00
- "[DNS_RCODE] == NOERROR"
- name: icmp-ping
url: "icmp://example.org"
interval: 1m
conditions:
- "[CONNECTED] == true"