]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
snmp plugin: Updated documentation for 'Ignore' option 2819/head
authorPavel Rochnyack <pavel2000@ngs.ru>
Fri, 15 Jun 2018 11:46:55 +0000 (18:46 +0700)
committerPavel Rochnyack <pavel2000@ngs.ru>
Fri, 15 Jun 2018 11:47:36 +0000 (18:47 +0700)
src/collectd-snmp.pod

index 90b5c0edfcfeb7e20b3d859ca0247e3722e053ba..9d508d1742639733f245732a77d1019dacaba151 100644 (file)
@@ -262,10 +262,12 @@ This value is not applied to counter-values.
 
 =item B<Ignore> I<Value> [, I<Value> ...]
 
-The ignore values allows one to ignore Instances based on their name and the
-patterns specified by the various values you've entered. The match is a
+The ignore values allows one to ignore TypeInstances based on their name and
+the patterns specified by the various values you've entered. The match is a
 glob-type shell matching.
 
+When B<Table> is set to I<false> then this option has no effect.
+
 =item B<InvertMatch> I<true|false(default)>
 
 The invertmatch value should be use in combination of the Ignore option.