Dzahn has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/125733

Change subject: check_eth - fix typo and use 3 for UNKOWN in icinga
......................................................................

check_eth - fix typo and use 3 for UNKOWN in icinga

Change-Id: I9a44cbf160c3191d883eecccde0bb90a047162f6
---
M modules/base/templates/check_eth.erb
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/33/125733/1

diff --git a/modules/base/templates/check_eth.erb 
b/modules/base/templates/check_eth.erb
index fd44b84..bc668a2 100644
--- a/modules/base/templates/check_eth.erb
+++ b/modules/base/templates/check_eth.erb
@@ -5,7 +5,7 @@
        STATUS=`ip link show ${INTERFACE}`
        if [ "$?" != "0" ]; then
                echo "${INTERFACE} not found. This should never happen. Bailing 
out"
-               EDIT_CODE=1
+               EXIT_CODE=3
                continue
        fi
        if echo ${STATUS} | grep -q "NO-CARRIER"

-- 
To view, visit https://gerrit.wikimedia.org/r/125733
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9a44cbf160c3191d883eecccde0bb90a047162f6
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <dz...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to