From 4de3fe7040ffc6ef1a2cc8fb9f5c58cc88863f98 Mon Sep 17 00:00:00 2001 From: MoturiFranklin <111282301+MoturiFranklin@users.noreply.github.com> Date: Mon, 9 Jun 2025 15:03:55 +0300 Subject: [PATCH] apps/status/gatus: update monitoring --- apps/status/gatus/gatus-values-configmap.yaml | 44 ++++++++++--------- 1 file changed, 24 insertions(+), 20 deletions(-) diff --git a/apps/status/gatus/gatus-values-configmap.yaml b/apps/status/gatus/gatus-values-configmap.yaml index beeffb5..d4ed93a 100644 --- a/apps/status/gatus/gatus-values-configmap.yaml +++ b/apps/status/gatus/gatus-values-configmap.yaml @@ -98,6 +98,10 @@ data: <<: *defaults group: "Stackspout" url: "https://do.${domain_extra}" + - name: "OpenProject Boards" + <<: *defaults + group: "Stackspout" + url: "https://board.${domain}" - name: "HedgeDoc Notes" <<: *defaults group: "Stackspout" @@ -127,23 +131,6 @@ data: <<: *defaults group: "Stackspout" - - name: "Mailserver STARTTLS" - url: "starttls://${outgoing_mail_smtp_host}:587" - <<: *defaults - interval: 10m - client: - timeout: 5s - conditions: - - "[CONNECTED] == true" - - name: "Mailserver TLS" - url: "tls://${outgoing_mail_smtp_host}:465" - <<: *defaults - interval: 10m - client: - timeout: 5s - conditions: - - "[CONNECTED] == true" - - name: "${org_name} Homepage" url: "https://${domain}" <<: *defaults @@ -152,10 +139,23 @@ data: url: "https://${domain}/team" <<: *defaults group: "${org_name}" - - name: "${org_name} Teampage EN" - url: "https://${domain}/en/team" + + - name: "Mailserver STARTTLS" + url: "starttls://${outgoing_mail_smtp_host}:587" <<: *defaults - group: "${org_name}" + interval: 7m + client: + timeout: 5s + conditions: + - "[CONNECTED] == true" + - name: "Mailserver TLS" + url: "tls://${outgoing_mail_smtp_host}:465" + <<: *defaults + interval: 2m + client: + timeout: 5s + conditions: + - "[CONNECTED] == true" - name: "Main Admin Panel" url: "https://main.iridion.it:999" @@ -165,3 +165,7 @@ data: url: "https://ns2.iridion.it:999" <<: *defaults group: "Iridion" + - name: "Webmail" + url: "https://webmail.iridion.it" + <<: *defaults + group: "Iridion"