Files
librenms-librenms/doc/Extensions/Supermicro.md
Jellyfrog 8f474dd4d4 Rework documentation (#13709)
* Rework documentation

* Slightly adjust theme

* wip

* fixes

* Remove unneeded header

* Re-added Acknowledgement.md file

* Added Acknowledgement.md to mkdocs.yml

Co-authored-by: Neil Lathwood <gh+n@laf.io>
2022-02-08 23:02:28 +00:00

19 lines
405 B
Markdown

# Supermicro
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
```