mirror of
https://github.com/collectd/collectd.git
synced 2026-02-09 04:09:15 +08:00
Replace deny-list with blocklist and strip dashes
This commit is contained in:
@@ -217,7 +217,7 @@ See also: http://dpdk.org/doc/guides/prog_guide/multi_proc_support.html
|
||||
|
||||
* The same PCI device configuration should be passed to the primary process as
|
||||
the secondary process uses the same port indexes as the primary.
|
||||
* A deny-list / allow-list of NICs isn't supported yet.
|
||||
* A blocklist / allowlist of NICs isn't supported yet.
|
||||
* Plugin initialization time depends on read interval. It requires 5 read
|
||||
cycles to set up internal buffers and states. During that time no statistics
|
||||
are submitted.
|
||||
|
||||
@@ -302,8 +302,8 @@ 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.
|
||||
It changes the behaviour of the Ignore option, from a deny-list behaviour
|
||||
when InvertMatch is set to false, to a allow-list when specified to true.
|
||||
It changes the behaviour of the Ignore option, from a blocklist behaviour
|
||||
when InvertMatch is set to false, to a allowlist when specified to true.
|
||||
|
||||
=item B<FilterOID> I<OID>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user