mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 16:14:21 +02:00
add vm uuid in discovery
This commit is contained in:
parent
649b949d6c
commit
b462b5e9fc
@ -124,6 +124,7 @@ sub run {
|
||||
|
||||
$vm{type} = "vm";
|
||||
$vm{name} = $vm->{'config.name'};
|
||||
$vm{uuid} = $vm->{'config.uuid'};
|
||||
$vm{annotation} = $vm->{'config.annotation'};
|
||||
$vm{os} = $vm->{'config.guestId'};
|
||||
$vm{hardware} = $vm->{'config.version'};
|
||||
|
Loading…
x
Reference in New Issue
Block a user