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:
pkriko 2020-08-13 18:28:57 +02:00 committed by GitHub
commit b00edc4b4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 => []
};