mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 07:04:37 +02:00
Add config feature 'syslog' logger.
This commit is contained in:
parent
f55d48cfb3
commit
7f330c0308
@ -24,4 +24,5 @@ install-exec-hook:
|
|||||||
$(MKDIR_P) features-enabled && \
|
$(MKDIR_P) features-enabled && \
|
||||||
$(LN_S) ../features-available/checker.conf features-enabled/; \
|
$(LN_S) ../features-available/checker.conf features-enabled/; \
|
||||||
$(LN_S) ../features-available/notification.conf features-enabled/; \
|
$(LN_S) ../features-available/notification.conf features-enabled/; \
|
||||||
|
$(LN_S) ../features-available/syslog.conf features-enabled/; \
|
||||||
fi
|
fi
|
||||||
|
@ -10,6 +10,7 @@ CONFIG_FILES = \
|
|||||||
livestatus.conf \
|
livestatus.conf \
|
||||||
notification.conf \
|
notification.conf \
|
||||||
perfdata.conf \
|
perfdata.conf \
|
||||||
|
syslog.conf \
|
||||||
statusdat.conf
|
statusdat.conf
|
||||||
|
|
||||||
install-data-local:
|
install-data-local:
|
||||||
|
8
etc/icinga2/features-available/syslog.conf
Normal file
8
etc/icinga2/features-available/syslog.conf
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* The SyslogLogger type writes log information to syslog.
|
||||||
|
*/
|
||||||
|
|
||||||
|
object SyslogLogger "syslog" {
|
||||||
|
severity = "information"
|
||||||
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user