
Another CMDPHP: Poller[0] ERROR question (please help)
I am able to graph and view everything besides my local nic. The strange thing about that is that snmp shows my server as having 2 nics (it doesn't physically). Cacti displays the 'dummy' nic as:
2 Down dummy0 dummy0 ethernetCsmacd 10000000
and the real nic as:
3 Up eth0 eth0 ethernetCsmacd 100000000
The error i get in cacti.log is:
Code:
CMDPHP: Poller[0] ERROR: SQL Assoc Failed!, Error:'1271', SQL:"select CONCAT_WS('', case when host.description is null then 'No Host - ' when host.description is not null then '' end,data_template_data.name_cache,' (',data_template_rrd.data_source_name,')') as name, data_template_rrd.id from (data_template_data,data_template_rrd,data_local) left join host on (data_local.host_id=host.id) where data_template_rrd.local_data_id=data_local.id and data_template_data.local_data_id=data_local.id and data_local.host_id=3 order by name"
Any help on this would be appreciated