imfreedom/ansible

Remove the email checks from vigil

10 months ago, Gary Kramlich
734948af6bf6
Parents 43377ccc5e6c
Children 1e9b5dd3374c
Remove the email checks from vigil
--- a/roles/vigil/templates/config.cfg.j2 Wed Feb 22 00:13:55 2023 -0600
+++ b/roles/vigil/templates/config.cfg.j2 Sun Jun 18 23:03:42 2023 -0500
@@ -18,7 +18,7 @@
logo_color = "#794A85"
logo_url = "https://status.pidgin.im/assets/images/branding/logo.svg"
website_url = "https://pidgin.im/"
-support_url = "mailto:support@pidgin.im"
+support_url = "https://discourse.imfreedom.org/c/support/6"
custom_html = ""
[metrics]
@@ -160,15 +160,3 @@
mode = "poll"
replicas = ["https://reviews.imfreedom.org"]
-[[probe.service.node]]
-id = "rock-pidgin-im-imap"
-label = "rock.pidgin.im (imap)"
-mode = "poll"
-replicas = ["tcp://rock.pidgin.im:143"]
-
-[[probe.service.node]]
-id = "rock-pidgin-im-smtp"
-label = "rock.pidgin.im (smtp)"
-mode = "poll"
-replicas = ["tcp://rock.pidgin.im:25"]
-