mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +02:00
fix(vmware/connector): status-host mode - wrong default threshold (#2919)
This commit is contained in:
parent
f6f163c935
commit
c4ddf380ed
@ -54,7 +54,7 @@ sub set_counters {
|
|||||||
|
|
||||||
$self->{maps_counters}->{host} = [
|
$self->{maps_counters}->{host} = [
|
||||||
{
|
{
|
||||||
label => 'status', type => 2, unknow_default => '%{status} !~ /^connected$/i',
|
label => 'status', type => 2, unknown_default => '%{status} !~ /^connected$/i',
|
||||||
set => {
|
set => {
|
||||||
key_values => [ { name => 'state' } ],
|
key_values => [ { name => 'state' } ],
|
||||||
closure_custom_calc => $self->can('custom_status_calc'),
|
closure_custom_calc => $self->can('custom_status_calc'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user