I had a similar problem. It only affected a few graphs and it wasn't nearly as pronounced as your issue. Here's some things to consider:
1) How big is your event DB? If you do a mysqldump events > events.sql, is it a huge file? (2+ Gigs). The thing that *seemed* to work for me was to follow Chet's instructions at this link: http://community.zenoss.com/forums/viewtopic.php?t=4628 He suggests that you re-configure MySQL to use innodb, instead of MyISAM. 2) How powerful is your machine? Are you experiencing a lot of disk I/O? Is your volume configured for fast write speeds (RAID 10) or data redundancy (RAID5)? Do you have a high load? 3) Are you missing data collection cycles due to sticky nodes? Look at the log for zenperfsnmp. Troubleshoot from there... Good luck! -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=23449#23449 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
