Merge pull request #2156 from centreon/tibs_poly_hdx
fix(plugin): Polycom HDX memory mode typo
This commit is contained in:
commit
9ecd5664d1
|
@ -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'
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue