From 91027c036cf7c15db76fe7b8317c754ab13d63d9 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sat, 16 Aug 2025 12:18:18 -0700 Subject: Fix coffee domain --- playbooks/roles/mon/templates/volumes/gatus/config/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'playbooks') diff --git a/playbooks/roles/mon/templates/volumes/gatus/config/config.yml b/playbooks/roles/mon/templates/volumes/gatus/config/config.yml index 2d1c0ef..be11873 100644 --- a/playbooks/roles/mon/templates/volumes/gatus/config/config.yml +++ b/playbooks/roles/mon/templates/volumes/gatus/config/config.yml @@ -12,7 +12,6 @@ endpoints: url: "https://{{ domain }}" interval: 30m conditions: - - "[DOMAIN_EXPIRATION] > 720h" - "[CERTIFICATE_EXPIRATION] > 240h" - name: "LDAPS" @@ -46,13 +45,13 @@ endpoints: - "[STATUS] == 200" {% endfor %} {% for healthcheck in m.private_healthchecks %} - - name: "healthcheck {{ user }} priv {{ healthcheck }}" + - name: "{{ healthcheck }} priv healthcheck {{ user }}" url: "{{ healthcheck }}" group: "{{ user }}_priv" interval: 1m conditions: - "[STATUS] == 200" - - name: "healthcheck {{ user }} pub {{ healthcheck }} 403" + - name: "{{ healthcheck }} pub healthcheck {{ user }} 403" group: "{{ user }}_priv" url: "{{ healthcheck }}" client: -- cgit v1.2.3-70-g09d2