I installed Zenoss today and added my first device, Cisco Cat 6509.  After I 
added it I noticed that when I went to the Perf tab under the device I saw CPU 
and Memory counters.

Well I don't have those counters anymore.  Not sure if it is related but I did 
do one thing that might have impacted it this.

As per one of the Tips and Tricks on the Wiki I used zendmd to set all 
interfaces to Monitor = False.

This is what I did:

>>> for d in dmd.Devices.getSubDevices():
...     for interface in d.os.interfaces():
...         interface.monitor = False
...
>>> commit()


I did this because well it seems by default it sets all interfaces to monitor = 
True and I have a LOT of interfaces on these edge 6509's that I don't want to 
monitor, its just user ports.  I am interested in the main trunk ports only.

Any suggestions on how to get the CPU and Memory Perf counters back?

I guess I could run that zendmd thing again with it set to True and see if that 
brings the counters back.




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

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

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



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

Reply via email to