Activity log for bug #1357017

Date Who What changed Old value New value Message
2014-08-14 18:22:19 Mikhail Solovyev bug added bug
2014-08-14 18:23:04 Mikhail Solovyev description [root@cron01 ~]# mysql -umailboxer -pmailboxer -hzabbixdb01 -e "show slave status\G" [root@cron01 ~]# /usr/lib64/nagios/plugins/pmp-check-mysql-replication-delay -H zabbixdb01 -l mailboxer -p mailboxer -P 3306 -w 3600 -c 7200 OK 0 seconds of replication delay | replication_delay=0;3600;7200;0; It seems to be logical to return UNKNOWN in such case, isn't it? We discussed this with Jay Janssen in #44493 He said: Firstly, it’s intended that you use pmp-check-mysql-replication-running to test if replication is up or down, and not just the replication-delay check. (I did not design these tools, but that’s the intention). As far as your specific problem, I do think it is supposed to return UNKNOWN in that case, so it may be a bug. I found a similar report from a few years ago that should have been fixed: https://bugs.launchpad.net/percona-monitoring-plugins/+bug/1040528 [root@cron01 ~]# mysql ... -e "show slave status\G" [root@cron01 ~]# /usr/lib64/nagios/plugins/pmp-check-mysql-replication-delay ... -w 3600 -c 7200 OK 0 seconds of replication delay | replication_delay=0;3600;7200;0; It seems to be logical to return UNKNOWN in such case, isn't it? We discussed this with Jay Janssen in #44493 He said: Firstly, it’s intended that you use pmp-check-mysql-replication-running to test if replication is up or down, and not just the replication-delay check. (I did not design these tools, but that’s the intention). As far as your specific problem, I do think it is supposed to return UNKNOWN in that case, so it may be a bug. I found a similar report from a few years ago that should have been fixed: https://bugs.launchpad.net/percona-monitoring-plugins/+bug/1040528
2014-08-14 18:41:39 Roman Vynar percona-monitoring-plugins: status New Opinion
2014-08-29 08:50:07 Roman Vynar percona-monitoring-plugins: status Opinion Confirmed
2014-08-29 08:50:18 Roman Vynar percona-monitoring-plugins: importance Undecided Low
2014-08-29 08:50:26 Roman Vynar tags nagios
2015-04-29 14:15:17 Roman Vynar percona-monitoring-plugins: status Confirmed Fix Committed
2015-06-19 09:57:56 Roman Vynar percona-monitoring-plugins: status Fix Committed Fix Released