parent
e2bfc06d6c
commit
e6ec4c6011
|
@ -49,9 +49,3 @@ configPath = "@icingaweb_config_path@/preferences"
|
|||
; Use database storage to save preferences in either a MySQL or PostgreSQL database
|
||||
;type = db
|
||||
;resource = icingaweb-mysql
|
||||
|
||||
[logfile]
|
||||
type = file
|
||||
filename = "/vagrant/var/log/icingaweb.log"
|
||||
fields = "/^(?<datetime>[0-9]{4}(-[0-9]{2}){2}T[0-9]{2}(:[0-9]{2}){2}(\\+[0-9]{2}:[0-9]{2})?) (?<loglevel>[A-Za-z]+)( \([0-9]+\))?: (?<message>.*)$/"
|
||||
; format: PCRE
|
||||
|
|
|
@ -18,8 +18,12 @@ title = "Configuration"
|
|||
url = "config"
|
||||
priority = 300
|
||||
|
||||
[System.ApplicationLog]
|
||||
title = "Application log"
|
||||
url = "list/applicationlog"
|
||||
priority = 400
|
||||
|
||||
[Logout]
|
||||
url = "authentication/logout"
|
||||
icon = img/icons/logout.png
|
||||
priority = 300
|
||||
|
||||
|
|
|
@ -47,3 +47,9 @@ port = @ldap_port@
|
|||
root_dn = "@ldap_rootdn@"
|
||||
bind_dn = "@ldap_binddn@"
|
||||
bind_pw = @ldap_bindpass@
|
||||
|
||||
[logfile]
|
||||
type = file
|
||||
filename = "/vagrant/var/log/icingaweb.log"
|
||||
fields = "/^(?<datetime>[0-9]{4}(-[0-9]{2}){2}T[0-9]{2}(:[0-9]{2}){2}(\\+[0-9]{2}:[0-9]{2})?) (?<loglevel>[A-Za-z]+)( \([0-9]+\))?: (?<message>.*)$/"
|
||||
; format: PCRE
|
||||
|
|
Loading…
Reference in New Issue