diff options
author | Peter Palfrader <peter@palfrader.org> | 2006-05-15 11:25:43 +0000 |
---|---|---|
committer | weasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede> | 2006-05-15 11:25:43 +0000 |
commit | 997510cf7907b8d1c2887a1af96040eda586fa29 (patch) | |
tree | 04cd3265d4992e72e0ce309e856005c14f7d4970 /munin/ipmi_sensor_ | |
parent | d87a71883db0341ffd847a26f674f140195e3c1a (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/ipmi_sensor_')
-rwxr-xr-x | munin/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'; |