icinga2 syslog -> journald logging
This commit is contained in:
parent
d489971990
commit
be4c9ce6f4
3 changed files with 8 additions and 4 deletions
7
bundles/icinga2/files/features/journald.conf
Normal file
7
bundles/icinga2/files/features/journald.conf
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
/**
|
||||||
|
* The JournaldLogger type writes log information to the systemd journal.
|
||||||
|
*/
|
||||||
|
|
||||||
|
object JournaldLogger "journald" {
|
||||||
|
severity = "warning"
|
||||||
|
}
|
|
@ -1,3 +0,0 @@
|
||||||
object SyslogLogger "syslog" {
|
|
||||||
severity = "warning"
|
|
||||||
}
|
|
|
@ -195,7 +195,7 @@ files = {
|
||||||
# FEATURES
|
# FEATURES
|
||||||
|
|
||||||
for feature, context in {
|
for feature, context in {
|
||||||
'syslog': {},
|
'journald': {},
|
||||||
'notification': {},
|
'notification': {},
|
||||||
'checker': {},
|
'checker': {},
|
||||||
'api': {},
|
'api': {},
|
||||||
|
|
Loading…
Reference in a new issue