I use cacti on 2 servers under Red Hat Enterprise Linux ES release 4 (Nahant Update 2).
One Webserver with cacti 0.8.6h, Cactid 0.8.6g with the official "MySQL Maximum Packet Size" patch, php-4.3.9-3.9, httpd-2.0.52-22.en
One Database server with mysql-server-4.1.12-3.RHEL4.1
Everything seems work perfectly, but i have lots of entries in log file like that :
Code: Select all
02/14/2006 11:48:03 AM - CMDPHP: Poller[0] ERROR: SQL Cell Failed "select data_template_data.rrd_step from (data_template_data,data_template_rrd,graph_templates_item) where graph_templates_item.task_item_id=data_template_rrd.id and data_template_rrd.local_data_id=data_template_data.local_data_id and graph_templates_item.local_graph_id=15limit 0,1
There's a mistake after local_graph_id=15, a space is missing between 15 and limit and this is still this request. . My question is only to know where can i correct this mistake?
Thank's a lot
Etn