mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Changed log item, source(s_sys) to source(s_src) (#15521)
This is based on the existing bug report: https://community.librenms.org/t/syslog-not-working-with-librenms-conf/20727 Proposed fix is tested and works
This commit is contained in:
@@ -37,7 +37,7 @@ destination d_librenms {
|
||||
|
||||
log {
|
||||
source(s_net);
|
||||
source(s_sys);
|
||||
source(s_src);
|
||||
destination(d_librenms);
|
||||
};
|
||||
```
|
||||
|
Reference in New Issue
Block a user