Fix syslog transport output format (#15070)

* add maxclients to redis

* Syslog Transport fix Header (remove space)

* Did not mean to touch this file

* Did not mean to touch this file
This commit is contained in:
Peter Childs
2023-05-30 08:12:08 -05:00
committed by GitHub
parent ed0dee6487
commit 713bef33bd
+1 -1
View File
@@ -84,7 +84,7 @@ class Syslog extends Transport
$syslog_prefix = '<'
. $priority
. '> '
. '>'
. date('M d H:i:s ')
. gethostname()
. ' librenms'