mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-30 17:15:11 +02:00
fix iis rest api
This commit is contained in:
parent
f262ac84ec
commit
695b637572
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user