summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFotis Voutsas <fotis@netdata.cloud>2023-09-13 13:40:53 +0300
committerFotis Voutsas <fotis@netdata.cloud>2023-09-13 13:40:53 +0300
commit2ce8f36ae9cbada6ec90028dea4f6ca39348fa05 (patch)
treee411381be4d8983126eb7f1837cc7ac4af3bf939
parent87eedd77f7b661d7463aa02999962d4b36ccd545 (diff)
code reviewfreeipmi-meta
-rw-r--r--collectors/freeipmi.plugin/metadata.yaml12
1 files changed, 8 insertions, 4 deletions
diff --git a/collectors/freeipmi.plugin/metadata.yaml b/collectors/freeipmi.plugin/metadata.yaml
index 01b933361c..8633046ac6 100644
--- a/collectors/freeipmi.plugin/metadata.yaml
+++ b/collectors/freeipmi.plugin/metadata.yaml
@@ -160,14 +160,18 @@ modules:
enabled: true
title: "Config"
list:
- - name: 5 second update rate and SEL collection
- description: Append to `command options =` the settings you need. The minimum `update every` is 5 (enforced internally by the plugin). IPMI is slow and CPU hungry. So, once every 5 seconds is pretty acceptable.
+ - name: Decrease data collection frequency
+ description: Basic example decreasing data collection frequency. The minimum `update every` is 5 (enforced internally by the plugin). IPMI is slow and CPU hungry. So, once every 5 seconds is pretty acceptable.
config: |
[plugin:freeipmi]
- update every = 5
- command options = sel
+ update every = 10
folding:
enabled: false
+ - name: Disable SEL collection
+ description: Append to `command options =` the options you need.
+ config: |
+ [plugin:freeipmi]
+ command options = no-sel
- name: Ignore specific sensors
description: |
Specific sensor IDs can be excluded from freeipmi tools by editing `/etc/freeipmi/freeipmi.conf` and setting the IDs to be ignored at `ipmi-sensors-exclude-record-ids`.