Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
fix if bug in clusterMembership test
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewmeconry committed May 24, 2017
1 parent bfcce86 commit 9f95173
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion check_couchbase
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function check_node {
NAGIOS_EXIT=3
fi

if [[ $CLUSTER_MEMBERSHIP -eq "inactiveFailed" ]]; then
if [[ $CLUSTER_MEMBERSHIP == "inactiveFailed" ]]; then
NAGIOS_STATE="CRITICAL"
NAGIOS_EXIT=2
fi
Expand Down
9 changes: 9 additions & 0 deletions icingaexchange.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,12 @@ releases:
url: "file:///check_couchbase"
description: "fix bug in clusterMembership test"
checksum: 5368f5158c4ef7ecb33c18d2058c5ef1
-
name: 1.4
description: "1.4 fix if bug in clusterMembership test"
files:
-
name: check_couchbase
url: "file:///check_couchbase"
description: "fix bug in clusterMembership test"
checksum: 7ddfdc2cba32f2ca00cc5452d6362482

0 comments on commit 9f95173

Please sign in to comment.