Files
librenms-librenms/tests/data/rubrik.json
mtentilucci 698b9ee48c Add Rubrik Discovery (#14951)
- Add basic discovery
- Add Rubrik .svg icon and logo
- Add test data
2023-04-07 13:01:30 -05:00

24 lines
778 B
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": null,
"sysObjectID": ".1.3.6.1.4.1.8072.3.2.10",
"sysDescr": "Linux ABCD111SA222222 4.15.0-72-rubrik6-generic #81 SMP Tue Apr 19 21:09:34 UTC 2022 x86_64",
"sysContact": null,
"version": "4.15.0-72-rubrik6-generic",
"hardware": "Generic x86 64-bit",
"features": null,
"location": null,
"os": "rubrik",
"type": "storage",
"serial": null,
"icon": "rubrik.svg"
}
]
},
"poller": "matches discovery"
}
}