Activity log for bug #1332082

Date Who What changed Old value New value Message
2014-06-19 13:26:42 Roman Vynar bug added bug
2014-06-19 13:26:52 Roman Vynar percona-monitoring-plugins: importance Undecided Medium
2014-06-19 13:28:14 Roman Vynar summary Add option pmp-check-mysql-replication-running to support a delayed slave Add option pmp-check-mysql-replication-running to support delayed slaves
2014-06-19 13:28:44 Roman Vynar summary Add option pmp-check-mysql-replication-running to support delayed slaves Add option to pmp-check-mysql-replication-running to support delayed slaves
2014-06-19 13:28:56 Roman Vynar description Add option pmp-check-mysql-replication-running to support delayed slaves so those with pt-slave-delay still get alerted when replication is broken. Currently with pt-slave-delay slave status looks like this: Slave_IO_Running: Yes Slave_SQL_Running: No Last_Error: if the Slave_SQL_Running is not running but there are no errors add an option so that does not trigger an alert. But if Last_Error does have anything that should always be an alerts as it is currently: NOTE=$(awk '$1 ~ /_Running:|Last_Error:/ {print substr($0, 1, 100)} ' "$ {TEMP}") if grep 'Last_Error: .' "${TEMP} " >/dev/null 2>&1; then NOTE="CRIT $NOTE" Add option to pmp-check-mysql-replication-running to support delayed slaves so those with pt-slave-delay still get alerted when replication is broken. Currently with pt-slave-delay slave status looks like this: Slave_IO_Running: Yes Slave_SQL_Running: No Last_Error: if the Slave_SQL_Running is not running but there are no errors add an option so that does not trigger an alert. But if Last_Error does have anything that should always be an alerts as it is currently: NOTE=$(awk '$1 ~ /_Running:|Last_Error:/ {print substr($0, 1, 100)} ' "$ {TEMP}") if grep 'Last_Error: .' "${TEMP} " >/dev/null 2>&1; then NOTE="CRIT $NOTE"
2014-07-03 11:36:34 Roman Vynar percona-monitoring-plugins: status New Fix Committed
2014-07-03 11:36:37 Roman Vynar percona-monitoring-plugins: milestone 1.1.4
2014-07-03 11:37:31 Roman Vynar tags nagios
2014-07-21 15:38:46 Roman Vynar percona-monitoring-plugins: status Fix Committed Fix Released