From 5b7d84708b1f402eefb6391a9ee6865710c89843 Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Mon, 18 Mar 2019 11:09:05 +0100 Subject: [PATCH] remove filter-counters option in connection f5 --- network/f5/bigip/snmp/mode/connections.pm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/network/f5/bigip/snmp/mode/connections.pm b/network/f5/bigip/snmp/mode/connections.pm index 3403f8f07..b7d28eff4 100644 --- a/network/f5/bigip/snmp/mode/connections.pm +++ b/network/f5/bigip/snmp/mode/connections.pm @@ -99,10 +99,8 @@ sub new { bless $self, $class; $self->{version} = '1.0'; - $options{options}->add_options(arguments => - { - "filter-counters:s" => { name => 'filter_counters' }, - }); + $options{options}->add_options(arguments => { + }); return $self; } @@ -166,4 +164,4 @@ Can be: 'client', 'server', 'client-ssl', 'server-ssl', 'client-ssl-tps'. =back -=cut \ No newline at end of file +=cut