diff options
-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'; |