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:
helppp
2023-10-30 15:28:07 +01:00
committed by GitHub
parent 7c542d70af
commit f7c9b230db

View File

@@ -37,7 +37,7 @@ destination d_librenms {
log {
source(s_net);
source(s_sys);
source(s_src);
destination(d_librenms);
};
```