add grafana module
All checks were successful
build container icingaweb2 / build (push) Successful in 4m2s

This commit is contained in:
2025-02-01 14:59:43 +01:00
parent 4656400214
commit ea28005bc9
4 changed files with 29 additions and 6 deletions

View File

@@ -21,7 +21,9 @@ if [ -z "$(ls -A /data)" ]; then
## enable modules
icingacli module enable icingadb
mkdir -p /etc/icingaweb2/modules/icingadb/
icingacli module enable grafana
mkdir -p /etc/icingaweb2/modules/grafana/
else
## print setup token because no auto deployment will run
icingacli setup token create;