2013-06-03 17:05:59 +02:00
|
|
|
[global]
|
2013-08-29 13:21:33 +02:00
|
|
|
timezone = "Europe/Berlin"
|
|
|
|
|
2014-01-22 18:21:05 +01:00
|
|
|
; 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
|
2014-02-18 14:46:15 +01:00
|
|
|
; won't show up in the list of disabled modules
|
2014-01-22 18:21:05 +01:00
|
|
|
; modulePath = "/vagrant/modules:/usr/share/icingaweb/modules"
|
2013-06-03 17:05:59 +02:00
|
|
|
|
|
|
|
[logging]
|
2014-04-30 09:10:23 +02:00
|
|
|
enable = true
|
2014-02-26 10:47:02 +01:00
|
|
|
; Writing to a Stream
|
2014-06-11 08:58:53 +02:00
|
|
|
type = "file"
|
2014-02-26 10:47:02 +01:00
|
|
|
; Write data to the following file
|
2013-10-20 18:32:39 +02:00
|
|
|
target = "@icingaweb_log_path@/icingaweb.log"
|
2014-02-26 10:47:02 +01:00
|
|
|
; Write data to a PHP stream
|
|
|
|
;target = "php://output"
|
|
|
|
|
|
|
|
; Writing to the System Log
|
|
|
|
;type = "syslog"
|
2014-06-11 08:58:53 +02:00
|
|
|
; Prefix all syslog messages generated with the string "icingaweb"
|
|
|
|
;application = "icingaweb"
|
2014-02-26 10:47:02 +01:00
|
|
|
;facility = "LOG_USER"
|
|
|
|
|
|
|
|
level = 1
|
|
|
|
; The default level is WARNING, which means that only events of this level and
|
|
|
|
; above will be tracked. Level numbers descend in order of importance where
|
|
|
|
; ERROR (0) is the most important level and DEBUG (3) is the least important
|
|
|
|
; level:
|
|
|
|
;
|
|
|
|
; ERROR = 0 - Error: error conditions
|
|
|
|
; WARNING = 1 - Warning: warning conditions
|
|
|
|
; INFO = 2 - Informational: informational messages
|
|
|
|
; DEBUG = 3 - Debug: debug messages
|
2013-08-29 13:21:33 +02:00
|
|
|
|
2013-07-30 16:02:05 +02:00
|
|
|
[preferences]
|
2014-02-18 14:46:15 +01:00
|
|
|
; Use INI file storage to save preferences to a local disk
|
2014-06-02 13:33:17 +02:00
|
|
|
type = "ini"
|
2014-02-18 14:46:15 +01:00
|
|
|
|
|
|
|
; Use database storage to save preferences in either a MySQL or PostgreSQL database
|
|
|
|
;type = db
|
|
|
|
;resource = icingaweb-mysql
|