From e2fc0433de38c322ce46ad250bc0f0f03e7710c8 Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Thu, 24 Oct 2024 06:43:08 -0400 Subject: add icinga --- vars/hostclass/icinga_server | 5 +++++ vars/hostname/icinga1 | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 vars/hostclass/icinga_server create mode 100644 vars/hostname/icinga1 (limited to 'vars') 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 diff --git a/vars/hostname/icinga1 b/vars/hostname/icinga1 new file mode 100644 index 0000000..b0de31c --- /dev/null +++ b/vars/hostname/icinga1 @@ -0,0 +1,3 @@ +#!/bin/sh + +cnames=icinga -- cgit v1.2.3