]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
added documentation for the two new config options of the nvml plugin
authorRobert Dietrich <robert.dietrich@tu-dresden.de>
Thu, 22 Aug 2019 12:10:28 +0000 (14:10 +0200)
committerRobert Dietrich <robert.dietrich@tu-dresden.de>
Thu, 22 Aug 2019 12:10:28 +0000 (14:10 +0200)
src/collectd.conf.in
src/collectd.conf.pod

index f09f373d39ef2717ccfe65e56ed2d8bc028c7745..d52857ec05cd7c632f5b760927a906ffbbbb4565 100644 (file)
 #   GPUIndex 0
 #   GPUIndex 2
 #   IgnoreSelected false
+#   InstanceByGPUIndex true
+#   InstanceByGPUName true
 #</Plugin>
 
 #<Plugin grpc>
index ed49195e4cc3b8b08f9e9c73af15bdc496df206b..fa07639abc0e44c5db98050ffd213515a08f80cc 100644 (file)
@@ -3280,6 +3280,16 @@ B<GPUIndex> entries are collected. For greater clarity, setting IgnoreSelected
 without any GPUIndex directives will result in B<no> statistics being
 collected.
 
+=item B<InstanceByGPUIndex>
+
+If set to false, the GPU ID will not be part of the plugin instance. The default
+is 'GPU ID'-'GPU name'
+
+=item B<InstanceByGPUName>
+
+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<grpc>