Hi
We have some HP DL360 servers that are detected in LibreNMS with OS of Windows Server.
However the ‘Hardware’ section shows: Intel x64.
When running a ./discovery.php against the host I get the following (snapshot of relevant items hopefully:
Modules status: Global+
OS
Device
Load disco module processors
No YAML Discovery data.
Host Resources: SNMP[’/usr/bin/snmpbulkwalk’ ‘-v2c’ ‘-c’ ‘COMMUNITY’ ‘-OQUs’ ‘-m’ ‘HOST-RESOURCES-MIB’ ‘-M’ ‘/opt/librenms/mibs:/opt/librenms/mibs/dell’ ‘-t’ ‘10’ ‘udp:HOSTNAME:161’ ‘hrProcessorLoad’]
hrProcessorLoad.3 = 0
SNMP Check response code: 0
Modules status: Global+
OS
Device
Load disco module core
SNMP[’/usr/bin/snmpget’ ‘-v2c’ ‘-c’ ‘COMMUNITY’ ‘-OUQn’ ‘-m’ ‘SNMPv2-MIB’ ‘-M’ ‘/opt/librenms/mibs:/opt/librenms/mibs/dell’ ‘-t’ ‘10’ ‘udp:HOSTNAME:161’ ‘sysName.0’ ‘sysObjectID.0’ ‘sysDescr.0’]
...0 = [Hostname]
...0 = ..4.1.3.1.3
...0 = Hardware: Intel64 Family 6 Model 79 Stepping 1 AT/AT COMPATIBLE - Software: Windows Version 6.3 (Build 14393 Multiprocessor Free)
| Hardware: Intel64 Family 6 Model 79 Stepping 1 AT/AT COMPATIBLE - Software: Windows Version 6.3 (Build 14393 Multiprocessor Free) | .1.3.6.1.4.1.311.1.1.3.1.3 |
Attempting to initialize OS: windows
OS initialized: LibreNMS\OS\Windows
OS: Microsoft Windows (windows)
SNMP[’/usr/bin/snmpbulkwalk’ ‘-v2c’ ‘-c’ ‘COMMUNITY’ ‘-OQUs’ ‘-m’ ‘HOST-RESOURCES-MIB’ ‘-M’ ‘/opt/librenms/mibs:/opt/librenms/mibs/dell’ ‘-t’ ‘10’ ‘udp:HOSTNAME:161’ ‘hrDeviceDescr’]
hrDeviceDescr.1 = Microsoft XPS Document Writer v4
hrDeviceDescr.2 = Microsoft Print To PDF
hrDeviceDescr.3 = Unknown Processor Type
hrDeviceDescr.4 = Unknown Processor Type
hrDeviceDescr.5 = Unknown Processor Type
hrDeviceDescr.6 = Unknown Processor Type
An example processor from the list:-
Discovered LibreNMS\Device\Processor Array
(
[processor_id] =>
[entPhysicalIndex] => 0
[hrDeviceIndex] => 3
[device_id] => 100
[processor_oid] => .1.3.6.1.2.1.25.3.3.1.2.3
[processor_index] => 3
[processor_type] => hr
[processor_usage] => 0
[processor_descr] => Processor
[processor_precision] => 1
[processor_perc_warn] => 75
The output of ./validate.php
====================================
Component | Version |
---|---|
LibreNMS | 21.1.0-24-g5380f996f |
DB Schema | 2021_02_08_224355_fix_invalid_dates (199) |
PHP | 7.4.3 |
Python | 3.8.5 |
MySQL | 10.3.25-MariaDB-0ubuntu0.20.04.1 |
RRDTool | 1.7.2 |
SNMP | NET-SNMP 5.8 |
====================================
[OK] Composer Version: 2.0.9
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
Can anyone suggest how to resolve the discovery of these servers hardware types?
Thanks in advance.