update some informations after create full stack
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user