jhuckaby / performa

A multi-server monitoring system with a web based UI.
Other
424 stars 20 forks source link

Only one network interface calculated #6

Open asyslinux opened 5 years ago

asyslinux commented 5 years ago

Hello, I have servers with several network interfaces. But I look only first interface in Performa - e.g. eth0 in [stats/network/states] in Server Explorer.

This is problem in performa-satellite or in systemvminformation?

Thank You.

jhuckaby commented 5 years ago

Performa only grabs network stats from the first external interface, as it is easiest and should cover the needs of most users.

https://github.com/jhuckaby/performa-satellite/blob/master/index.js#L257-L263

I'll look into supporting multiple interfaces in v2.0.

Thanks!