mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 23:54:18 +02:00
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{siteName} = $host->{siteName};
|
||||||
$device{vendor} = $host->{vendor};
|
$device{vendor} = $host->{vendor};
|
||||||
$device{family} = $host->{family};
|
$device{family} = $host->{family};
|
||||||
|
$device{platform} = $host->{platform};
|
||||||
$device{snmp_community} = undef;
|
$device{snmp_community} = undef;
|
||||||
push @disco_data, \%device;
|
push @disco_data, \%device;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user