aboutsummaryrefslogtreecommitdiff
path: root/vars/hostclass/icinga_server
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2024-10-24 06:43:08 -0400
committerCullum Smith <cullum@sacredheartsc.com>2024-10-24 06:43:08 -0400
commite2fc0433de38c322ce46ad250bc0f0f03e7710c8 (patch)
treef04f079ed745f0c0350af93adf6491bbfec1cd13 /vars/hostclass/icinga_server
parent393adb9a95913e1658afe3243e4a0498dced9090 (diff)
downloadinfrastructure-e2fc0433de38c322ce46ad250bc0f0f03e7710c8.tar.gz
add icinga
Diffstat (limited to 'vars/hostclass/icinga_server')
-rw-r--r--vars/hostclass/icinga_server5
1 files changed, 5 insertions, 0 deletions
diff --git a/vars/hostclass/icinga_server b/vars/hostclass/icinga_server
new file mode 100644
index 0000000..cc5de73
--- /dev/null
+++ b/vars/hostclass/icinga_server
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+icinga_port=5665
+allowed_tcp_ports="ssh http https ${icinga_port}"
+nginx_gssapi=true