2016-08-24 08:12:20 +01:00
|
|
|
source: Extensions/Dell-OpenManage.md
|
2018-10-27 23:04:34 +01:00
|
|
|
path: blob/master/doc/
|
2017-10-23 15:59:31 -05:00
|
|
|
|
|
|
|
# Dell OpenManage Support
|
2015-05-18 22:23:27 +01:00
|
|
|
|
2019-09-09 05:48:35 -05:00
|
|
|
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:
|
2015-05-18 22:23:27 +01:00
|
|
|
|
|
|
|
```bash
|
2015-05-21 22:20:42 +01:00
|
|
|
master agentx
|
2015-05-18 22:23:27 +01:00
|
|
|
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
|
|
|
|
```
|
|
|
|
|
2019-09-09 05:48:35 -05:00
|
|
|
Once this has been done, add the device to LibreNMS as normal and you
|
2020-12-30 09:38:14 -05:00
|
|
|
will start to receive Temperatures and Fan speed data.
|
2017-10-23 15:59:31 -05:00
|
|
|
|
2019-09-09 05:48:35 -05:00
|
|
|
# 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)
|
2020-12-30 09:38:14 -05:00
|
|
|
and install OpenManage on your windows server. Make sure you have [SNMP](/Support/SNMP-Configuration-Examples/#windows-server-2012-r2-and-newer)
|
2019-09-09 05:48:35 -05:00
|
|
|
setup and running on your windows server.
|
2017-10-23 15:59:31 -05:00
|
|
|
|
|
|
|
|
|
|
|
|