rsyslog: Enable loggin of mark lines.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 4 May 2009 20:26:54 +0000 (22:26 +0200)
committerroot <root@template.drsnuggles.stderr.nl>
Tue, 5 May 2009 09:36:04 +0000 (11:36 +0200)
etc/rsyslog.conf

index 3d61e26a0d54d8859ada3bf19614760c97d72ea2..294272a5b5b3c415fdde8472ff5eb88014cdfaa1 100644 (file)
@@ -10,8 +10,8 @@
 
 $ModLoad imuxsock # provides support for local system logging
 $ModLoad imklog   # provides kernel logging support (previously done by rklogd) 
-#$ModLoad immark   # provides --MARK-- message capability
-
+$ModLoad immark   # provides --MARK-- message capability
+$MarkMessagePeriod  900 # mark messages appear every 15 Minutes
 
 ###########################
 #### GLOBAL DIRECTIVES ####