Full New stack once again
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user