I've installed Cacti again, but there is still a problem.
When I enter this command:
mysql> insert into poller_output (local_data_id, rrd_name, time, output) values (54, 'traffic_out', '2007-03-01 11:40:05', '432494450');
Query OK, 1 row affected (0.00 sec)
It's ok, but my original problem still remain.
Code: Select all
03/01/2007 11:40:06 AM - CMDPHP: Poller[0] ERROR: SQL Exec Failed "insert into poller_output (local_data_id, rrd_name, time, output) values (54, 'traffic_out', '2007-03-01 11:40:05', '432494450')"
03/01/2007 11:40:06 AM - CMDPHP: Poller[0] ERROR: SQL Exec Failed "insert into poller_output (local_data_id, rrd_name, time, output) values (54, 'traffic_in', '2007-03-01 11:40:05', '980320436')"
03/01/2007 11:40:06 AM - CMDPHP: Poller[0] ERROR: SQL Exec Failed "insert into poller_output (local_data_id, rrd_name, time, output) values (53, 'traffic_out', '2007-03-01 11:40:05', '4109991974')"
03/01/2007 11:40:06 AM - CMDPHP: Poller[0] ERROR: SQL Exec Failed "insert into poller_output (local_data_id, rrd_name, time, output) values (53, 'traffic_in', '2007-03-01 11:40:05', '4121032109')"
Sometimes, I've this:
Code: Select all
03/01/2007 11:44:55 AM - SYSTEM STATS: Time:292.7468 Method:cmd.php Processes:1 Threads:N/A Hosts:7 HostsPerProcess:7 DataSources:73 RRDsProcessed:93
03/01/2007 11:44:55 AM - POLLER: Poller[0] Maximum runtime of 292 seconds exceeded. Exiting.
I tried the 2 commands and edited my php.ini as said rony.
Do you think, it's a problem of memory ?
I don't know if my problem is due to Virtuozzo.