mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 08:04:36 +02:00
Fix #2404
This commit is contained in:
parent
afc4af0d9d
commit
03a3cd44fa
@ -84,6 +84,8 @@ sub manage_selection {
|
||||
nothing_quit => 1
|
||||
);
|
||||
$self->{global} = $options{snmp}->map_instance(mapping => $mapping, results => $snmp_result, instance => 0);
|
||||
$self->{global}->{firmware_version} = 'n/a' if (!defined($self->{global}->{firmware_version}));
|
||||
$self->{global}->{firmware_version_update} = 'n/a' if (!defined($self->{global}->{firmware_version_update}));
|
||||
}
|
||||
|
||||
1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user