We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d91cee commit 3de8a77Copy full SHA for 3de8a77
lib/GLPI/Agent/SNMP/MibSupport/Telco.pm
@@ -67,8 +67,8 @@ sub run {
67
unless (empty($sysHwRevision)) {
68
my $model = $device->{MODEL} ? $device->{MODEL}." " : "";
69
my $sysHardware = {
70
- NAME => ($device->{MODEL} ? $device->{MODEL}." " : "")."hardware",
71
- DESCRIPTION => "hardware revision",
+ NAME => $model."hardware",
+ DESCRIPTION => $model."hardware revision",
72
TYPE => "device",
73
VERSION => $sysHwRevision,
74
MANUFACTURER => "Telco Systems"
0 commit comments