Hi Sheraz,
If you upgrade Zenoss, this should be fixed for you. If not, connect to
zenoss using the mysql command line tool and alter the tables yourself.
$ mysql -uroot -p $MYPASSWORD events
>>> ALTER TABLE status ENGINE=INNODB;
>>> ALTER TABLE status max_rows=0;
>>> quit
-Eric
Sheraz wrote:
hi,
it seems that if a lot of debug(or any) events are not acknolodged for some
time , the memory table STATUS gets full and caueses the zentrap or zenstatus
service to fail.
Is there any work around for that??? Coz if i enable sending of syslogs to the
zenoss system.. the table gets full very soon ..i think it could hold 16000
event rows at most. If any thing would not work .. i ll try to write an script
that would delete the debug event rows from the events table..
The following are the lines from zentrap.log
OperationalError: (1114, "The table 'status' is full")
2006-11-30 22:11:34 ERROR zen.Events: (1114, "The table 'status' is full")
---------------------------------
Check out the all-new Yahoo! Mail beta - Fire up a more powerful email and get
things done faster.
------------------------------------------------------------------------
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users