NIXStats / nixstatsagent

NIXStats monitoring agent
https://www.nixstats.com
Other
92 stars 38 forks source link

Feature request: opt-out network interfaces #39

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hi,

It would be cool to be able to opt-out the monitoring of some network interfaces. As we are using virtualised and para-virtualised systems, there is a lot of virtual interfaces running and they are making a lot of noise on the graphs.

If we can specify that we don't want some to be checked in nixstats.ini it would be perfect:

[network]
interval = 1
skip = vnet0,vnet1,br0
enabled = yes

Thanks in advance!

vfuse commented 4 years ago

This is already possible edit /etc/nixstats.ini and add interfaces to setup the interfaces you want to enable.

[network]
interval = 1
interfaces = eth0,eth1,eth3...
enabled = yes