add missing 's' in filename
All checks were successful
build container icingaweb2 / build (push) Successful in 1m52s

This commit is contained in:
2025-02-01 15:38:21 +01:00
parent 5b25be249e
commit 6f1b90dda4

View File

@@ -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()