mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-26 23:24:27 +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},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user