Open GoogleCodeExporter opened 8 years ago
Somewhat on another instance it has gone thru well with this step, but failed
in [OperationalError: (1091, "Can't DROP 'pre_condition_eval'; check that
column/key exists")]; realized that this table creation def did not have this
column definition, but eventually it will be dropped and created another column
monitored_host_condition_eval; it went thru fine after a dummy column
definition 'pre_condition_eval' has been added.
Now while running the data collection, I got the below error..
[OperationalError: (1054, "Unknown column 'binlogs_<hostname>.000148' in 'field
list'")]; looks like fetch_status_variables() is not handling the value of
global status variable= ‘BINLOG_SNAPSHOT_FILE’; I thought this tool is very
handy to get a performance dashboard for a mariadb instance, but struggling to
setup / data collect; please help me to get a data collection
-- mycheckpoint rev 231, build 201305231510. Copyright (c) 2009-2013 by Shlomi
Noach
-- database is mon
-- Global status & variables recorded
-- Master and slave status recorded
-- OS CPU info recorded
-- OS load average info recorded
-- OS mem info recorded
-- OS mountpoints info recorded
-- OS page io activity recorded
(1054, "Unknown column 'binlogs_mariadb003.000148' in 'field list'")
Traceback (most recent call last):
File "/usr/local/bin/mycheckpoint", line 5055, in <module>
collect_status_variables()
File "/usr/local/bin/mycheckpoint", line 4446, in collect_status_variables
num_affected_rows = act_query(query)
File "/usr/local/bin/mycheckpoint", line 254, in act_query
num_affected_rows = cursor.execute(query)
File "/usr/lib64/python2.6/site-packages/MySQLdb/cursors.py", line 166, in execute
self.errorhandler(self, exc, value)
File "/usr/lib64/python2.6/site-packages/MySQLdb/connections.py", line 35, in defaulterrorhandler
raise errorclass, errorvalue
OperationalError: (1054, "Unknown column 'binlogs_<hostname>.000148' in 'field
list'")
--
-- Re-execute with --verbose --debug for detailed message and stack trace.
Original comment by jayakuma...@gmail.com
on 18 Jul 2014 at 10:48
Original issue reported on code.google.com by
jayakuma...@gmail.com
on 17 Jul 2014 at 3:35