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"