Corrected the rsyslog documentation to be compatible with logrotate

This commit is contained in:
FTBZ
2016-09-21 09:48:38 +02:00
parent 0605b71fb7
commit 39ccd072c8

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
```