2023-08-20 01:36:44
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user