]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
capabilities plugin: few minor updates in comments
authorKamil Wiatrowski <kamilx.wiatrowski@intel.com>
Wed, 11 Sep 2019 14:14:05 +0000 (16:14 +0200)
committerDagobert Michelsen <dam@opencsw.org>
Tue, 25 Feb 2020 16:18:20 +0000 (17:18 +0100)
Change-Id: Ib37b1c9bdf09955704267ad1847d8a418df94a26
Signed-off-by: Kamil Wiatrowski <kamilx.wiatrowski@intel.com>
README
src/utils/dmi/dmi.h

diff --git a/README b/README
index 54babf6ac5182fc9e82e726c6118a40241c868fb..cb1e9807fc0729d522212df11c497852dd6aa5bf 100644 (file)
--- a/README
+++ b/README
@@ -49,7 +49,8 @@ Features
       Statistics from buddyinfo file about memory fragmentation.
 
     - capabilities
-      Platform static capabilities decoded from SMBIOS using dmidecode.
+      Platform capabilities decoded from hardware subsystems, for example from
+      SMBIOS using dmidecode.
       <https://www.nongnu.org/dmidecode/>
 
     - ceph
index c81ff77b65cebd37dca0a8052e56d9a3c7a61190..0ec8cceadc9f8826ddc217dc73889e65438e1632 100644 (file)
@@ -28,6 +28,9 @@
 #ifndef UTILS_DMI_H
 #define UTILS_DMI_H
 
+/* Size of buffer for single dmi entry, just an estimation with big margin,
+ * could be increased if the new generation of platform requires it to.
+ */
 #define DMI_MAX_LEN 256
 
 #define DMI_OK 0