From 47f3cb3f96904d8d79b5a080618f1307178fbb45 Mon Sep 17 00:00:00 2001 From: anima Date: Sat, 1 Feb 2025 19:49:29 +0100 Subject: [PATCH] remove missunderstanding --- conf_icingaweb2.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf_icingaweb2.py b/conf_icingaweb2.py index e384814..813bc0e 100644 --- a/conf_icingaweb2.py +++ b/conf_icingaweb2.py @@ -140,8 +140,6 @@ def main(): ICINGAWEB_GRAFANA_CONFDIR = ICINGAWEB_CONFDIR + 'modules/grafana/' ### config.ini : https://github.com/NETWAYS/icingaweb2-module-grafana/blob/main/doc/03-module-configuration.md IniFile(ICINGAWEB_GRAFANA_CONFDIR + 'config.ini', 'ICINGAWEB2_GRAFANA_CONF', delimiter) - ### 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 + 'graphs.ini', 'ICINGAWEB2_GRAFANA_GRAPH', delimiter)