You need to delete them from the heartbeat table. I dont know how to do this by the UI, so I did it directly by running the following SQL:
mysql -u zenoss -pzenoss events delete from heartbeat where component='zenperfxmlrpc' or component='zenxevent'; ------------------------ Tim Walters -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=9042#9042 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
