From 6f1b90dda4d7f7ad6d73183cb9b7c28fbd718c81 Mon Sep 17 00:00:00 2001
From: anima
Date: Sat, 1 Feb 2025 15:38:21 +0100
Subject: [PATCH] add missing 's' in filename
---
conf_icingaweb2.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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()