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"
|
|
|
|
dateFormat = "d/m/Y"
|
|
|
|
timeFormat = "g:i A"
|
|
|
|
|
2014-01-22 18:21:05 +01:00
|
|
|
; The directory that contains the symlinks to all enabled directories.
|
|
|
|
moduleFolder = "@icingaweb_config_path@/enabledModules"
|
|
|
|
|
|
|
|
; Contains the directories that will be searched for available modules. Modules that
|
|
|
|
; don't exist in these directories can still be symlinked in the module folder, but
|
|
|
|
; won't show up in the list of disabled modules.
|
|
|
|
; modulePath = "/vagrant/modules:/usr/share/icingaweb/modules"
|
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"
|