Skip to content

Commit

Permalink
Add docs for Supermicro Superdoctor (librenms#12200)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jellyfrog authored Oct 8, 2020
1 parent 1e4702f commit 782db09
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions doc/Extensions/Supermicro.md
Original file line number Diff line number Diff line change
@@ -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
```
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 782db09

Please sign in to comment.