Ignore additional interfaces.
Change-Id: I427c27074b33846fe32e70d165c7ce56ae35674b
This commit is contained in:
parent
c7287d30e2
commit
f05854c417
@ -1,11 +0,0 @@
|
|||||||
PreCacheChain "PreCache"
|
|
||||||
<Chain "PreCache">
|
|
||||||
<Rule "ignore_tap">
|
|
||||||
<Match "regex">
|
|
||||||
Plugin "^interface$"
|
|
||||||
PluginInstance "^tap*"
|
|
||||||
</Match>
|
|
||||||
Target "stop"
|
|
||||||
</Rule>
|
|
||||||
Target "return"
|
|
||||||
</Chain>
|
|
@ -38,7 +38,6 @@
|
|||||||
group: root
|
group: root
|
||||||
mode: 0644
|
mode: 0644
|
||||||
with_items:
|
with_items:
|
||||||
- filter.conf
|
|
||||||
- tail.conf
|
- tail.conf
|
||||||
|
|
||||||
- name: Copy collectd-redis.sh
|
- name: Copy collectd-redis.sh
|
||||||
|
@ -37,6 +37,13 @@ PreCacheChain "PreCache"
|
|||||||
</Match>
|
</Match>
|
||||||
Target "stop"
|
Target "stop"
|
||||||
</Rule>
|
</Rule>
|
||||||
|
<Rule "ignore_interfaces_q">
|
||||||
|
<Match "regex">
|
||||||
|
Plugin "^interface$"
|
||||||
|
PluginInstance "^q.*"
|
||||||
|
</Match>
|
||||||
|
Target "stop"
|
||||||
|
</Rule>
|
||||||
Target "return"
|
Target "return"
|
||||||
</Chain>
|
</Chain>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user