diff --git a/os/windows/snmp/mode/memory.pm b/os/windows/snmp/mode/memory.pm index a758c8adf..0e0e6f5e0 100644 --- a/os/windows/snmp/mode/memory.pm +++ b/os/windows/snmp/mode/memory.pm @@ -145,7 +145,7 @@ sub manage_selection { foreach my $key (keys %$result) { next if ($key !~ /\.([0-9]+)$/); my $oid = $1; - if ($result->{$key} =~ /^Physical memory$/i) { + if ($result->{$key} =~ /^Physical (memory|RAM)$/i) { $self->{physical_memory_id} = $oid; } }