From: Robert Dietrich Date: Thu, 22 Aug 2019 12:10:28 +0000 (+0200) Subject: added documentation for the two new config options of the nvml plugin X-Git-Tag: collectd-5.11.0~5^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7401cbb1e0d10c5b8ccaa94236a963d18020192;p=thirdparty%2Fcollectd.git added documentation for the two new config options of the nvml plugin --- diff --git a/src/collectd.conf.in b/src/collectd.conf.in index f09f373d3..d52857ec0 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -667,6 +667,8 @@ # GPUIndex 0 # GPUIndex 2 # IgnoreSelected false +# InstanceByGPUIndex true +# InstanceByGPUName true # # diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index ed49195e4..fa07639ab 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -3280,6 +3280,16 @@ B entries are collected. For greater clarity, setting IgnoreSelected without any GPUIndex directives will result in B statistics being collected. +=item B + +If set to false, the GPU ID will not be part of the plugin instance. The default +is 'GPU ID'-'GPU name' + +=item B + +If set to false, the GPU name will not be part of the plugin instance. The +default is 'GPU ID'-'GPU name' + =back =head2 Plugin C