Windows 2003 SP1
Cacti 0.8.6j
PHP 5.1.4 (cli) (built: May 4 2006 10:35:22)
RRDtool 1.2.15 (Cygwin Version)
mysql Ver 14.12 Distrib 5.0.37, for Win32 (ia32)
NET-SNMP version: 5.4
CMD.PHP polling
I have read and followed the STICKY from BSOD2600 (http://forums.cacti.net/viewtopic.php?t ... hp?t=11747) about 40 million times
I have read and followed the Install Instructions from BSOD2600 (http://bsod2600.home.comcast.net/install_windows.html) 3 times (tried to install / scratch / re-install)
I have tried different versions of PHP (5.2.2, 5.1.4, 4.7.7) - each work with the test.php example provided at http://bsod2600.home.comcast.net/install_windows.html
My install will just not create the RRD files and I cannot get rid of the SQL Assoc Failed errors:
Here are what I have for logs:
Cacti Log:
Code: Select all
05/10/2007 12:11:54 PM - CMDPHP: Poller[0] Time: 0.0762 s, Theads: N/A, Hosts: 1
05/10/2007 12:11:54 PM - CMDPHP: Poller[0] Host[5] DS[15] SNMP: v1: 10.215.129.1, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.3, output: 2513032934
05/10/2007 12:11:54 PM - CMDPHP: Poller[0] Host[5] DS[15] SNMP: v1: 10.215.129.1, dsname: traffic_out, oid: .1.3.6.1.2.1.2.2.1.16.3, output: 2838099764
05/10/2007 12:11:54 PM - CMDPHP: Poller[0] Host[5] DS[14] SNMP: v1: 10.215.129.1, dsname: 5min_cpu, oid: .1.3.6.1.4.1.9.2.1.58.0, output: 50
05/10/2007 12:11:54 PM - CMDPHP: Poller[0] Host[5] SNMP: Host responded to SNMP
05/10/2007 12:11:25 PM - CMDPHP: Poller[0] ERROR: SQL Assoc Failed "select snmp_query.id, snmp_query.name, snmp_query.xml_path from (snmp_query,host_snmp_query) where host_snmp_query.snmp_query_id=snmp_query.id and host_snmp_query.host_id= order by snmp_query.name"
05/10/2007 12:11:25 PM - CMDPHP: Poller[0] ERROR: SQL Assoc Failed "select graph_local.graph_template_id from (graph_local,host_graph) where graph_local.graph_template_id=host_graph.graph_template_id and graph_local.host_id=host_graph.host_id and graph_local.host_id= group by graph_local.graph_template_id"
Code: Select all
c:/rrdtool/rrdtool.exe create \
c:/Inetpub/wwwroot/cacti/rra/x_traffic_in_15.rrd \
--step 300 \
DS:traffic_out:COUNTER:600:0:2000000 \
DS:traffic_in:COUNTER:600:0:2000000 \
RRA:AVERAGE:0.5:1:600 \
RRA:AVERAGE:0.5:6:700 \
RRA:AVERAGE:0.5:24:775 \
RRA:AVERAGE:0.5:288:797 \
RRA:MAX:0.5:1:600 \
RRA:MAX:0.5:6:700 \
RRA:MAX:0.5:24:775 \
RRA:MAX:0.5:288:797 \
I am at a loss - PLEASE HELP. I will be happy to provide any additional information needed.