mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -1,7 +1,7 @@
|
||||
os: drac
|
||||
text: 'Dell DRAC'
|
||||
icon: dell
|
||||
type: server
|
||||
type: appliance
|
||||
mib_dir:
|
||||
- dell
|
||||
discovery:
|
||||
|
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user