diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-08-16 12:18:18 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-08-16 12:18:18 -0700 |
commit | 91027c036cf7c15db76fe7b8317c754ab13d63d9 (patch) | |
tree | f79d15bb9d76b105693826a61f06d48b0e689224 /playbooks | |
parent | 1465f78fc7b369af68030c3afcaef361e90dfd23 (diff) | |
download | infra-91027c036cf7c15db76fe7b8317c754ab13d63d9.tar.gz infra-91027c036cf7c15db76fe7b8317c754ab13d63d9.zip |
Fix coffee domain
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/roles/mon/templates/volumes/gatus/config/config.yml | 5 |
1 files changed, 2 insertions, 3 deletions
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: |