summaryrefslogtreecommitdiff
path: root/munin
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2006-05-15 11:25:43 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2006-05-15 11:25:43 +0000
commit997510cf7907b8d1c2887a1af96040eda586fa29 (patch)
tree04cd3265d4992e72e0ce309e856005c14f7d4970 /munin
parentd87a71883db0341ffd847a26f674f140195e3c1a (diff)
A note about timeout and user
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@81 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'munin')
-rwxr-xr-xmunin/ipmi_sensor_10
1 files changed, 10 insertions, 0 deletions
diff --git a/munin/ipmi_sensor_ b/munin/ipmi_sensor_
index 99eb80d..5e8b51c 100755
--- a/munin/ipmi_sensor_
+++ b/munin/ipmi_sensor_
@@ -4,6 +4,16 @@
#
#%# family=auto
#%# capabilities=autoconf suggest
+#
+#
+#
+# ipmitool probably needs to be run as root, and it may take more than 10 seconds on some hosts.
+#
+# Add the following to your /etc/munin/plugin-conf.d/munin-node:
+# [ipmi_sensor_*]
+# user root
+# timeout 20
+#
require 'yaml';