mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
feat: gatus redirect to opnsense
This commit is contained in:
@@ -21,7 +21,7 @@ alerting:
|
|||||||
success-threshold: 2
|
success-threshold: 2
|
||||||
connectivity:
|
connectivity:
|
||||||
checker:
|
checker:
|
||||||
target: 1.1.1.1:53
|
target: 192.168.8.1:53
|
||||||
interval: 1m
|
interval: 1m
|
||||||
endpoints:
|
endpoints:
|
||||||
- name: status
|
- name: status
|
||||||
@@ -29,7 +29,7 @@ endpoints:
|
|||||||
url: https://status.${SECRET_CLUSTER_DOMAIN}
|
url: https://status.${SECRET_CLUSTER_DOMAIN}
|
||||||
interval: 1m
|
interval: 1m
|
||||||
client:
|
client:
|
||||||
dns-resolver: tcp://1.1.1.1:53
|
dns-resolver: tcp://192.168.8.1:53
|
||||||
insecure: true
|
insecure: true
|
||||||
conditions:
|
conditions:
|
||||||
- "[STATUS] == 200"
|
- "[STATUS] == 200"
|
||||||
|
@@ -13,7 +13,7 @@ data:
|
|||||||
url: "https://${GATUS_SUBDOMAIN:-${APP}}.${SECRET_CLUSTER_DOMAIN}${GATUS_PATH:-/}"
|
url: "https://${GATUS_SUBDOMAIN:-${APP}}.${SECRET_CLUSTER_DOMAIN}${GATUS_PATH:-/}"
|
||||||
interval: 1m
|
interval: 1m
|
||||||
client:
|
client:
|
||||||
dns-resolver: tcp://1.1.1.1:53
|
dns-resolver: tcp://192.168.8.1:53
|
||||||
conditions:
|
conditions:
|
||||||
- "[STATUS] == ${GATUS_STATUS:-200}"
|
- "[STATUS] == ${GATUS_STATUS:-200}"
|
||||||
alerts:
|
alerts:
|
||||||
|
Reference in New Issue
Block a user