mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-23 21:55:16 +02:00
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…
x
Reference in New Issue
Block a user