diff --git a/conf_icingaweb2.py b/conf_icingaweb2.py index 558b574..e42b70c 100644 --- a/conf_icingaweb2.py +++ b/conf_icingaweb2.py @@ -143,7 +143,7 @@ def main(): ### grafana.ini : https://github.com/NETWAYS/icingaweb2-module-grafana/blob/main/doc/02-installation.md IniFile(ICINGAWEB_GRAFANA_CONFDIR + 'grafana.ini', 'ICINGAWEB2_GRAFANA_AUTH', delimiter) ### graphs.ini : https://github.com/NETWAYS/icingaweb2-module-grafana/blob/main/doc/04-graph-configuration.md - IniFile(ICINGAWEB_GRAFANA_CONFDIR + 'graph.ini', 'ICINGAWEB2_GRAFANA_GRAPH', delimiter) + IniFile(ICINGAWEB_GRAFANA_CONFDIR + 'graphs.ini', 'ICINGAWEB2_GRAFANA_GRAPH', delimiter) ## run db init InitDB()