Снова странности.
Переустановил систему после крах файловой.
Настраиваю кактуса.Все проходит штатно до момента отработки полера.
Какая то засада засела в бд(МариаДБ)
Код: Выделить всё
linux-suse:/ # service mysql status
mysql.service - MySQL server
Loaded: loaded (/usr/lib/systemd/system/mysql.service; enabled)
Active: active (running) since Sun 2015-08-16 18:14:40 KGT; 10min ago
Process: 29481 ExecStartPost=/usr/lib/mysql/mysql-systemd-helper wait default (code=exited, status=0/SUCCESS)
Process: 29472 ExecStartPre=/usr/lib/mysql/mysql-systemd-helper upgrade default (code=exited, status=0/SUCCESS)
Process: 29464 ExecStartPre=/usr/lib/mysql/mysql-systemd-helper install default (code=exited, status=0/SUCCESS)
Main PID: 29480 (mysql-systemd-h)
CGroup: /system.slice/mysql.service
|-29480 /bin/bash /usr/lib/mysql/mysql-systemd-helper start default
`-29494 /usr/sbin/mysqld --user=mysql --group=mysql --innodb_file_format=Barracuda --innodb_file_per_table=ON --server-id=1 --sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
Aug 16 18:17:36 linux-suse mysql-systemd-helper[29480]: 150816 18:17:36 [ERROR] mysqld: Table './cacti/rra_cf' is marked as crashed and should be repaired
Aug 16 18:17:36 linux-suse mysql-systemd-helper[29480]: 150816 18:17:36 [Warning] Checking table: './cacti/rra_cf'
Aug 16 18:17:36 linux-suse mysql-systemd-helper[29480]: 150816 18:17:36 [ERROR] mysqld: Table './cacti/snmp_query_graph' is marked as crashed and should be repaired
Aug 16 18:17:36 linux-suse mysql-systemd-helper[29480]: 150816 18:17:36 [Warning] Checking table: './cacti/snmp_query_graph'
Aug 16 18:17:36 linux-suse mysql-systemd-helper[29480]: 150816 18:17:36 [ERROR] mysqld: Table './cacti/snmp_query_graph_rrd' is marked as crashed and should be repaired
Aug 16 18:17:36 linux-suse mysql-systemd-helper[29480]: 150816 18:17:36 [Warning] Checking table: './cacti/snmp_query_graph_rrd'
Aug 16 18:17:36 linux-suse mysql-systemd-helper[29480]: 150816 18:17:36 [ERROR] mysqld: Table './cacti/snmp_query_graph_rrd_sv' is marked as crashed and should be repaired
Aug 16 18:17:36 linux-suse mysql-systemd-helper[29480]: 150816 18:17:36 [Warning] Checking table: './cacti/snmp_query_graph_rrd_sv'
Aug 16 18:17:36 linux-suse mysql-systemd-helper[29480]: 150816 18:17:36 [ERROR] mysqld: Table './cacti/snmp_query_graph_sv' is marked as crashed and should be repaired
Aug 16 18:17:36 linux-suse mysql-systemd-helper[29480]: 150816 18:17:36 [Warning] Checking table: './cacti/snmp_query_graph_sv'
Делаю следующее
Код: Выделить всё
linux-suse:/ # mysqlcheck -u cactiuser -p --auto-repair --database cacti
Enter password:
cacti.cdef OK
cacti.cdef_items OK
cacti.colors OK
cacti.data_input OK
cacti.data_input_data OK
cacti.data_input_fields OK
cacti.data_local OK
cacti.data_template OK
cacti.data_template_data OK
cacti.data_template_data_rra OK
cacti.data_template_rrd OK
cacti.graph_local OK
cacti.graph_template_input OK
cacti.graph_template_input_defs OK
cacti.graph_templates OK
cacti.graph_templates_gprint OK
cacti.graph_templates_graph OK
cacti.graph_templates_item OK
cacti.graph_tree OK
cacti.graph_tree_items OK
cacti.host OK
cacti.host_graph OK
cacti.host_snmp_cache OK
cacti.host_snmp_query OK
cacti.host_template OK
cacti.host_template_graph OK
cacti.host_template_snmp_query OK
cacti.plugin_config OK
cacti.plugin_db_changes OK
cacti.plugin_hooks OK
cacti.plugin_realms OK
cacti.poller OK
cacti.poller_command OK
cacti.poller_item OK
cacti.poller_output OK
cacti.poller_reindex OK
cacti.poller_time OK
cacti.rra OK
cacti.rra_cf OK
cacti.settings OK
cacti.settings_graphs OK
cacti.settings_tree OK
cacti.snmp_query OK
cacti.snmp_query_graph OK
cacti.snmp_query_graph_rrd OK
cacti.snmp_query_graph_rrd_sv OK
cacti.snmp_query_graph_sv OK
cacti.user_auth OK
cacti.user_auth_perms OK
cacti.user_auth_realm OK
cacti.user_log OK
cacti.version OK
После этого
Код: Выделить всё
linux-suse:/ # service mysql restart
linux-suse:/ # service mysql status
mysql.service - MySQL server
Loaded: loaded (/usr/lib/systemd/system/mysql.service; enabled)
Active: active (running) since Sun 2015-08-16 18:29:23 KGT; 1s ago
Process: 31259 ExecStartPost=/usr/lib/mysql/mysql-systemd-helper wait default (code=exited, status=0/SUCCESS)
Process: 31250 ExecStartPre=/usr/lib/mysql/mysql-systemd-helper upgrade default (code=exited, status=0/SUCCESS)
Process: 31242 ExecStartPre=/usr/lib/mysql/mysql-systemd-helper install default (code=exited, status=0/SUCCESS)
Main PID: 31258 (mysql-systemd-h)
CGroup: /system.slice/mysql.service
|-31258 /bin/bash /usr/lib/mysql/mysql-systemd-helper start default
`-31272 /usr/sbin/mysqld --user=mysql --group=mysql --innodb_file_format=Barracuda --innodb_file_per_table=ON --server-id=1 --sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
Aug 16 18:29:22 linux-suse mysql-systemd-helper[31258]: 150816 18:29:22 [Note] InnoDB: Restoring possible half-written data pages
Aug 16 18:29:22 linux-suse mysql-systemd-helper[31258]: 150816 18:29:22 [Note] InnoDB: from the doublewrite buffer...
Aug 16 18:29:22 linux-suse mysql-systemd-helper[31258]: 150816 18:29:22 [Note] InnoDB: 128 rollback segment(s) are active.
Aug 16 18:29:22 linux-suse mysql-systemd-helper[31258]: 150816 18:29:22 [Note] InnoDB: Waiting for purge to start
Aug 16 18:29:22 linux-suse mysql-systemd-helper[31258]: 150816 18:29:22 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.24-72.2 started; log sequence number 1656312
Aug 16 18:29:22 linux-suse mysql-systemd-helper[31258]: 150816 18:29:22 [Note] Server socket created on IP: '::'.
Aug 16 18:29:22 linux-suse mysql-systemd-helper[31258]: 150816 18:29:22 [Note] Event Scheduler: Loaded 0 events
Aug 16 18:29:22 linux-suse mysql-systemd-helper[31258]: 150816 18:29:22 [Note] /usr/sbin/mysqld: ready for connections.
Aug 16 18:29:22 linux-suse mysql-systemd-helper[31258]: Version: '10.0.20-MariaDB' socket: '/var/run/mysql/mysql.sock' port: 3306 openSUSE package
Aug 16 18:29:23 linux-suse mysql-systemd-helper[31259]: MySQL is alive
linux-suse:/ #
Но вот в логе кактуса наблюдаю
Код: Выделить всё
08/16/2015 12:29:59 PM - CMDPHP: Poller[0] ERROR: SQL Assoc Failed!, Error:'2006', SQL:"select poller_output.output, poller_output.time, UNIX_TIMESTAMP(poller_output.time) as unix_time, poller_output.local_data_id, poller_item.rrd_path, poller_item.rrd_name, poller_item.rrd_num from (poller_output,poller_item) where (poller_output.local_data_id=poller_item.local_data_id and poller_output.rrd_name=poller_item.rrd_name) order by poller_output.local_data_id LIMIT 10000"
08/16/2015 12:29:59 PM - CMDPHP: Poller[0] ERROR: SQL Cell Failed!, Error:'2006', SQL:"SELECT count(*) FROM poller_time WHERE poller_id=0 AND end_time>'0000-00-00 00:00:00'"
08/16/2015 12:29:59 PM - CMDPHP: Poller[0] ERROR: SQL Assoc Failed!, Error:'2006', SQL:"select poller_output.output, poller_output.time, UNIX_TIMESTAMP(poller_output.time) as unix_time, poller_output.local_data_id, poller_item.rrd_path, poller_item.rrd_name, poller_item.rrd_num from (poller_output,poller_item) where (poller_output.local_data_id=poller_item.local_data_id and poller_output.rrd_name=poller_item.rrd_name) order by poller_output.local_data_id LIMIT 10000"
08/16/2015 12:29:59 PM - CMDPHP: Poller[0] ERROR: SQL Cell Failed!, Error:'2006', SQL:"SELECT count(*) FROM poller_time WHERE poller_id=0 AND end_time>'0000-00-00 00:00:00'"
08/16/2015 12:29:59 PM - CMDPHP: Poller[0] ERROR: SQL Assoc Failed!, Error:'2006', SQL:"select poller_output.output, poller_output.time, UNIX_TIMESTAMP(poller_output.time) as unix_time, poller_output.local_data_id, poller_item.rrd_path, poller_item.rrd_name, poller_item.rrd_num from (poller_output,poller_item) where (poller_output.local_data_id=poller_item.local_data_id and poller_output.rrd_name=poller_item.rrd_name) order by poller_output.local_data_id LIMIT 10000"
08/16/2015 12:29:59 PM - CMDPHP: Poller[0] ERROR: SQL Cell Failed!, Error:'2006', SQL:"SELECT count(*) FROM poller_time WHERE poller_id=0 AND end_time>'0000-00-00 00:00:00'"
08/16/2015 12:29:59 PM - CMDPHP: Poller[0] ERROR: SQL Assoc Failed!, Error:'2006', SQL:"select poller_output.output, poller_output.time, UNIX_TIMESTAMP(poller_output.time) as unix_time, poller_output.local_data_id, poller_item.rrd_path, poller_item.rrd_name, poller_item.rrd_num from (poller_output,poller_item) where (poller_output.local_data_id=poller_item.local_data_id and poller_output.rrd_name=poller_item.rrd_name) order by poller_output.local_data_id LIMIT 10000"
08/16/2015 12:29:59 PM - CMDPHP: Poller[0] ERROR: SQL Cell Failed!, Error:'2006', SQL:"SELECT count(*) FROM poller_time WHERE poller_id=0 AND end_time>'0000-00-00 00:00:00'"
Пересоздвал базу,всяко разно извращался с утилитами
repair_database.php
repair_templates.php
Но проблема одна и таже.
Откатился на версию МариаДБ ниже-не помогло,проблема та же самая
Чего это за печаль?
Через некоторое время снова то же самое
Код: Выделить всё
linux-suse:/ # service mysql status
mysql.service - MySQL server
Loaded: loaded (/usr/lib/systemd/system/mysql.service; enabled)
Active: active (running) since Sun 2015-08-16 18:29:23 KGT; 11min ago
Process: 31259 ExecStartPost=/usr/lib/mysql/mysql-systemd-helper wait default (code=exited, status=0/SUCCESS)
Process: 31250 ExecStartPre=/usr/lib/mysql/mysql-systemd-helper upgrade default (code=exited, status=0/SUCCESS)
Process: 31242 ExecStartPre=/usr/lib/mysql/mysql-systemd-helper install default (code=exited, status=0/SUCCESS)
Main PID: 31258 (mysql-systemd-h)
CGroup: /system.slice/mysql.service
|-31258 /bin/bash /usr/lib/mysql/mysql-systemd-helper start default
`-31272 /usr/sbin/mysqld --user=mysql --group=mysql --innodb_file_format=Barracuda --innodb_file_per_table=ON --server-id=1 --sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
Aug 16 18:29:22 linux-suse mysql-systemd-helper[31258]: 150816 18:29:22 [Note] InnoDB: 128 rollback segment(s) are active.
Aug 16 18:29:22 linux-suse mysql-systemd-helper[31258]: 150816 18:29:22 [Note] InnoDB: Waiting for purge to start
Aug 16 18:29:22 linux-suse mysql-systemd-helper[31258]: 150816 18:29:22 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.24-72.2 started; log sequence number 1656312
Aug 16 18:29:22 linux-suse mysql-systemd-helper[31258]: 150816 18:29:22 [Note] Server socket created on IP: '::'.
Aug 16 18:29:22 linux-suse mysql-systemd-helper[31258]: 150816 18:29:22 [Note] Event Scheduler: Loaded 0 events
Aug 16 18:29:22 linux-suse mysql-systemd-helper[31258]: 150816 18:29:22 [Note] /usr/sbin/mysqld: ready for connections.
Aug 16 18:29:22 linux-suse mysql-systemd-helper[31258]: Version: '10.0.20-MariaDB' socket: '/var/run/mysql/mysql.sock' port: 3306 openSUSE package
Aug 16 18:29:23 linux-suse mysql-systemd-helper[31259]: MySQL is alive
Aug 16 18:30:01 linux-suse mysql-systemd-helper[31258]: 150816 18:30:01 [ERROR] mysqld: Table './cacti/settings' is marked as crashed and should be repaired
Aug 16 18:30:01 linux-suse mysql-systemd-helper[31258]: 150816 18:30:01 [Warning] Checking table: './cacti/settings'
Лог кактуса чуть меняется но spine так же не работает
Код: Выделить всё
08/16/2015 12:40:00 PM - SYSTEM STATS: Time:298.6500 Method:spine Processes:1 Threads:1 Hosts:2 HostsPerProcess:2 DataSources:5 RRDsProcessed:0
08/16/2015 12:40:00 PM - POLLER: Poller[0] Maximum runtime of 298 seconds exceeded. Exiting.
Еще данные
Код: Выделить всё
linux-suse:/srv/www/cacti/cli # php repair_database.php
Repairing All Cacti Database Tables
Repairing Table -> \'cdef\' Successful
Repairing Table -> \'cdef_items\' Successful
Repairing Table -> \'colors\' Successful
Repairing Table -> \'data_input\' Successful
Repairing Table -> \'data_input_data\' Successful
Repairing Table -> \'data_input_fields\' Successful
Repairing Table -> \'data_local\' Successful
Repairing Table -> \'data_template\' Successful
Repairing Table -> \'data_template_data\' Successful
Repairing Table -> \'data_template_data_rra\' Successful
Repairing Table -> \'data_template_rrd\' Successful
Repairing Table -> \'graph_local\' Successful
Repairing Table -> \'graph_template_input\' Successful
Repairing Table -> \'graph_template_input_defs\' Successful
Repairing Table -> \'graph_templates\' Successful
Repairing Table -> \'graph_templates_gprint\' Successful
Repairing Table -> \'graph_templates_graph\' Successful
Repairing Table -> \'graph_templates_item\' Successful
Repairing Table -> \'graph_tree\' Successful
Repairing Table -> \'graph_tree_items\' Successful
Repairing Table -> \'host\' Successful
Repairing Table -> \'host_graph\' Successful
Repairing Table -> \'host_snmp_cache\' Successful
Repairing Table -> \'host_snmp_query\' Successful
Repairing Table -> \'host_template\' Successful
Repairing Table -> \'host_template_graph\' Successful
Repairing Table -> \'host_template_snmp_query\' Successful
Repairing Table -> \'plugin_config\' Successful
Repairing Table -> \'plugin_db_changes\' Successful
Repairing Table -> \'plugin_hooks\' Successful
Repairing Table -> \'plugin_realms\' Successful
Repairing Table -> \'poller\' Successful
Repairing Table -> \'poller_command\' Successful
Repairing Table -> \'poller_item\' Successful
Repairing Table -> \'poller_output\' Successful
Repairing Table -> \'poller_reindex\' Successful
Repairing Table -> \'poller_time\' Successful
Repairing Table -> \'rra\' Successful
Repairing Table -> \'rra_cf\' Successful
Repairing Table -> \'settings\' Successful
Repairing Table -> \'settings_graphs\' Successful
Repairing Table -> \'settings_tree\' Successful
Repairing Table -> \'snmp_query\' Successful
Repairing Table -> \'snmp_query_graph\' Successful
Repairing Table -> \'snmp_query_graph_rrd\' Successful
Repairing Table -> \'snmp_query_graph_rrd_sv\' Successful
Repairing Table -> \'snmp_query_graph_sv\' Successful
Repairing Table -> \'user_auth\' Successful
Repairing Table -> \'user_auth_perms\' Successful
Repairing Table -> \'user_auth_realm\' Successful
Repairing Table -> \'user_log\' Successful
Repairing Table -> \'version\' Successful
NOTE: Checking for Invalid Cacti Templates
NOTE: 11 Invalid Data Input Data Rows Found in Data Templates
WARNING: Cacti Template Problems found in your Database. Using the \'--force\' option will remove
the invalid records. However, these changes can be catastrophic to existing data sources. Therefore, you
should contact your support organization prior to proceeding with that repair.
Код: Выделить всё
linux-suse:/srv/www/cacti/cli # php repair_database.php --force
Repairing All Cacti Database Tables
Repairing Table -> \'cdef\' Successful
Repairing Table -> \'cdef_items\' Successful
Repairing Table -> \'colors\' Successful
Repairing Table -> \'data_input\' Successful
Repairing Table -> \'data_input_data\' Successful
Repairing Table -> \'data_input_fields\' Successful
Repairing Table -> \'data_local\' Successful
Repairing Table -> \'data_template\' Successful
Repairing Table -> \'data_template_data\' Successful
Repairing Table -> \'data_template_data_rra\' Successful
Repairing Table -> \'data_template_rrd\' Successful
Repairing Table -> \'graph_local\' Successful
Repairing Table -> \'graph_template_input\' Successful
Repairing Table -> \'graph_template_input_defs\' Successful
Repairing Table -> \'graph_templates\' Successful
Repairing Table -> \'graph_templates_gprint\' Successful
Repairing Table -> \'graph_templates_graph\' Successful
Repairing Table -> \'graph_templates_item\' Successful
Repairing Table -> \'graph_tree\' Successful
Repairing Table -> \'graph_tree_items\' Successful
Repairing Table -> \'host\' Successful
Repairing Table -> \'host_graph\' Successful
Repairing Table -> \'host_snmp_cache\' Successful
Repairing Table -> \'host_snmp_query\' Successful
Repairing Table -> \'host_template\' Successful
Repairing Table -> \'host_template_graph\' Successful
Repairing Table -> \'host_template_snmp_query\' Successful
Repairing Table -> \'plugin_config\' Successful
Repairing Table -> \'plugin_db_changes\' Successful
Repairing Table -> \'plugin_hooks\' Successful
Repairing Table -> \'plugin_realms\' Successful
Repairing Table -> \'poller\' Successful
Repairing Table -> \'poller_command\' Successful
Repairing Table -> \'poller_item\' Successful
Repairing Table -> \'poller_output\' Successful
Repairing Table -> \'poller_reindex\' Successful
Repairing Table -> \'poller_time\' Successful
Repairing Table -> \'rra\' Successful
Repairing Table -> \'rra_cf\' Successful
Repairing Table -> \'settings\' Successful
Repairing Table -> \'settings_graphs\' Successful
Repairing Table -> \'settings_tree\' Successful
Repairing Table -> \'snmp_query\' Successful
Repairing Table -> \'snmp_query_graph\' Successful
Repairing Table -> \'snmp_query_graph_rrd\' Successful
Repairing Table -> \'snmp_query_graph_rrd_sv\' Successful
Repairing Table -> \'snmp_query_graph_sv\' Successful
Repairing Table -> \'user_auth\' Successful
Repairing Table -> \'user_auth_perms\' Successful
Repairing Table -> \'user_auth_realm\' Successful
Repairing Table -> \'user_log\' Successful
Repairing Table -> \'version\' Successful
NOTE: Checking for Invalid Cacti Templates
NOTE: 11 Invalid Data Input Data Rows Removed from Data Templates
Однако все так же и остается,полсе рестарта БД в логе кактуса
Код: Выделить всё
08/17/2015 01:50:00 PM - CMDPHP: Poller[0] ERROR: SQL Assoc Failed!, Error:'2006', SQL:"SELECT 1 AS id, ph.name, ph.file, ph.function FROM plugin_hooks AS ph LEFT JOIN plugin_config AS pc ON pc.directory=ph.name WHERE ph.status = 1 AND hook = 'poller_bottom' AND ph.name IN ('snmpagent', 'settings', 'boost', 'dsstats') UNION SELECT pc.id, ph.name, ph.file, ph.function FROM plugin_hooks AS ph LEFT JOIN plugin_config AS pc ON pc.directory=ph.name WHERE ph.status = 1 AND hook = 'poller_bottom' AND ph.name NOT IN ('snmpagent', 'settings', 'boost', 'dsstats') ORDER BY id ASC"
08/17/2015 01:50:00 PM - CMDPHP: Poller[0] ERROR: A DB Exec Failed!, Error:'2006', SQL:"REPLACE INTO settings (name,value) VALUES ('stats_recache','RecacheTime:0.0 HostsRecached:0')'
08/17/2015 01:50:00 PM - CMDPHP: Poller[0] ERROR: SQL Cell Failed!, Error:'2006', SQL:"SELECT COUNT(*) FROM poller_command"
08/17/2015 01:50:00 PM - CMDPHP: Poller[0] ERROR: SQL Assoc Failed!, Error:'2006', SQL:"SELECT 1 AS id, ph.name, ph.file, ph.function FROM plugin_hooks AS ph LEFT JOIN plugin_config AS pc ON pc.directory=ph.name WHERE ph.status = 1 AND hook = 'cacti_stats_update' AND ph.name IN ('snmpagent', 'settings', 'boost', 'dsstats') UNION SELECT pc.id, ph.name, ph.file, ph.function FROM plugin_hooks AS ph LEFT JOIN plugin_config AS pc ON pc.directory=ph.name WHERE ph.status = 1 AND hook = 'cacti_stats_update' AND ph.name NOT IN ('snmpagent', 'settings', 'boost', 'dsstats') ORDER BY id ASC"
08/17/2015 01:50:00 PM - CMDPHP: Poller[0] ERROR: A DB Exec Failed!, Error:'2006', SQL:"REPLACE INTO settings (name,value) VALUES ('stats_poller','Time:298.8860 Method:spine Processes:1 Threads:1 Hosts:2 HostsPerProcess:2 DataSources:5 RRDsProcessed:0')'
08/17/2015 01:50:00 PM - SYSTEM STATS: Time:298.8860 Method:spine Processes:1 Threads:1 Hosts:2 HostsPerProcess:2 DataSources:5 RRDsProcessed:0
08/17/2015 01:50:00 PM - CMDPHP: Poller[0] ERROR: SQL Assoc Failed!, Error:'2006', SQL:"SELECT 1 AS id, ph.name, ph.file, ph.function FROM plugin_hooks AS ph LEFT JOIN plugin_config AS pc ON pc.directory=ph.name WHERE ph.status = 1 AND hook = 'poller_exiting' AND ph.name IN ('snmpagent', 'settings', 'boost', 'dsstats') UNION SELECT pc.id, ph.name, ph.file, ph.function FROM plugin_hooks AS ph LEFT JOIN plugin_config AS pc ON pc.directory=ph.name WHERE ph.status = 1 AND hook = 'poller_exiting' AND ph.name NOT IN ('snmpagent', 'settings', 'boost', 'dsstats') ORDER BY id ASC"
08/17/2015 01:50:00 PM - POLLER: Poller[0] Maximum runtime of 298 seconds exceeded. Exiting.
08/17/2015 01:50:00 PM - CMDPHP: Poller[0] ERROR: SQL Assoc Failed!, Error:'2006', SQL:"select poller_output.output, poller_output.time, UNIX_TIMESTAMP(poller_output.time) as unix_time, poller_output.local_data_id, poller_item.rrd_path, poller_item.rrd_name, poller_item.rrd_num from (poller_output,poller_item) where (poller_output.local_data_id=poller_item.local_data_id and poller_output.rrd_name=poller_item.rrd_name) order by poller_output.local_data_id LIMIT 10000"
08/17/2015 01:50:00 PM - CMDPHP: Poller[0] ERROR: SQL Cell Failed!, Error:'2006', SQL:"SELECT count(*) FROM poller_time WHERE poller_id=0 AND end_time>'0000-00-00 00:00:00'"
08/17/2015 01:49:59 PM - CMDPHP: Poller[0] ERROR: SQL Assoc Failed!, Error:'2006', SQL:"select poller_output.output, poller_output.time, UNIX_TIMESTAMP(poller_output.time) as unix_time, poller_output.local_data_id, poller_item.rrd_path, poller_item.rrd_name, poller_item.rrd_num from (poller_output,poller_item) where (poller_output.local_data_id=poller_item.local_data_id and poller_output.rrd_name=poller_item.rrd_name) order by poller_output.local_data_id LIMIT 10000"
08/17/2015 01:49:59 PM - CMDPHP: Poller[0] ERROR: SQL Cell Failed!, Error:'2006', SQL:"SELECT count(*) FROM poller_time WHERE poller_id=0 AND end_time>'0000-00-00 00:00:00'"
08/17/2015 01:49:59 PM - CMDPHP: Poller[0] ERROR: SQL Assoc Failed!, Error:'2006', SQL:"select poller_output.output, poller_output.time, UNIX_TIMESTAMP(poller_output.time) as unix_time, poller_output.local_data_id, poller_item.rrd_path, poller_item.rrd_name, poller_item.rrd_num from (poller_output,poller_item) where (poller_output.local_data_id=poller_item.local_data_id and poller_output.rrd_name=poller_item.rrd_name) order by poller_output.local_data_id LIMIT 10000"
08/17/2015 01:49:59 PM - CMDPHP: Poller[0] ERROR: SQL Cell Failed!, Error:'2006', SQL:"SELECT count(*) FROM poller_time WHERE poller_id=0 AND end_time>'0000-00-00 00:00:00'"
08/17/2015 01:49:59 PM - CMDPHP: Poller[0] ERROR: SQL Assoc Failed!, Error:'2006', SQL:"select poller_output.output, poller_output.time, UNIX_TIMESTAMP(poller_output.time) as unix_time, poller_output.local_data_id, poller_item.rrd_path, poller_item.rrd_name, poller_item.rrd_num from (poller_output,poller_item) where (poller_output.local_data_id=poller_item.local_data_id and poller_output.rrd_name=poller_item.rrd_name) order by poller_output.local_data_id LIMIT 10000"
08/17/2015 01:49:59 PM - CMDPHP: Poller[0] ERROR: SQL Cell Failed!, Error:'2006', SQL:"SELECT count(*) FROM poller_time WHERE poller_id=0 AND end_time>'0000-00-00 00:00:00'"
08/17/2015 01:49:59 PM - CMDPHP: Poller[0] ERROR: SQL Assoc Failed!, Error:'2006', SQL:"select poller_output.output, poller_output.time, UNIX_TIMESTAMP(poller_output.time) as unix_time, poller_output.local_data_id, poller_item.rrd_path, poller_item.rrd_name, poller_item.rrd_num from (poller_output,poller_item) where (poller_output.local_data_id=poller_item.local_data_id and poller_output.rrd_name=poller_item.rrd_name) order by poller_output.local_data_id LIMIT 10000"
08/17/2015 01:49:59 PM - CMDPHP: Poller[0] ERROR: SQL Cell Failed!, Error:'2006', SQL:"SELECT count(*) FROM poller_time WHERE poller_id=0 AND end_time>'0000-00-00 00:00:00'"
08/17/2015 01:49:59 PM - CMDPHP: Poller[0] ERROR: SQL Assoc Failed!, Error:'2006', SQL:"select poller_output.output, poller_output.time, UNIX_TIMESTAMP(poller_output.time) as unix_time, poller_output.local_data_id, poller_item.rrd_path, poller_item.rrd_name, poller_item.rrd_num from (poller_output,poller_item) where (poller_output.local_data_id=poller_item.local_data_id and poller_output.rrd_name=poller_item.rrd_name) order by poller_output.local_data_id LIMIT 10000"
Вижу что БД ругается на несоответствие времени,
08/17/2015 01:49:59 PM - CMDPHP: Poller[0] ERROR: SQL Assoc Failed!, Error:'2006', SQL:"select poller_output.output, poller_output.time, UNIX_TIMESTAMP(poller_output.time)
as unix_time
poller_output.local_data_id, poller_item.rrd_path, poller_item.rrd_name, poller_item.rrd_num from (poller_output,poller_item) where (poller_output.local_data_id=poller_item.local_data_id and poller_output.rrd_name=poller_item.rrd_name) order
by poller_output.local_data_id LIMIT 10000"
Но не уверен