feat: gatus redirect to opnsense

This commit is contained in:
auricom
2024-05-05 02:35:05 +02:00
parent 87a0aa16c1
commit d91c752b2e
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ alerting:
success-threshold: 2
connectivity:
checker:
target: 1.1.1.1:53
target: 192.168.8.1:53
interval: 1m
endpoints:
- name: status
@@ -29,7 +29,7 @@ endpoints:
url: https://status.${SECRET_CLUSTER_DOMAIN}
interval: 1m
client:
dns-resolver: tcp://1.1.1.1:53
dns-resolver: tcp://192.168.8.1:53
insecure: true
conditions:
- "[STATUS] == 200"

View File

@@ -13,7 +13,7 @@ data:
url: "https://${GATUS_SUBDOMAIN:-${APP}}.${SECRET_CLUSTER_DOMAIN}${GATUS_PATH:-/}"
interval: 1m
client:
dns-resolver: tcp://1.1.1.1:53
dns-resolver: tcp://192.168.8.1:53
conditions:
- "[STATUS] == ${GATUS_STATUS:-200}"
alerts: