mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-23 13:45:18 +02:00
enh windows snmp swap, physical memory name (#1073)
This commit is contained in:
parent
d50c30a6f0
commit
9e34038a48
@ -72,7 +72,7 @@ sub run {
|
||||
if ($result->{$key} =~ /^Virtual memory$/i) {
|
||||
$self->{swap_memory_id} = $oid;
|
||||
}
|
||||
if ($result->{$key} =~ /^Physical memory$/i) {
|
||||
if ($result->{$key} =~ /^Physical (memory|RAM)$/i) {
|
||||
$self->{physical_memory_id} = $oid;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user