summaryrefslogtreecommitdiff
path: root/puppet/modules/site_check_mk/files/agent/local_checks/couchdb/leap_couch_stats.sh
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-07-09 12:18:21 -0700
committerelijah <elijah@riseup.net>2015-07-09 12:18:21 -0700
commit2d50141b8b0b223e3b437ff3bda0dd2dc7a64ef5 (patch)
treeb70ec2d4723400a9796fee726024d131384f25f3 /puppet/modules/site_check_mk/files/agent/local_checks/couchdb/leap_couch_stats.sh
parent1e872b71382f94f9c2d63ccbcaa43ca7d6741b42 (diff)
parentec24733308676d6822aaeaae6c17b042f7e2bf14 (diff)
Merge branch 'develop' of ssh://leap.se/leap_platform into develop
Diffstat (limited to 'puppet/modules/site_check_mk/files/agent/local_checks/couchdb/leap_couch_stats.sh')
-rwxr-xr-xpuppet/modules/site_check_mk/files/agent/local_checks/couchdb/leap_couch_stats.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/puppet/modules/site_check_mk/files/agent/local_checks/couchdb/leap_couch_stats.sh b/puppet/modules/site_check_mk/files/agent/local_checks/couchdb/leap_couch_stats.sh
index 95474ccb..83b407e0 100755
--- a/puppet/modules/site_check_mk/files/agent/local_checks/couchdb/leap_couch_stats.sh
+++ b/puppet/modules/site_check_mk/files/agent/local_checks/couchdb/leap_couch_stats.sh
@@ -117,3 +117,6 @@ end_time=$(date +%s.%N)
duration=$( echo "scale = 2; $end_time - $start_time" | bc -l )
printf "${exitcode} ${PREFIX}global_stats ${global_stats_perf}|script_duration=%02.2fs ${STATE[exitcode]}: global couchdb status\n" "$duration"
+
+rm "$TMPFILE"
+