Your problem is the username and password you have specified in your authentication file doesn't have permission to remote WMI query (that or its password denied, I haven't had my morning coffee yet to decode your error entirely). Your second issue is that it appears the user the poller is running as doesn't have permission to read the actual authentication file. Fix those and you should see it start working.
You also still have that issue with the msql.so php library being loaded in your php.ini file but the actual library not existing on your system. That'd be worth fixing simply to cut down the crap it is spewing into your log files.
If you run this manually?
Code: Select all
/usr/local/bin/wmic --namespace='root\CIMV2' --authentication-file=/etc/cacti/cactiwmi.pw //192.168.0.11 "SELECT Size,FreeSpace FROM Win32_LogicalDisk WHERE DeviceID='C:'"
I've just implemented a cacti install at my new work place with these scripts and a Debian VM with no issues. If people are interested I could provide a pre-configured VM to play with... Just a basic cacti install with the templates loaded and ready to go.