diff options
Diffstat (limited to '')
-rw-r--r-- | collectors/freeipmi.plugin/README.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/collectors/freeipmi.plugin/README.md b/collectors/freeipmi.plugin/README.md index 058c2edbc..52945e3c6 100644 --- a/collectors/freeipmi.plugin/README.md +++ b/collectors/freeipmi.plugin/README.md @@ -1,3 +1,8 @@ +<!-- +title: "freeipmi.plugin" +custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/freeipmi.plugin/README.md +--> + # freeipmi.plugin Netdata has a [freeipmi](https://www.gnu.org/software/freeipmi/) plugin. @@ -20,7 +25,7 @@ The plugin creates (up to) 8 charts, based on the information collected from IPM 1. number of sensors by state 2. number of events in SEL -3. Temperatures CELCIUS +3. Temperatures CELSIUS 4. Temperatures FAHRENHEIT 5. Voltages 6. Currents @@ -156,13 +161,8 @@ You will get verbose output on what the plugin does. ## kipmi0 CPU usage -There have been reports that kipmi is showing increased CPU when the IPMI is queried. - -[IBM has given a few explanations](http://www-01.ibm.com/support/docview.wss?uid=nas7d580df3d15874988862575fa0050f604). - -Check also [this stackexchange post](http://unix.stackexchange.com/questions/74900/kipmi0-eating-up-to-99-8-cpu-on-centos-6-4). - -To lower the CPU consumption of the system you can issue this command: +There have been reports that kipmi is showing increased CPU when the IPMI is queried. To lower the CPU consumption of +the system you can issue this command: ```sh echo 10 > /sys/module/ipmi_si/parameters/kipmid_max_busy_us |