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 22:42:08 +09:30
committed by GitHub
parent ed0dee6487
commit 713bef33bd

View File

@@ -84,7 +84,7 @@ class Syslog extends Transport
$syslog_prefix = '<'
. $priority
. '> '
. '>'
. date('M d H:i:s ')
. gethostname()
. ' librenms'