summaryrefslogtreecommitdiffstats
path: root/redhat/rsyslog
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/rsyslog')
-rw-r--r--redhat/rsyslog12
1 files changed, 12 insertions, 0 deletions
diff --git a/redhat/rsyslog b/redhat/rsyslog
new file mode 100644
index 00000000..ee9be79b
--- /dev/null
+++ b/redhat/rsyslog
@@ -0,0 +1,12 @@
+# Options to syslogd
+# -m 0 disables 'MARK' messages.
+# -r enables logging from remote machines
+# -x disables DNS lookups on messages recieved with -r
+# See syslogd(8) for more details
+SYSLOGD_OPTIONS="-m 0"
+# Options to klogd
+# -2 prints all kernel oops messages twice; once for klogd to decode, and
+# once for processing with 'ksymoops'
+# -x disables all klogd processing of oops messages entirely
+# See klogd(8) for more details
+KLOGD_OPTIONS="-x"