I used the following information from another post:
There is a solution for lo (loopback) network devices because often the speed 
is not detected properly. to check go to the ethernet interface under the OS 
tab for the device. It should list info about the device, If this is the 
problem it will show speed as unknown. 
Try 
Go to the template tab for the apropriate device or device group. click on 
ethernetCsmacd. There will be a threshold called "Utilization 75 perc". click 
on it. 
eg. change 
here.speed/ 8 * .75 
to 
( here.speed or 1e9) / 8 * .75 

where 1e9 = gigabit




-------------------- m2f --------------------

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=16483#16483

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to