2020-10-08 12:55:06 +02:00
|
|
|
source: Extensions/Supermicro.md
|
|
|
|
path: blob/master/doc/
|
|
|
|
|
2021-07-10 03:34:01 +08:00
|
|
|
# Supermicro
|
|
|
|
|
2020-10-08 12:55:06 +02:00
|
|
|
For some Supermicro information to show up in LibreNMS, you will need to install an agent.
|
|
|
|
|
2021-07-10 03:34:01 +08:00
|
|
|
## Supermicro SuperDoctor
|
2020-10-08 12:55:06 +02:00
|
|
|
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
|
2021-07-10 03:34:01 +08:00
|
|
|
```
|