Intel server board not being detected correctly

Hi All,

I’ve got an old Acer Altos R380 running an Intel S2600WTTR motherboard that I need to monitor. I’ve installed the SNMP subsystem from the Intel website, but Librenms is just detecting it as generic Windows NT server.

I’ve tried creating a new “OS” yaml file, and copied the “basebrd7_v5.mib” into /opt/librenms/mibs/intel

Still just gets detected as a generic NT server so I don’t get info like temp graphs, fan speed, Disk health etc.

intel.yaml example:

==============================================================================

os: intel

type: server

text: ‘Acer Altos Server’

ifname: true

processor_stacked: true

bad_hrSystemUptime: true

mib_dir: intel

over:

  • { graph: device_processor, text: ‘Processor Usage’ }

  • { graph: device_mempool, text: ‘Memory Usage’ }

  • { graph: device_storage, text: ‘Storage Usage’ }

discovery:

  • sysObjectID: .1.3.6.1.4.1.343.2.10.3.5

=============================================================================

It is working as intended, the OS is Windows.
If you need more sensors, you can read about adding support for them here https://docs.librenms.org/Developing/os/Health-Information/

This topic was automatically closed 186 days after the last reply. New replies are no longer allowed.