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