mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
25 lines
701 B
Markdown
25 lines
701 B
Markdown
|
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
|
||
|
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 Fanspeed data.
|