From 9ac5170c913a6afada2b5830dfeae78c0995af2f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zolt=C3=A1n=20Felleg?= Date: Mon, 24 Mar 2025 02:52:45 +0100 Subject: [PATCH] Updated kea.in (updated remote logging configuration). --- .../install-data/etc/rsyslog.d/remote.conf | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/sources/kea.in/c3d/postinstall/install-data/etc/rsyslog.d/remote.conf b/sources/kea.in/c3d/postinstall/install-data/etc/rsyslog.d/remote.conf index 550bb6d..f45f90b 100644 --- a/sources/kea.in/c3d/postinstall/install-data/etc/rsyslog.d/remote.conf +++ b/sources/kea.in/c3d/postinstall/install-data/etc/rsyslog.d/remote.conf @@ -1,7 +1,5 @@ -:programname, isequal, "kea-dhcp4" action(type="omfwd" - queue.type="linkedlist" - queue.filename="fwd_queue" - action.resumeRetryCount="-1" - queue.saveOnShutdown="on" - target="log.in.useribm.hu" port="514" protocol="tcp" -) +module(load="omrelp") + +if $programname == "kea-dhcp4" then { + action(type="omrelp" target="log.in.useribm.hu" port="2514") +} -- 2.54.0