Page 1 of 1

NDOUtils 1.5 and trunk tables

Posted: Sun Feb 12, 2012 9:38 am
by estebanmonge
Hello, I have running NDOUtils 1.4b9, all its OK!

I have upgraded to NDOUtils 1.5, all its OK!

But I have a big database, 5GB more o less, I drop the log entries table, with the next "how to":

http://assets.nagios.com/downloads/nagi ... tabase.pdf

I only excute:

Code: Select all

mysql -u pulpero -padministradoralmacen almacen -e 'TRUNCATE TABLE nagios_logentries'
And:

Code: Select all

mysql -u ndoutils -pn@gweb nagios -e 'TRUNCATE TABLE nagios_notifications'

But NDOUtils and Nagvis send errors, NDOUtils send in /var/log/syslog:

Code: Select all

ndo2db: Error: queue send error.
I haved make a downgrade to 1.4b9 and all its ok, Ethan have included in 1.5 a patch for this: http://exchange.nagios.org/directory/Pa ... nc/details

But I dont understand how works.

Have another way to make cleaning of tables?

Thanks