From 70563b46b90713900841a62db8313cecd64ae798 Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Tue, 4 Aug 2020 15:09:43 +0200 Subject: [PATCH] Fix #2132 --- .../apps/iis/local/mode/webservicestatistics.pm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/centreon-plugins/apps/iis/local/mode/webservicestatistics.pm b/centreon-plugins/apps/iis/local/mode/webservicestatistics.pm index faacdbda2..e19eb1ef9 100644 --- a/centreon-plugins/apps/iis/local/mode/webservicestatistics.pm +++ b/centreon-plugins/apps/iis/local/mode/webservicestatistics.pm @@ -57,14 +57,6 @@ sub set_counters { ] } }, - { label => 'connections-attempt', nlabel => 'site.connections.attempt.persecond', set => { - key_values => [ { name => 'connections_attempt', per_second => 1 } ], - output_template => 'connections attempt: %s/s', - perfdatas => [ - { template => '%d', unit => '/s', min => 0, label_extra_instance => 1 } - ] - } - }, { label => 'requests-post', nlabel => 'site.requests.post.persecond', set => { key_values => [ { name => 'requests_post', per_second => 1 } ], output_template => 'requests post: %s/s',