I am getting a strange error in my logs.
This only appears when I browse the graph management pages for most graphs.
Code: Select all
05/02/2007 02:16:36 PM - CMDPHP: Poller[0] ERROR: SQL Assoc Failed "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=33 order by name"
05/02/2007 02:16:36 PM - CMDPHP: Poller[0] ERROR: SQL Assoc Failed "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=33 order by name"
I have transitioned the cacti install from one server to another, and had to modify the install paths. This seemed to work fine as all graphs still appear and all polling is still working fine.
This also happens on new graphs that I create, on the new system.
I have cleared the poller cache and stuff and still get the error.
Any ideas on what it might be and how I might go about fixing it?
Thanks..
-Hurgh-