From 2ce8f36ae9cbada6ec90028dea4f6ca39348fa05 Mon Sep 17 00:00:00 2001 From: Fotis Voutsas Date: Wed, 13 Sep 2023 13:40:53 +0300 Subject: code review --- collectors/freeipmi.plugin/metadata.yaml | 12 ++++++++---- 1 file 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`. -- cgit v1.2.3