From c22bb5277a8fada80043c6d271f52a357b494b99 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zolt=C3=A1n=20Felleg?= Date: Thu, 13 Mar 2025 20:25:48 +0100 Subject: [PATCH] Updated l1chost.in (added remote logging configuration). --- sources/l1chost.in/etc/rsyslog.d/remote.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sources/l1chost.in/etc/rsyslog.d/remote.conf 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") +} -- 2.54.0