aboutsummaryrefslogtreecommitdiff
path: root/files/munin/vserver_loadavg
diff options
context:
space:
mode:
authorMatt Taggart <taggart@riseup.net>2012-02-13 16:19:58 -0800
committerMatt Taggart <taggart@riseup.net>2012-02-13 16:19:58 -0800
commite02f8638bcdf08d59b1a13b8a5be5efe1f344f27 (patch)
tree8a2e4d157f55ecb2b00f13b6f5d8017715a69f83 /files/munin/vserver_loadavg
parentd23068ecb593e7287fc70af809c3068fdeccb511 (diff)
downloadpuppet-virtual-e02f8638bcdf08d59b1a13b8a5be5efe1f344f27.tar.gz
puppet-virtual-e02f8638bcdf08d59b1a13b8a5be5efe1f344f27.tar.bz2
these have bashisms which don't work with dash as /bin/sh, so switch the scripts to bash and add a comment
Diffstat (limited to 'files/munin/vserver_loadavg')
-rw-r--r--files/munin/vserver_loadavg3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/munin/vserver_loadavg b/files/munin/vserver_loadavg
index 43ce5e1..147eff9 100644
--- a/files/munin/vserver_loadavg
+++ b/files/munin/vserver_loadavg
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Copyright (C) 2007 Andrei Morgan
# Copyright (C) 2008 Micah Anderson
@@ -56,6 +56,7 @@ fi
# if vservers are specified, use them; the default is to use all.
VSERVERS="$vservers"
+# FIXME: using arrays is a bashism
INFO=(`sed 's/.*:\t//' /proc/virtual/info 2>/dev/null || echo '<none>'`)
KCIN="$[ 16#${INFO[2]} ]";