make platform available in disco output (#3641)
This commit is contained in:
parent
dac4997893
commit
366a222b3d
|
@ -83,6 +83,7 @@ sub manage_selection {
|
|||
$device{siteName} = $host->{siteName};
|
||||
$device{vendor} = $host->{vendor};
|
||||
$device{family} = $host->{family};
|
||||
$device{platform} = $host->{platform};
|
||||
$device{snmp_community} = undef;
|
||||
push @disco_data, \%device;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue