From 782db09bd45cd45aaebd1fdfd807534907efdace Mon Sep 17 00:00:00 2001 From: Jellyfrog Date: Thu, 8 Oct 2020 12:55:06 +0200 Subject: [PATCH] Add docs for Supermicro Superdoctor (#12200) --- doc/Extensions/Supermicro.md | 20 ++++++++++++++++++++ mkdocs.yml | 1 + 2 files changed, 21 insertions(+) create mode 100644 doc/Extensions/Supermicro.md diff --git a/doc/Extensions/Supermicro.md b/doc/Extensions/Supermicro.md new file mode 100644 index 0000000000..ff24926d20 --- /dev/null +++ b/doc/Extensions/Supermicro.md @@ -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 +``` \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 17aad70347..d3c4353c39 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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