NDOUtils 1.5 and trunk tables

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
estebanmonge
Posts: 50
Joined: Mon Feb 06, 2012 11:13 pm

NDOUtils 1.5 and trunk tables

Post 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
Locked