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'
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.
But I dont understand how works.
Have another way to make cleaning of tables?
Thanks