>From what I understand templates such as ethernetCmsacd aren't to be bound to >devices or device classes. Instead this template is bound automatically by >the zenoss.snmp.InterfaceMap collector. Actually when this collector runs it >looks for a template with a name corresponding to the ifType of the interface. > Failing to find one it falls back to the ethernetCmsacd.
So, my guess is that you want to drop or modify the 80% util threshold for only some systems. Well what you'd need to do is create a copy of the ethernetCsmacd template local to the device or device class where you have these systems entered. Then modify that template. If the systems you are monitoring use NetSNMP the 'correct' way to fix the reported interface speed is to override it in the snmpd.conf. Code: #interface NAME TYPE SPEED interface bond0 6 100000000 This allows you to adjust the speed of any interface to an arbitrary value. -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=25398#25398 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
