Full New stack once again

This commit is contained in:
2026-03-27 15:04:35 +01:00
parent fd45c04b5a
commit 766aef25ee
3 changed files with 29 additions and 15 deletions
+3 -4
View File
@@ -1,4 +1,4 @@
@version: 3.35
@version: 4.7
options {
chain_hostnames(no);
@@ -8,10 +8,9 @@ options {
owner("root");
group("root");
perm(0644);
stats(freq(1));
};
source s_net {
source s_network {
udp(ip(0.0.0.0) port(514));
tcp(ip(0.0.0.0) port(514));
};
@@ -21,6 +20,6 @@ destination d_librenms {
};
log {
source(s_net);
source(s_network);
destination(d_librenms);
};