[global] environment = "development" timezone = "Europe/Berlin" indexModule = "monitoring" indexController = "dashboard" dateFormat = "d/m/Y" timeFormat = "g:i A" ; 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" ; The used authentication-mode can be either "internal" to handle the authentication in IcingaWeb ; or "external" to delegate the authentication to the used WebServer authenticationMode = "internal" [logging] enable = true ; Writing to a Stream type = "stream" ; Write data to the following file target = "@icingaweb_log_path@/icingaweb.log" ; Write data to a PHP stream ;target = "php://output" ; Writing to the System Log ;type = "syslog" ; Prefix all syslog messages generated with the string "Icinga Web" ;application = "Icinga Web" ;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 ; Use ini store to store preferences on local disk [preferences] type = "ini" ; Use database to store preference into mysql or postgres ;[preferences] ;type=db ;resource=icingaweb-mysql configPath = "@icingaweb_config_path@/preferences"