From 9fe04399b42841ab13068f8ef09e7d7097a3ce97 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Wed, 11 Jan 2023 03:40:08 +0100 Subject: [PATCH] add: warning about icinga config --- roles/monitoring-master/tasks/icinga.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/monitoring-master/tasks/icinga.yaml b/roles/monitoring-master/tasks/icinga.yaml index fba0b5c..2287332 100644 --- a/roles/monitoring-master/tasks/icinga.yaml +++ b/roles/monitoring-master/tasks/icinga.yaml @@ -101,6 +101,9 @@ path: /etc/icinga2/constants.conf line: "{{ item }}" with_items: + # WARNING ME LAZY BITCH, YOU HAVE TO DELETE THOSE ON THE SERVER OR IT WONT WORK # + # i mean it will work because they will be added at the end and overwrite + # previous definitions but ya know write a regex its fucking 03:39 am - 'const signal_gateway_host = "192.168.122.110"' - 'const signal_gateway_port = "5004"' - 'const signal_gateway_proto = "http"'