2013-06-03 17:05:59 +02:00
|
|
|
[global]
|
|
|
|
environment = development
|
|
|
|
timezone = "Europe/Berlin"
|
|
|
|
indexModule = monitoring
|
|
|
|
indexController = dashboard
|
2013-06-28 09:37:41 +02:00
|
|
|
moduleFolder = "/etc/icinga2-web/enabledModules"
|
2013-06-03 17:05:59 +02:00
|
|
|
|
|
|
|
[logging]
|
|
|
|
; General log
|
|
|
|
enable = 1
|
|
|
|
type = stream
|
|
|
|
verbose = 1
|
|
|
|
target = /tmp/icinga2.log
|
|
|
|
|
|
|
|
; For development and debug purposes: Logs additional (non critical) events to a
|
|
|
|
; seperate log
|
|
|
|
debug.enable = 1
|
|
|
|
debug.type = stream
|
|
|
|
debug.target = /tmp/icinga2.debug.log
|
2013-07-30 16:02:05 +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]
|
|
|
|
type=ini
|
2013-08-02 14:58:36 +02:00
|
|
|
|
|
|
|
; Use database to store preference into mysql or postgres
|
|
|
|
;[preferences]
|
|
|
|
;type=db
|
|
|
|
;dbtype=pgsql
|
|
|
|
;dbhost=127.0.0.1
|
|
|
|
;dbpassword=icingaweb
|
|
|
|
;dbuser=icingaweb
|
|
|
|
;dbname=icingaweb
|