Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
shunanya committed Jul 3, 2014
1 parent 5ea876e commit 0af5426
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -209,7 +209,7 @@ function get_measure() {

if [ $(echo "$discord > 5 || $discord < -5" | bc ) -ne 0 ]
then
MSG[$errors]="WARNING - Inconsistency in replication has reached to $discord percent \(master - $Master_load; slave - $Slave_load \)"
MSG[$errors]="WARNING - Inconsistency in replication has reached to $discord percent (master - $Master_load; slave - $Slave_load )"
errors=$(($errors+1))
fi

Expand Down

0 comments on commit 0af5426

Please sign in to comment.