From 0fcd3eb670bee1b0db3310224dc15de14138079d Mon Sep 17 00:00:00 2001 From: Colin Gagnaire Date: Thu, 13 Aug 2020 16:50:42 +0200 Subject: [PATCH] fix(iplabel/newtest): change ipaddress to ip for consistency in discovery --- .../apps/monitoring/iplabel/newtest/restapi/mode/discovery.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centreon-plugins/apps/monitoring/iplabel/newtest/restapi/mode/discovery.pm b/centreon-plugins/apps/monitoring/iplabel/newtest/restapi/mode/discovery.pm index 7bb504941..c0c3adfaa 100644 --- a/centreon-plugins/apps/monitoring/iplabel/newtest/restapi/mode/discovery.pm +++ b/centreon-plugins/apps/monitoring/iplabel/newtest/restapi/mode/discovery.pm @@ -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 => [] };