mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-30 00:55:18 +02:00
Fix new mode
This commit is contained in:
parent
a10693df4d
commit
fad21e12b6
@ -102,6 +102,7 @@ sub run {
|
|||||||
hostname => $entity_view->{name},
|
hostname => $entity_view->{name},
|
||||||
state => $entity_view->{'runtime.connectionState'}->val,
|
state => $entity_view->{'runtime.connectionState'}->val,
|
||||||
status => $self->{disconnect_status},
|
status => $self->{disconnect_status},
|
||||||
|
nocheck_ps => 1,
|
||||||
multiple => $multiple) == 0);
|
multiple => $multiple) == 0);
|
||||||
|
|
||||||
my $status_vm = $entity_view->{'summary.overallStatus'}->val;
|
my $status_vm = $entity_view->{'summary.overallStatus'}->val;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user