From: Mark <mo...@fr...> - 2006-06-08 13:16:36
|
I am unable to successfully connect to the database. This is a test machine on an isolated net. Mysql is setup with no root password. I get an access denied when attempting to connect using perfparse-db- tool. I have also created a user and password for the database which is also unable to connect using the above command. It seems as if that command will place default answers into the db lines of the perfparse.cfg file if I leave them blank. For example, my database is named perfnagios. If I leave it blank, the error comes back saying access denied to database perfparse. I am able to connect to the database using cocoamysql app on my laptop through a ssh port forward tunnel on 3306 and see the database and see the tables successfully created as root via the cat mysql.create..... Nagios is outputing to a file the service perf data successfully with the macro change from OUTPUT to SERVICEOUTPUT, etc. Nagios - 2.3.1 Perfparse - 0.106.1 Mysql - 4.? (whatever version with RedHat EL 4) |