summaryrefslogtreecommitdiff
path: root/puppet/modules/site_check_mk/files/agent/local_checks
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2014-03-04 16:45:18 +0100
committervarac <varacanero@zeromail.org>2014-03-04 18:59:11 +0100
commitc1dca55e9a9a6827ffcce120523e7a27e113f3c7 (patch)
tree33a4c94c76ab70edddabf63ad3a1463203325cd0 /puppet/modules/site_check_mk/files/agent/local_checks
parent8c43ea97e565cc7a76ea15964249a9fb6edccbfb (diff)
use curly brackets for variables in check_leap_mx.sh output, see https://review.leap.se/r/160/#comment156
Diffstat (limited to 'puppet/modules/site_check_mk/files/agent/local_checks')
-rwxr-xr-xpuppet/modules/site_check_mk/files/agent/local_checks/mx/check_leap_mx.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_check_mk/files/agent/local_checks/mx/check_leap_mx.sh b/puppet/modules/site_check_mk/files/agent/local_checks/mx/check_leap_mx.sh
index 2958d2ed..b8687c9a 100755
--- a/puppet/modules/site_check_mk/files/agent/local_checks/mx/check_leap_mx.sh
+++ b/puppet/modules/site_check_mk/files/agent/local_checks/mx/check_leap_mx.sh
@@ -29,5 +29,5 @@ else
fi
fi
-echo "$exitcode $CHECKNAME stale_files=$total ${STATUS[exitcode]}: $total stale files (>=$MAXAGE min) in $WATCHDIR."
+echo "${exitcode} ${CHECKNAME} stale_files=${total} ${STATUS[exitcode]}: ${total} stale files (>=${MAXAGE} min) in ${WATCHDIR}."