]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
collectd.conf(5): Document the format expected by "sensors"' ignore list. 3443/head
authorFlorian Forster <octo@collectd.org>
Thu, 23 Apr 2020 05:42:50 +0000 (07:42 +0200)
committerFlorian Forster <octo@collectd.org>
Thu, 23 Apr 2020 05:42:50 +0000 (07:42 +0200)
This question recently came up on the mailing list.

src/collectd.conf.pod

index 89df66c78d0b69420f22f94fdc85882beeb6ff72..70f24de787ce515256d7531f76072f0b12afeb4d 100644 (file)
@@ -8550,6 +8550,9 @@ on the B<IgnoreSelected> below. For example, the option "B<Sensor>
 I<it8712-isa-0290/voltage-in1>" will cause collectd to gather data for the
 voltage sensor I<in1> of the I<it8712> on the isa bus at the address 0290.
 
+The value passed to this option has the format
+"I<plugin_instance>/I<type>-I<type_instance>".
+
 See F</"IGNORELISTS"> for details.
 
 =item B<IgnoreSelected> I<true>|I<false>