mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -84,7 +84,7 @@ class Syslog extends Transport
|
||||
|
||||
$syslog_prefix = '<'
|
||||
. $priority
|
||||
. '> '
|
||||
. '>'
|
||||
. date('M d H:i:s ')
|
||||
. gethostname()
|
||||
. ' librenms'
|
||||
|
Reference in New Issue
Block a user