Skip to content

Commit

Permalink
Upgrade compaction errors to Critical
Browse files Browse the repository at this point in the history
  • Loading branch information
zschlag committed Jul 5, 2012
1 parent 35a64b3 commit 29c4ebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/riak-check-compaction.sh 100644 → 100755
Expand Up @@ -20,6 +20,6 @@ if [ $CompError -eq 0 ] ; then
echo "OKAY: No Compaction Errors Found."
exit 0
else
echo "WARNING: $CompError Compaction Errors Found."
exit 1
echo "CRITICAL: $CompError Compaction Errors Found."
exit 2
fi

0 comments on commit 29c4ebd

Please sign in to comment.