From 695b637572fc4596ae125b31d86160e63754d227 Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Fri, 26 Jun 2020 10:07:10 +0200 Subject: [PATCH] fix iis rest api --- apps/iis/restapi/mode/websites.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/iis/restapi/mode/websites.pm b/apps/iis/restapi/mode/websites.pm index dbd5f71c7..4957b81e0 100644 --- a/apps/iis/restapi/mode/websites.pm +++ b/apps/iis/restapi/mode/websites.pm @@ -51,7 +51,7 @@ sub set_counters { $self->{maps_counters}->{websites} = [ { label => 'status', threshold => 0, set => { - key_values => [ { name => 'status' }, { name => 'auto_start' }, { name => 'display' } ], + key_values => [ { name => 'status' }, { name => 'display' } ], closure_custom_output => $self->can('custom_status_output'), closure_custom_perfdata => sub { return 0; }, closure_custom_threshold_check => \&catalog_status_threshold