From 8c23f27ba8e01b5cafa09bb33e189789e98bf6a3 Mon Sep 17 00:00:00 2001 From: Paul-Henri Froidmont Date: Wed, 18 Apr 2018 17:56:22 +0200 Subject: [PATCH] Monitor biathlon-registration with monit --- roles/monit/templates/monitrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/monit/templates/monitrc b/roles/monit/templates/monitrc index ea92fed..103c4b2 100755 --- a/roles/monit/templates/monitrc +++ b/roles/monit/templates/monitrc @@ -335,8 +335,8 @@ check host Gitlab-ssh with address gitlab.banditlair.com check host Gitlab-ui with address gitlab.banditlair.com if failed port 443 protocol https with timeout 20 seconds then alert -check host mail-admin with address mail.banditlair.com - if failed port 443 protocol https with timeout 20 seconds then alert +check host mail-admin with address mailu.banditlair.com + if failed url https://mailu.banditlair.com/ui/ with timeout 20 seconds then alert #check host Grafana with address grafana.banditlair.com # if failed port 443 protocol https with timeout 20 seconds then alert