fix var name for commandtransport
All checks were successful
build container icingaweb2 / build (push) Successful in 4m0s
All checks were successful
build container icingaweb2 / build (push) Successful in 4m0s
This commit is contained in:
@@ -134,7 +134,7 @@ def main():
|
|||||||
### redis.ini : https://icinga.com/docs/icinga-db-web/latest/doc/03-Configuration/#redis-configuration
|
### 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)
|
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
|
### 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
|
## icingaweb2 modul: grafana
|
||||||
ICINGAWEB_GRAFANA_CONFDIR = ICINGAWEB_CONFDIR + 'modules/grafana/'
|
ICINGAWEB_GRAFANA_CONFDIR = ICINGAWEB_CONFDIR + 'modules/grafana/'
|
||||||
|
|||||||
Reference in New Issue
Block a user