Add docs for Supermicro Superdoctor (#12200)

This commit is contained in:
Jellyfrog
2020-10-08 12:55:06 +02:00
committed by GitHub
parent 1e4702fa4f
commit 782db09bd4
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,20 @@
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
```

View File

@ -70,6 +70,7 @@ nav:
- Network Map: Extensions/Network-Map.md
- Syslog: Extensions/Syslog.md
- Dashboards: Extensions/Dashboards.md
- Supermicro: Extensions/Supermicro.md
- 5. Advanced Setup:
- 1 Minute Polling: Support/1-Minute-Polling.md
- Fast Ping Checking: Extensions/Fast-Ping-Check.md