From 1197b0d99cf1c0babb5ff17306f606a2fb77e685 Mon Sep 17 00:00:00 2001 From: Thibault S <48209914+thibaults-centreon@users.noreply.github.com> Date: Mon, 17 Aug 2020 10:19:46 +0200 Subject: [PATCH] fix(plugin): Memory mode typo --- centreon-plugins/hardware/devices/polycom/hdx/snmp/plugin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centreon-plugins/hardware/devices/polycom/hdx/snmp/plugin.pm b/centreon-plugins/hardware/devices/polycom/hdx/snmp/plugin.pm index edd614704..11c44b068 100644 --- a/centreon-plugins/hardware/devices/polycom/hdx/snmp/plugin.pm +++ b/centreon-plugins/hardware/devices/polycom/hdx/snmp/plugin.pm @@ -34,7 +34,7 @@ sub new { 'cpu-detailed' => 'snmp_standard::mode::cpudetailed', 'interfaces' => 'snmp_standard::mode::interfaces', 'load' => 'snmp_standard::mode::loadaverage', - 'memory ' => 'snmp_standard::mode::memory', + 'memory' => 'snmp_standard::mode::memory', 'uptime' => 'snmp_standard::mode::uptime', 'viewstation-stats' => 'hardware::devices::polycom::hdx::snmp::mode::viewstationstats' );