Change Dell iDrac from Server to Appliance (#8642)

* Change HPE iLO from Appliance to Server

* reverted ilo to appliance, set idrac to appliance

* Added OS test data
This commit is contained in:
theherodied
2018-05-08 00:28:21 -04:00
committed by Tony Murray
parent 622b1d09e5
commit d204a1beca
2 changed files with 39 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
os: drac
text: 'Dell DRAC'
icon: dell
type: server
type: appliance
mib_dir:
- dell
discovery:

View File

@@ -2066,5 +2066,43 @@
]
},
"poller": "matches discovery"
},
"os": {
"discovery": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.674.10892.5",
"sysDescr": "Dell Out-of-band SNMP Agent for Remote Access Controller",
"sysContact": null,
"version": null,
"hardware": "",
"features": null,
"location": null,
"os": "drac",
"type": "appliance",
"serial": null,
"icon": "dell.svg"
}
]
},
"poller": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.674.10892.5",
"sysDescr": "Dell Out-of-band SNMP Agent for Remote Access Controller",
"sysContact": "<private>",
"version": null,
"hardware": "",
"features": null,
"location": "<private>",
"os": "drac",
"type": "appliance",
"serial": null,
"icon": "dell.svg"
}
]
}
}
}