From ec244c438783dc0d1a91378f6e1ac94d3dee0315 Mon Sep 17 00:00:00 2001 From: henk Date: Sun, 20 Aug 2023 01:36:44 +0200 Subject: [PATCH] 2023-08-20 01:36:44 --- linux/remoteRsyslog/rsyslog.conf-recieve | 4 +++- linux/remoteRsyslog/rsyslog.conf-send | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/linux/remoteRsyslog/rsyslog.conf-recieve b/linux/remoteRsyslog/rsyslog.conf-recieve index 45f1317..1404044 100644 --- a/linux/remoteRsyslog/rsyslog.conf-recieve +++ b/linux/remoteRsyslog/rsyslog.conf-recieve @@ -1,4 +1,6 @@ -#add +# add +# after adding +# systemctl restart rsyslog # provides UDP syslog reception module(load="imudp") input(type="imudp" port="514") diff --git a/linux/remoteRsyslog/rsyslog.conf-send b/linux/remoteRsyslog/rsyslog.conf-send index 830cf59..64d640f 100644 --- a/linux/remoteRsyslog/rsyslog.conf-send +++ b/linux/remoteRsyslog/rsyslog.conf-send @@ -6,3 +6,6 @@ #*.* @192.168.100.2:514 # for udp # @@ = tcp # @ = udp +# After adding +# +# systemctl restart rsyslog