2023-08-20 01:36:44

This commit is contained in:
henk
2023-08-20 01:36:44 +02:00
parent e9a33c69a7
commit ec244c4387
2 changed files with 6 additions and 1 deletions
+2
View File
@@ -1,4 +1,6 @@
# add # add
# after adding
# systemctl restart rsyslog
# provides UDP syslog reception # provides UDP syslog reception
module(load="imudp") module(load="imudp")
input(type="imudp" port="514") input(type="imudp" port="514")
+3
View File
@@ -6,3 +6,6 @@
#*.* @192.168.100.2:514 # for udp #*.* @192.168.100.2:514 # for udp
# @@ = tcp # @@ = tcp
# @ = udp # @ = udp
# After adding
#
# systemctl restart rsyslog