@cryptotaxi247 / netdata-1 / commits / 442fe219e

Update descriptions. (#15952)

fix_freeimpi: Update descriptions.

thiagoftsm committed Sep 13, 2023 at 05:36 UTC 442fe219e5c469fa869fb7221091fd8a78c6e852
1 file changed +3 -1
collectors/freeipmi.plugin/metadata.yaml
+3 -1
@@ -46,7 +46,9 @@ modules:
46 description: |
47 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.
48
49 - 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.
49 + 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.
50 +
51 + If you installed `netdata` using a package manager, it is also necessary to install the package `netdata-plugin-freeimpi`.
52 configuration:
53 file:
54 name: "netdata.conf"