aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-06-14 05:46:10 -0400
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-06-14 05:46:10 -0400
commit8637461b53a40f4420b12d7775d0645ff277d57d (patch)
tree2ade93b87d3f49ade13733c08489587c37678159
parent5cb68e0eadf255210e92da9bfcc5ba10282c6af7 (diff)
downloadselfhosted-8637461b53a40f4420b12d7775d0645ff277d57d.tar.gz
selfhosted-8637461b53a40f4420b12d7775d0645ff277d57d.zip
nagios_server: add https checks for mastodon/synpase
-rw-r--r--inventory-example/40-groups8
1 files changed, 8 insertions, 0 deletions
diff --git a/inventory-example/40-groups b/inventory-example/40-groups
index 7c47a75..3617eb0 100644
--- a/inventory-example/40-groups
+++ b/inventory-example/40-groups
@@ -120,6 +120,12 @@ nagios_http_status = 401
apache_can_network_connect = True
nagios_https_vhosts = '["{{ prosody_http_host | default(ansible_fqdn) }}"]'
+[mastodon_servers:vars]
+nagios_https_vhosts = '["{{ mastodon_web_domain }}"]'
+
+[synapse_servers:vars]
+nagios_https_vhosts = '["{{ synapse_server_name }}"]'
+
# Nagios hostgroups
# =================
@@ -172,5 +178,7 @@ photostructure_servers
rspamd_servers
unifi_controllers
xmpp_servers
+mastodon_servers
+synapse_servers
# vi: ft=dosini