Hi Matt

We used to have some localhost heartbeat floating around until we went to the 
mysql database to clean them directly:

zenoss$ mysql -uzenoss -pzenoss
mysql> use events
mysql> select * from heartbeat;
    here you may see the localhost heartbeat.
mysql> delete from heartbeat where device='localhost';
    this should delete the unwanted heartbeats

--
Florian Deckert
Sopra Group -- france




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

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

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



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

Reply via email to