summaryrefslogtreecommitdiffstats
path: root/collectors/freeipmi.plugin
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2023-09-13 05:36:52 -0300
committerGitHub <noreply@github.com>2023-09-13 11:36:52 +0300
commit442fe219e5c469fa869fb7221091fd8a78c6e852 (patch)
treea77d2b208f5e6c90e44de11d875b7e28a86625c7 /collectors/freeipmi.plugin
parent56513116d88d5a6e25903c27b7f44cdf9f73e2d8 (diff)
Update descriptions. (#15952)
fix_freeimpi: Update descriptions.
Diffstat (limited to 'collectors/freeipmi.plugin')
-rw-r--r--collectors/freeipmi.plugin/metadata.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/collectors/freeipmi.plugin/metadata.yaml b/collectors/freeipmi.plugin/metadata.yaml
index 9540410bf4..23b324da79 100644
--- a/collectors/freeipmi.plugin/metadata.yaml
+++ b/collectors/freeipmi.plugin/metadata.yaml
@@ -46,7 +46,9 @@ modules:
description: |
If you have not previously used IPMI on your system, you will probably need to run the ipmimonitoring command as root to initialize IPMI settings so that the Netdata plugin works correctly. It should return information about available sensors on the system.
- In some distributions libipmimonitoring.pc is located in a non-standard directory, which can cause building the plugin to fail when building Netdata from source. In that case you should find the file and link it to the standard pkg-config directory. Usually, running sudo ln -s /usr/lib/$(uname -m)-linux-gnu/pkgconfig/libipmimonitoring.pc/libipmimonitoring.pc /usr/lib/pkgconfig/libipmimonitoring.pc resolves this issue.
+ In some distributions libipmimonitoring.pc is located in a non-standard directory, which can cause building the plugin to fail when building Netdata from source. In that case you should find the file and linking it to the standard pkg-config directory. Usually, running sudo ln -s /usr/lib/$(uname -m)-linux-gnu/pkgconfig/libipmimonitoring.pc/libipmimonitoring.pc /usr/lib/pkgconfig/libipmimonitoring.pc resolves this issue.
+
+ If you installed `netdata` using a package manager, it is also necessary to install the package `netdata-plugin-freeimpi`.
configuration:
file:
name: "netdata.conf"