I'm trying to get the mysql wizard working, but I keep getting
Code: Select all
OUTPUT: CRITICAL - cannot connect to information_schema. Access denied for user 'nagiosUser'@'nagiosserver' (using password: YES)Grtz
Willem
Code: Select all
OUTPUT: CRITICAL - cannot connect to information_schema. Access denied for user 'nagiosUser'@'nagiosserver' (using password: YES)If not, is that what you have changed the username and password to for the mysql DB in the correct places?'nagiosUser'@'nagiosserver'
In order to be able to collect the needed information from the database a database user with specific privileges is required:
Code: Select all
GRANT usage ON *.* TO 'nagios'@'nagiosserver' IDENTIFIED BY 'nagiospassword'