pmp-check-mysql-processlist: "copy to table" counter always 0

Bug #1197084 reported by Roman Vynar
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Percona Monitoring Plugins
Fix Released
Medium
Unassigned

Bug Description

Regex for counting "copy to table" processes in pmp-check-mysql-processlist is wrong which makes a counter to be 0 all the time.

Possible states:
        State: copy to tmp table
        State: Copying to tmp table on disk
        State: Copying to tmp table
        State: Copying to group table

Fix:
- COPYIN=$(count_mysql_processlist "${TEMP}" "State" "opy.*table*")
+ COPYIN=$(count_mysql_processlist "${TEMP}" "State" ".*opy.* to.* table.*")

Tags: nagios
Changed in percona-monitoring-plugins:
status: New → Confirmed
importance: Undecided → Medium
tags: added: nagios
Changed in percona-monitoring-plugins:
status: Confirmed → Fix Committed
Changed in percona-monitoring-plugins:
milestone: none → 1.0.4
Changed in percona-monitoring-plugins:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.