mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-25 22:55:15 +02:00
adding missing var for device loginip in disco output (#3572)
This commit is contained in:
parent
79ebd94c65
commit
04aff7a8aa
@ -79,6 +79,7 @@ sub manage_selection {
|
|||||||
$disco_data->{$device->{id}} = {
|
$disco_data->{$device->{id}} = {
|
||||||
id => $device->{id},
|
id => $device->{id},
|
||||||
hostname => $device->{hostname},
|
hostname => $device->{hostname},
|
||||||
|
loginIp => $device->{loginIp},
|
||||||
siteName => $device->{siteName},
|
siteName => $device->{siteName},
|
||||||
vendor => $device->{vendor},
|
vendor => $device->{vendor},
|
||||||
family => $device->{family},
|
family => $device->{family},
|
||||||
@ -155,4 +156,4 @@ IP Fabric devices discovery.
|
|||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
Loading…
x
Reference in New Issue
Block a user