mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-07 20:35:27 +02:00
+ fix hyperv plugin scvmmvmstatus mode
This commit is contained in:
parent
08ad4a8d47
commit
05d8c70293
@ -188,7 +188,8 @@ sub manage_selection {
|
||||
}
|
||||
}
|
||||
|
||||
$self->{vm}->{$id} = { display => $values{vm}, vm => $values{vm}, status => $values{status}, hostgroup => $values{hostgroup} };
|
||||
$self->{vm}->{$id} = { display => $values{vm}, vm => $values{vm}, status => $values{status}, hostgroup => $values{hostgroup} }
|
||||
if ($filtered == 0);
|
||||
$id++;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user