cluther wrote: > You can set a default speed if none exists in the threshold instead. > > 1. Go to the PerfConf tab for /Devices > 2. Click on the ethernetCsmacd template (or the ifType of these > interfaces if different) > 3. Click on the "Utilization 75 perc" threshold > 4. Change the Max Value to: (here.speed or 1e8) / 8 * .75 > > The 1e8 works out to 100Mbs. If you'd rather 1Gbps be the default use > 1e9.
I've run into this same issue. This fix is just the ticket. Or just about. The vast majority of devices I'm monitoring, while they do have 1Gbps interfaces which I'm interested in, the more interested interfaces are bonded interfaces. So would it be more correct to do something like this: (here.speed or 2*1e9) / 8 * 75) and if so, how do I set this just for the "bond0" interfaces and not all (eth0, eth1, eth2, lo, etc) of them? -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=17274#17274 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
