add missing 's' in filename
All checks were successful
build container icingaweb2 / build (push) Successful in 1m52s
All checks were successful
build container icingaweb2 / build (push) Successful in 1m52s
This commit is contained in:
@@ -143,7 +143,7 @@ def main():
|
|||||||
### grafana.ini : https://github.com/NETWAYS/icingaweb2-module-grafana/blob/main/doc/02-installation.md
|
### 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)
|
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
|
### 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
|
## run db init
|
||||||
InitDB()
|
InitDB()
|
||||||
|
|||||||
Reference in New Issue
Block a user