mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 00:34:03 +02:00
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
|
; Use database storage to save preferences in either a MySQL or PostgreSQL database
|
||||||
;type = db
|
;type = db
|
||||||
;resource = icingaweb-mysql
|
;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"
|
url = "config"
|
||||||
priority = 300
|
priority = 300
|
||||||
|
|
||||||
|
[System.ApplicationLog]
|
||||||
|
title = "Application log"
|
||||||
|
url = "list/applicationlog"
|
||||||
|
priority = 400
|
||||||
|
|
||||||
[Logout]
|
[Logout]
|
||||||
url = "authentication/logout"
|
url = "authentication/logout"
|
||||||
icon = img/icons/logout.png
|
icon = img/icons/logout.png
|
||||||
priority = 300
|
priority = 300
|
||||||
|
|
||||||
|
@ -47,3 +47,9 @@ port = @ldap_port@
|
|||||||
root_dn = "@ldap_rootdn@"
|
root_dn = "@ldap_rootdn@"
|
||||||
bind_dn = "@ldap_binddn@"
|
bind_dn = "@ldap_binddn@"
|
||||||
bind_pw = @ldap_bindpass@
|
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…
x
Reference in New Issue
Block a user