icingaweb2/config/config.ini.in

42 lines
1.4 KiB
INI
Raw Normal View History

2013-06-03 17:05:59 +02:00
[global]
timezone = "Europe/Berlin"
; 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]
enable = true
2014-02-26 10:47:02 +01:00
; Writing to a Stream
type = "file"
2014-02-26 10:47:02 +01:00
; Write data to the following file
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"
; 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
[preferences]
; Use INI file storage to save preferences to a local disk
2014-06-02 13:33:17 +02:00
type = "ini"
; Use database storage to save preferences in either a MySQL or PostgreSQL database
;type = db
;resource = icingaweb-mysql