mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
20 lines
461 B
Markdown
20 lines
461 B
Markdown
source: Extensions/Supermicro.md
|
|
path: blob/master/doc/
|
|
|
|
# Introduction
|
|
For some Supermicro information to show up in LibreNMS, you will need to install an agent.
|
|
|
|
# Supermicro SuperDoctor
|
|
Install Supermicro SuperDoctor onto the device you want to monitor.
|
|
|
|
Then add the following to /etc/snmp/snmpd.conf:
|
|
|
|
```bash
|
|
pass .1.3.6.1.4.1.10876 /usr/bin/sudo /opt/Supermicro/SuperDoctor5/libs/native/snmpagent
|
|
```
|
|
|
|
Restart net-snmp:
|
|
|
|
```bash
|
|
service snmpd restart
|
|
``` |