I think the problem may be related to excessive logs from the firewalls. The status page for other devices is loading fine. I ran across a way to manually dump the db of historical events but can't seem to find it now.

How does one go about deleting events from the history?

You can do it with the MySQL command line client..

# mysql -uzenoss -pzenoss events
mysql> delete from history where device = 'deviceNameOfFirewall';

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

Reply via email to