2013-06-03 17:05:59 +02:00
|
|
|
[global]
|
2013-08-29 13:21:33 +02:00
|
|
|
environment = "development"
|
|
|
|
timezone = "Europe/Berlin"
|
|
|
|
indexModule = "monitoring"
|
|
|
|
indexController = "dashboard"
|
2013-08-21 14:15:20 +02:00
|
|
|
; The moduleFolder directive is currently not used anywhere but configureable
|
|
|
|
; via the frontend and this file. With feature #4607 moduleFolder will
|
|
|
|
; be replaced with a configuration directive for locations of
|
|
|
|
; installed modules
|
2013-10-20 19:34:41 +02:00
|
|
|
moduleFolder = "@icingaweb_config_path@/enabledModules"
|
2013-08-29 13:21:33 +02:00
|
|
|
dateFormat = "d/m/Y"
|
|
|
|
timeFormat = "g:i A"
|
|
|
|
|
2013-06-03 17:05:59 +02:00
|
|
|
|
|
|
|
[logging]
|
|
|
|
; General log
|
2013-08-29 13:21:33 +02:00
|
|
|
enable = "1"
|
|
|
|
type = "stream"
|
|
|
|
verbose = "1"
|
2013-10-20 18:32:39 +02:00
|
|
|
target = "@icingaweb_log_path@/icingaweb.log"
|
2013-06-03 17:05:59 +02:00
|
|
|
|
|
|
|
; For development and debug purposes: Logs additional (non critical) events to a
|
|
|
|
; seperate log
|
2013-08-29 13:21:33 +02:00
|
|
|
debug.enable = "1"
|
|
|
|
debug.type = "stream"
|
2013-10-20 18:32:39 +02:00
|
|
|
debug.target = "@icingaweb_log_path@/icingaweb.debug.log"
|
2013-07-30 16:02:05 +02:00
|
|
|
|
2013-08-29 13:21:33 +02:00
|
|
|
|
2013-08-02 14:58:36 +02:00
|
|
|
; Use ini store to store preferences on local disk
|
2013-07-30 16:02:05 +02:00
|
|
|
[preferences]
|
2013-08-29 13:21:33 +02:00
|
|
|
type = "ini"
|
2013-08-02 14:58:36 +02:00
|
|
|
|
|
|
|
; Use database to store preference into mysql or postgres
|
|
|
|
;[preferences]
|
|
|
|
;type=db
|
2013-08-15 14:16:34 +02:00
|
|
|
;resource=icingaweb-mysql
|
2013-08-21 14:15:20 +02:00
|
|
|
|
2013-10-20 18:32:39 +02:00
|
|
|
configPath = "@icingaweb_config_path@/preferences"
|