Add space between manufacturer and hardware (#12233)

`SupermicroX9SRL-F` => `Supermicro X9SRL-F`
This commit is contained in:
Jellyfrog
2020-10-20 13:27:48 +02:00
committed by GitHub
parent a0f91de9b2
commit 6416de5bd3
+1 -1
View File
@@ -99,7 +99,7 @@ class Unix extends \LibreNMS\OS
// NET-SNMP-EXTEND-MIB::nsExtendOutput1Line.\"manufacturer\"
$manufacturer = snmp_get($this->getDeviceArray(), '.1.3.6.1.4.1.8072.1.3.2.3.1.1.12.109.97.110.117.102.97.99.116.117.114.101.114', '-Oqv', 'NET-SNMP-EXTEND-MIB');
if ($manufacturer) {
$hardware = Str::start($hardware, $manufacturer);
$hardware = Str::start($hardware, $manufacturer . ' ');
}
$version_extend = snmp_get_multi_oid($this->getDeviceArray(), [