update some informations after create full stack

This commit is contained in:
2025-02-02 19:30:34 +01:00
parent 09e50c5e36
commit 6ad0ed98d2
5 changed files with 39 additions and 47 deletions

View File

@@ -31,9 +31,9 @@ ICINGA_API_ICINGAWEB_USER=icingaweb
ICINGA_API_ICINGAWEB_PASS=icingaweb
## grafana settings
### must be change else you dont have graphs
### must be a network address what your client can reach
GRAFANA_HOST=$(hostname -I | awk '{print $1}') # set first ip of system, can be wrong!
#> GRAFANA_HOST must be change else you dont have graphs
#> GRAFANA_HOST must be a network address what your client can reach
GRAFANA_HOST='' # to get ip: $(hostname -I | awk '{print $1}') # sets first ip of system, can be wrong!
GRAFANA_PORT=3000
GRAFANA_DASHBOARD_NAME=icinga2-default
GRAFANA_DASHBOARD_UID=icinga2-default