mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Corrected the rsyslog documentation to be compatible with logrotate
This commit is contained in:
@@ -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
|
||||
|
||||
```
|
||||
|
Reference in New Issue
Block a user