Nagios XI Installation Problem
Nagios XI Installation Problem
Problem resolved, thanks anyway!
Last edited by BollaertN on Tue Sep 17, 2019 12:51 pm, edited 1 time in total.
Re: Nagios XI Installation Problem
Problem resolved, thanks anyway!
Last edited by BollaertN on Tue Sep 17, 2019 12:51 pm, edited 1 time in total.
Re: Nagios XI Installation Problem
Excellent, glad you got past the first hurdle!
The second hurdle looks like it may be a recurring issue with MySQL/MariaDB. Try logging into the MySQL console, and running the following queries.
Then exit out of there and see if the installation process is able to continue past the NDOUtils post install process.
The second hurdle looks like it may be a recurring issue with MySQL/MariaDB. Try logging into the MySQL console, and running the following queries.
Code: Select all
drop user "ndoutils'@'localhost';
flush privileges;As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!