mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-08 17:06:05 +02:00
parent
942bed570d
commit
374e4faccf
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user