Open GoogleCodeExporter opened 8 years ago
Sorry, I don't really understand. Are you saying that the heartbeat is ignored
unless $chk_options[slave] is set?
Original comment by baron.schwartz
on 28 Feb 2010 at 5:41
Removing unused labels.
Original comment by baron.schwartz
on 16 Apr 2010 at 2:14
This error may be related to this (Debug enabled in script):
rovangju@dev:/var/www/tools/cacti/scripts$ php ss_get_mysql_stats.php --host
xxx --items br,bo --nocache
SQLERR Unknown column 'id' in 'where clause' in SELECT GREATEST(0,
UNIX_TIMESTAMP() - UNIX_TIMESTAMP(ts) - 1) AS delay FROM maatkit.heartbeat
WHERE id = 1
~ Line 384, maatkit makes this field `server_id` now instead of `id`. The query
simply needs to compare on `server_id` instead of `id`
Original comment by thin...@gmail.com
on 26 Jul 2011 at 4:56
Original issue reported on code.google.com by
stu.he...@gmail.com
on 27 Feb 2010 at 6:09