From 94becd6d54ce3a8c0f651fafdeede15a77b778cf Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Wed, 23 Jul 2025 12:04:42 +0200 Subject: [PATCH] Update constants-service.conf --- src/icinga2/constants-service.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/icinga2/constants-service.conf b/src/icinga2/constants-service.conf index ed875bf..d1a47a4 100644 --- a/src/icinga2/constants-service.conf +++ b/src/icinga2/constants-service.conf @@ -41,3 +41,6 @@ CRED_FILE="/root/.zamba_credentials/icinga_stack.txt" # For Debian 12 (Bookworm), this is 8.2. # For a future Debian 13 (Trixie), you would likely change this to "8.3". PHP_VERSION="8.2" + +# service dependent meta tags +SERVICE_TAGS="nginx,postgresql,influxdb2,grafana"