OS: Windows 2003 server
Cacti: 0.8.6h
MySQL: 5.0.19-nt
PHP: 5.1.2
SNMP: Windows native
rrdtool: download from cacti.net website
I have another two graphs configured and run well. So I doubt it is a secruity problem. The symptons as the following:
First add a graph using Host MIB CPU Utilization template and take all the default values. After I added the graph I have the following line in my log file.
The rrd file cannot be created. I do have another two rrd files created successfully and updated every 5 minutes. And one of them is Host MIB Processes.03/27/2006 10:20:18 AM - CMDPHP: Poller[0] ERROR: SQL Assoc Failed "select snmp_query_graph_rrd.snmp_field_name, data_template_rrd.id as data_template_rrd_id from (snmp_query_graph_rrd,data_template_rrd) where snmp_query_graph_rrd.data_template_rrd_id=data_template_rrd.local_data_template_rrd_id and snmp_query_graph_rrd.snmp_query_graph_id= and snmp_query_graph_rrd.data_template_id=44 and data_template_rrd.local_data_id=14"
Anybody has any ideas about this issue? Any help is appreciated.
SOLVED:
I have to set SNMP to version 1 to make it work.