I have a 64-bit CentOS 6.4 machine that had Nagios Core on it, that I am trying to install XI (2012 R2.3) on manually.
I first uninstalled Nagios Core using rpm uninstallers and even deleting the /etc/nagios directory.
When I run the manual installer from /tmp/nagios, the subcomponent install for ndoutils (and nagiosql) both fail with something like:
Code: Select all
ERROR 1050 (42S01) at line 49: Table 'nagios_commands' already existsor
Code: Select all
ERROR 1050 (42S01) at line 352: Table 'tbl_hosttemplate' already existsI've gone into mysql and done 'drop database' and 'drop user' for both the nagios and nagiosql databases and matching users; and I still get this error for both.
What can I do to reset the mysql install such that these scripts will install?
Thanks!
Tim