make platform available in disco output (#3641)

This commit is contained in:
lchrdn 2022-05-05 15:24:35 +02:00 committed by GitHub
parent dac4997893
commit 366a222b3d
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}