Merge pull request #2155 from centreon/enh-iplabel-discovery
fix(iplabel/newtest): change ipaddress to ip for consistency in discovery
This commit is contained in:
commit
b00edc4b4b
|
@ -68,7 +68,7 @@ sub discovery_robots {
|
|||
company => $robot->{Company}->{Name},
|
||||
location => $robot->{Location}->{Name},
|
||||
version => $robot->{Version},
|
||||
ipaddress => $robot->{IPAddress},
|
||||
ip => $robot->{IPAddress},
|
||||
scenarios => []
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue