We need to monitor the total incoming/outgoing Mb/s on all our servers in our web dashboard that pulls from the Zabbix API.
However most servers have multiple interfaces, eth0, eth1, em1. Therefor we've created a discovery rule with item prototypes (net.if.total[{#IFNAME},bytes]) which obviously generates an item per interface.
However we need the total across all interfaces but we can't figure out how to do this other than by manually creating a calculated item and include the individual items for each interface for each server. We're adding dozens of servers per day and don't want to have to manually create items.
Can anyone help point us in the right direction?
However most servers have multiple interfaces, eth0, eth1, em1. Therefor we've created a discovery rule with item prototypes (net.if.total[{#IFNAME},bytes]) which obviously generates an item per interface.
However we need the total across all interfaces but we can't figure out how to do this other than by manually creating a calculated item and include the individual items for each interface for each server. We're adding dozens of servers per day and don't want to have to manually create items.
Can anyone help point us in the right direction?
Comment