Code: * make sure everything is up ! /etc/init.d/zenoss-stack status * if not restart and check logs etc .. http://rmccurdy.com/scripts/logwatch.sh ( I use this all the time to quicly find errors ) * check zenmodeler.conf r...@lupe:~# cat /usr/local/zenoss/zenoss/etc/zenmodeler.conf #PARAMETER VALUE parallel 4
* clear all heartbeats via web * quickly clear all via mysql zen...@lupe:~$ cat heartbeat\ failure\ fix.sql # mysql -uzenoss -pzenoss < 'heartbeat failure fix.sql' use events select * from heartbeat; delete from heartbeat where device='localhost'; I even put it in a while loop -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=31977#31977 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
