diff options
Diffstat (limited to 'playbooks/roles/mon/templates')
-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: |