mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-23 13:45:18 +02:00
+ fix hyperv plugin scvmmvmstatus mode
This commit is contained in:
parent
e578871955
commit
b8470a3989
@ -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