mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
fix iis rest api
This commit is contained in:
parent
7d3a8728f7
commit
0d48daae49
@ -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