From a581b3d756886b74ac242381c36bebbe9320ddce Mon Sep 17 00:00:00 2001 From: qgarnier Date: Tue, 8 Aug 2017 14:20:15 +0200 Subject: [PATCH] enhance ipsla output --- .../centreon/common/cisco/standard/snmp/mode/ipsla.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/centreon-plugins/centreon/common/cisco/standard/snmp/mode/ipsla.pm b/centreon-plugins/centreon/common/cisco/standard/snmp/mode/ipsla.pm index acdf53d5f..462bc97ee 100644 --- a/centreon-plugins/centreon/common/cisco/standard/snmp/mode/ipsla.pm +++ b/centreon-plugins/centreon/common/cisco/standard/snmp/mode/ipsla.pm @@ -32,7 +32,7 @@ sub set_counters { $self->{maps_counters_type} = [ { name => 'tag', type => 1, cb_prefix_output => 'prefix_tag_output', message_multiple => 'All RTT controls are ok', - skipped_code => { -2 => 1 } } + skipped_code => { -2 => 1, -3 => 1, -10 => 1 } } ]; $self->{maps_counters}->{tag} = [ { label => 'status', threshold => 0, set => { @@ -955,4 +955,4 @@ Can be: 'CompletionTime', 'NumberOverThresholds', 'AverageDelaySD', 'AverageDela =back =cut - \ No newline at end of file +