@cryptotaxi247 / netdata-1 / commits / e2bdee968

Add a note about pkg-config file location for freeipmi (#11831)

Vladimir Kobal committed Nov 26, 2021 at 18:54 UTC e2bdee968ead738b2af70c3f62ecb71dfa34309e
1 file changed +5
collectors/freeipmi.plugin/README.md
+5
@@ -15,6 +15,11 @@ Netdata has a [freeipmi](https://www.gnu.org/software/freeipmi/) plugin.
15
16 2. re-install Netdata from source. The installer will detect that the required libraries are now available and will also build `freeipmi.plugin`.
17
18 +> ❗ In some distributions `libipmimonitoring.pc` is located in an unregistered directory.
19 +> In that case you should find the file and link it to the standard pkg-config directory. Usually, running
20 +> `sudo ln -s /usr/lib/x86_64-linux-gnu/pkgconfig/libipmimonitoring.pc/libipmimonitoring.pc /usr/lib/pkgconfig/libipmimonitoring.pc`
21 +> resolves the issue.
22 +
23 Keep in mind IPMI requires root access, so the plugin is setuid to root.
24
25 If you just installed the required IPMI tools, please run at least once the command `ipmimonitoring` and verify it returns sensors information. This command initialises IPMI configuration, so that the Netdata plugin will be able to work.