Here is my quick solution, because cactid won't work for 3 weeks und now I solved the problem with the following things:
1) For windows users make sure that you edit the cactid.conf file the right way. DB_HOST must be an ip address for windows users not the default 'localhost' entry!!
2) If you use MySQL server 4.1 then you have to use old passwords for authentication, because the cactid exe is compiled with an old mysql client library. (When will be a newer binary available?)
But read my solution in detail: When I switched form cmd.php to cactid I only got the following message in the cacti.log file:
Code: Select all
01/04/2005 09:50:01 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: C:/MyServer/http/cacti/bin/cactid.exe, ARGS: 0 0]
Code: Select all
CACTID: Using cactid config file [cactid.conf]
CACTID: MYSQL: Connection failed after 10 attempts : Can't connect to local MySQL server through '/tmp/mysql.sock' (2)
Code: Select all
# +-------------------------------------------------------------------------+
# | Settings |
# +-------------------------------------------------------------------------+
# | DB_Host 'localhost' for unix, IP Address for Windows |
Code: Select all
CACTID: Using cactid config file [cactid.conf]
CACTID: MYSQL: Connection failed after 10 attempts : Access denied for user 'cactiduser'@'beta' (using password: YES)
Code: Select all
... Client does not support authentication protocol ...
Hope that will help some of you
Bye Hogi[/b]