summaryrefslogtreecommitdiffstats
path: root/rsyslog.conf
diff options
context:
space:
mode:
Diffstat (limited to 'rsyslog.conf')
-rw-r--r--rsyslog.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/rsyslog.conf b/rsyslog.conf
index 2740c794..2ff7d271 100644
--- a/rsyslog.conf
+++ b/rsyslog.conf
@@ -38,11 +38,12 @@ local7.* /var/log/boot.log
# down, messages are spooled to disk and sent when it is up again.
#$WorkDirectory /rsyslog/spool # where to place spool files
#$ActionQueueFileName uniqName # unique name prefix for spool files
-#$ActionQueueMaxDiskSpace 2g # 2gb space limit (use as much as possible)
+#$ActionQueueMaxDiskSpace 1g # 1gb space limit (use as much as possible)
#$ActionQueueSaveOnShutdown on # save messages to disk on shutdown
#$ActionQueueType LinkedList # run asynchronously
#$ActionResumeRetryCount -1 # infinety retries if host is down
-#*.* @@remote-host # remote host is: name/ip:port
+# remote host is: name/ip:port, e.g. 192.168.0.1:514, port optional
+#*.* @@remote-host
# ######### Receiving Messages from Remote Hosts ##########