How does Zabbix monitor devices with dozens (or even hundreds) of interfaces, and how is this information represented on a graph?
Is it one "service check" per interface? ie: does it have to connect to the device once each time per interface?
Is it one SNMP query per interface, or can this be consolidated into one connection/query for all interfaces?
How is this displayed in graphs? is it one graph per interface, is it one massive graph with hundreds of little lines?
Is there the ability to have a 10,000 ft view of the whole device - which is what we network admistrators (and others prefer) ?
Several examples of devices to monitor are like the Cisco AS5300, AS5400, and AS5800.
The AS5800 can have close to 800 connections, which all need to be monitored.
MRTG comes closest to doing this, but isn't designed really to do much else.
What's the best recommendation for this?
Is it one "service check" per interface? ie: does it have to connect to the device once each time per interface?
Is it one SNMP query per interface, or can this be consolidated into one connection/query for all interfaces?
How is this displayed in graphs? is it one graph per interface, is it one massive graph with hundreds of little lines?
Is there the ability to have a 10,000 ft view of the whole device - which is what we network admistrators (and others prefer) ?
Several examples of devices to monitor are like the Cisco AS5300, AS5400, and AS5800.
The AS5800 can have close to 800 connections, which all need to be monitored.
MRTG comes closest to doing this, but isn't designed really to do much else.
What's the best recommendation for this?
Comment