This commit is contained in:
Thorsten Spille 2025-07-23 21:11:19 +02:00 committed by GitHub
parent 2bf7ae3bec
commit c597f1570b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -334,8 +334,8 @@ EOF
echo "[INFO] Warte auf Icinga2 API..."
sleep 15
echo "[INFO] Icinga Director Setup wird ausgeführt."
# KORREKTUR: Reihenfolge der Director-Befehle getauscht
icingacli director kickstart --endpoint localhost --user director --password "${ICINGA_API_USER_PASS}"
# KORREKTUR: 'run' wurde zum kickstart-Befehl hinzugefügt.
icingacli director kickstart run --endpoint localhost --user director --password "${ICINGA_API_USER_PASS}"
icingacli director migration run
icingacli director config set 'endpoint' 'localhost' --user 'director' --password "${ICINGA_API_USER_PASS}"
icingacli director automation run