Skip to content

Commit

Permalink
update syslog config
Browse files Browse the repository at this point in the history
  • Loading branch information
jarischaefer committed Nov 28, 2018
1 parent 4504471 commit 9d1910d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/etc/librenms/syslog/librenms.syslog.conf
Expand Up @@ -4,7 +4,7 @@ source s_net {
};

destination d_librenms {
program("/opt/librenms/syslog.php" template ("$HOST||$FACILITY||$PRIORITY||$LEVEL||$TAG||$YEAR-$MONTH-$DAY $HOUR:$MIN:$SEC||$MSG||$PROGRAM\n") template-escape(yes));
program("/opt/librenms/syslog.php" template ("$HOST||$FACILITY||$PRIORITY||$LEVEL||$TAG||$R_YEAR-$R_MONTH-$R_DAY $R_HOUR:$R_MIN:$R_SEC||$MSG||$PROGRAM\n") template-escape(yes));
};

log {
Expand Down

0 comments on commit 9d1910d

Please sign in to comment.