This commit is contained in:
Thorsten Spille 2025-07-24 20:43:02 +02:00 committed by GitHub
parent 43a1863433
commit a98469f6be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,6 @@ _install() {
icingaweb2 icingacli \ icingaweb2 icingacli \
icinga-php-library \ icinga-php-library \
icingaweb2-module-reactbundle \ icingaweb2-module-reactbundle \
icingaweb2-module-incubator \
icinga-director icinga-director
echo "[INFO] Systemd Services werden aktiviert." echo "[INFO] Systemd Services werden aktiviert."
@ -335,7 +334,7 @@ EOF
echo "[INFO] Icinga Web 2 Module werden in korrekter Reihenfolge aktiviert." echo "[INFO] Icinga Web 2 Module werden in korrekter Reihenfolge aktiviert."
icingacli module enable ipl icingacli module enable ipl
icingacli module enable reactbundle icingacli module enable reactbundle
icingacli module enable incubator # incubator wird als Abhängigkeit von director via apt installiert und muss nicht manuell aktiviert werden
icingacli module enable director icingacli module enable director
echo "[INFO] Alle Services werden neu gestartet." echo "[INFO] Alle Services werden neu gestartet."