Merge pull request #4515 from FTBZ/issue-rsyslog

docs: Corrected the rsyslog documentation to be compatible with logrotate
This commit is contained in:
Neil Lathwood
2016-09-21 19:01:35 +01:00
committed by GitHub
+2 -3
View File
@@ -104,9 +104,8 @@ $ModLoad omprog
$template librenms,"%fromhost%||%syslogfacility%||%syslogpriority%||%syslogseverity%||%syslogtag%||%$year%-%$month%-%$day% %timereported:8:25%||%msg%||%programname%\n"
:inputname, isequal, "imudp" action(type="omprog"
binary="/opt/librenms/syslog.php"
template="librenms")
*.* action(type="omprog" binary="/opt/librenms/syslog.php" template="librenms")
& stop
```