File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -238,3 +238,9 @@ netdata_errors_flood_protection_period: 1200
238
238
239
239
# Defines when to trigger flood proctection
240
240
netdata_errors_to_trigger_flood_protection : 200
241
+
242
+ # Defines network interfaces to be ignored
243
+ netdata_disable_by_default_interfaces_matching :
244
+ - " lo"
245
+ - " fireqos*"
246
+ - " *-ifb"
Original file line number Diff line number Diff line change 376
376
# fifo for all interfaces = auto
377
377
# compressed packets for all interfaces = auto
378
378
# frames, collisions, carrier counters for all interfaces = auto
379
- # disable by default interfaces matching = lo fireqos* *-ifb
379
+ disable by default interfaces matching = {{ netdata_disable_by_default_interfaces_matching|join(' ') }}
380
380
# filename to monitor = /proc/net/dev
381
381
382
382
[plugin:proc:/proc/net/dev:enp0s8]
You can’t perform that action at this time.
0 commit comments