mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-30 16:14:21 +02:00
More Dell iDrac Additions
- Basic DRAC5 && iDRAC6 recognition - State sensor support based on earlier work from @laf
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
|
||||
if (!$os) {
|
||||
|
||||
if (strstr($sysDescr, "Dell Out-of-band SNMP Agent for Remote Access Controller") || strstr($sysObjectId, "1.3.6.1.4.1.674.10892.5")) {
|
||||
#DRAC5, iDRAC6 - 1.3.6.1.4.1.674.10892.2
|
||||
#iDRAC7, iDRAC8 - 1.3.6.1.4.1.674.10892.5
|
||||
if (strstr($sysDescr, "Dell Out-of-band SNMP Agent for Remote Access Controller") || strstr($sysObjectId, "1.3.6.1.4.1.674.10892.2") || strstr($sysObjectId, "1.3.6.1.4.1.674.10892.5")) {
|
||||
$os = "drac";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user