Files
librenms-librenms/doc/Extensions/Dell-OpenManage.md
dlehman83 9f591c0aa2 Update Documentation (#12411)
* Update Documentation

Most work in Graylog and SNMP
Fixed many code tags, spelling and wording.
Added SNMP PowerShell example.

* Update SNMP-Configuration-Examples.md

Fix TOC brackets
2020-12-30 15:38:14 +01:00

42 lines
1.1 KiB
Markdown

source: Extensions/Dell-OpenManage.md
path: blob/master/doc/
# Dell OpenManage Support
For Dell OpenManage support you will need to install Dell OpenManage
(yeah - really :)) (minimum 5.1) onto the device you want to
monitor. Ensure that net-snmp is using srvadmin, you should see
something similar to:
```bash
master agentx
view all included .1
access notConfigGroup "" any noauth exact all none none
smuxpeer .1.3.6.1.4.1.674.10892.1
```
Restart net-snmp:
```bash
service snmpd restart
```
Ensure that srvadmin is started, this is usually done by executing:
```bash
/opt/dell/srvadmin/sbin/srvadmin-services.sh start
```
Once this has been done, add the device to LibreNMS as normal and you
will start to receive Temperatures and Fan speed data.
# Windows
Download OpenManage from Dell's support page
[Link](http://www.dell.com/support/contents/us/en/04/article/product-support/self-support-knowledgebase/enterprise-resource-center/systemsmanagement/OMSA)
and install OpenManage on your windows server. Make sure you have [SNMP](/Support/SNMP-Configuration-Examples/#windows-server-2012-r2-and-newer)
setup and running on your windows server.