kloczek / zabbix-templates

Zabbix templates
111 stars 65 forks source link

Add graph(s) that represent currents transfer speeds for all available network interface(cards). #20

Open NemoDima opened 5 years ago

NemoDima commented 5 years ago

Could you add graph(s) that represent currents data transfer speeds for all available network interface(cards)?

We use dedicated servers(win 2016) with few ethernet cards, which connected to the internet and vlan respectively. Sometimes, our hosting company have problem with their network infrastructure and we want know about it immediately.

Maybe you can use this counters Network Interface\Bytes Total/sec Network Interface\Bytes Received/sec Network Interface\Bytes Sent/sec perf_counter[\Network Interface(*)\ ...] or net.if.in, net.if.out, net.if.total and net.if.discovery

I hope that its can help you: https://www.zabbix.com/documentation/3.4/manual/discovery/low_level_discovery/network_interfaces https://support.zabbix.com/browse/ZBXNEXT-2765

I would be very grateful if you can release such graph(s). Thanks a lot.

kloczek commented 5 years ago

I haven't now any platform to add such thing. Feel free to send PR against devel branch :)