Hi Eric!

Thanks very much for that!

The web page is just a place holder. Maybe some day I'll get time to
put something useful there ;-)

Cheers,
Jason.

On 1/10/07, Eric Newton <[EMAIL PROTECTED]> wrote:
Hi Jason,

This timeout is from a stored procedure called clean_old_events.  Here
it is:

    DELETE FROM status where
        DATE_ADD(StateChange, INTERVAL 4 HOUR) < NOW() and severity < 4;

It lives in $ZENHOME/Products/ZenEvents/db/zenprocs.sql.  Edit it and
reload it:

    $ mysql -pzenoss -uzenoss events < zenprocs.sql

Assuming your username and password are both zenoss.

The events should be preserved in the history.

-Eric

BTW, nice web page.
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to