From: Zoltán Felleg Date: Thu, 13 Mar 2025 19:25:48 +0000 (+0100) Subject: Updated l1chost.in (added remote logging configuration). X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=c22bb5277a8fada80043c6d271f52a357b494b99;p=user-lxc.git Updated l1chost.in (added remote logging configuration). --- diff --git a/sources/l1chost.in/etc/rsyslog.d/remote.conf b/sources/l1chost.in/etc/rsyslog.d/remote.conf new file mode 100644 index 0000000..65b15bf --- /dev/null +++ b/sources/l1chost.in/etc/rsyslog.d/remote.conf @@ -0,0 +1,10 @@ +module(load="imfile") +module(load="omrelp") + +input(type="imfile" + file="/var/log/rsync.log" + tag="rsync") + +if $syslogtag == "rsync" then { + action(type="omrelp" target="log.in.useribm.hu" port="2514") +}