mirror of
https://github.com/TwiN/gatus.git
synced 2025-01-08 07:00:33 +01:00
13 lines
284 B
YAML
13 lines
284 B
YAML
|
endpoints:
|
||
|
- name: example
|
||
|
url: https://nginx
|
||
|
interval: 30s
|
||
|
conditions:
|
||
|
- "[STATUS] == 200"
|
||
|
client:
|
||
|
# mtls
|
||
|
insecure: true
|
||
|
tls:
|
||
|
certificate-file: /certs/client.crt
|
||
|
private-key-file: /certs/client.key
|
||
|
renegotiation: once
|