From d03f11f198e580ebe270087a69e008663a92846f Mon Sep 17 00:00:00 2001
From: anima
Date: Sat, 1 Feb 2025 16:07:46 +0100
Subject: [PATCH] fix var name for commandtransport
---
conf_icingaweb2.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf_icingaweb2.py b/conf_icingaweb2.py
index e42b70c..e384814 100644
--- a/conf_icingaweb2.py
+++ b/conf_icingaweb2.py
@@ -134,7 +134,7 @@ def main():
### redis.ini : https://icinga.com/docs/icinga-db-web/latest/doc/03-Configuration/#redis-configuration
IniFile(ICINGADB_WEB_CONFDIR + 'redis.ini', 'ICINGAWEB2_ICINGADB_REDIS', delimiter)
### commandtransports.ini : https://icinga.com/docs/icinga-db-web/latest/doc/03-Configuration/#command-transport-configuration
- IniFile(ICINGADB_WEB_CONFDIR + 'commandtransports.ini', 'ICINGAWEB2_ICINGADB_API', delimiter)
+ IniFile(ICINGADB_WEB_CONFDIR + 'commandtransports.ini', 'ICINGAWEB2_ICINGADB_CMD', delimiter)
## icingaweb2 modul: grafana
ICINGAWEB_GRAFANA_CONFDIR = ICINGAWEB_CONFDIR + 'modules/grafana/'