When I go to "Technical Support" I find that the "MySQL Table Information" section completely blank.
However, I was able to create a device in the web interface but polling fails and gives me the "ERROR: SQL Assoc Failed!, Error:'1064', SQL:"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"" error in the logs.
When I fetch the device id manually from the web interface (12) and call the same query manually with the host_id populated I get the correct two rows returned, for me this confirms that the database is OK :
Code: Select all
+----+-------------------------------------+------------------------------------------------------+
| id | name | xml_path |
+----+-------------------------------------+------------------------------------------------------+
| 1 | SNMP - Interface Statistics | <path_cacti>/resource/snmp_queries/interface.xml |
| 2 | ucd/net - Get Monitored Partitions | <path_cacti>/resource/snmp_queries/net-snmp_disk.xml |
+----+-------------------------------------+------------------------------------------------------+
If I ignore the error and continue to make graphs then they contain NaN's which I think is expected.
Any help or advice would be greatly appreciated.