Files
librenms-librenms/tests/data/vrp.json
PipoCanaja 8e80121c33 Add group to sensor 1st discovery + template syntax {{ $xxx }} (#9667)
* add group to sensor initial discovery and use dynamic_discovery_get_value template syntax on them

* spaces

* switching to YamlDiscovery::replaceValues

* testdata from ibmc

* testdata from nxos

* testdata from omnitron-iconverter

* testdata from vrp

* adapt discovery_schema to accept variables

* remove pattern

* Update discovery_schema.json
2019-01-15 20:56:30 -06:00

47 lines
1.6 KiB
JSON

{
"processors": {
"discovery": {
"processors": []
},
"poller": "matches discovery"
},
"os": {
"discovery": {
"devices": [
{
"sysName": "",
"sysObjectID": ".1.3.6.1.4.1.2011.2.224.1",
"sysDescr": "Huawei AR1220 Huawei Versatile Routing Platform Software VRP (R) software,Version 5.120 (AR1220 V200R003C01SPC900) Copyright (C) 2011-2013 Huawei Technologies Co., Ltd",
"sysContact": null,
"version": null,
"hardware": null,
"features": null,
"os": "vrp",
"type": "network",
"serial": null,
"icon": "huawei.svg",
"location": null
}
]
},
"poller": {
"devices": [
{
"sysName": "",
"sysObjectID": ".1.3.6.1.4.1.2011.2.224.1",
"sysDescr": "Huawei AR1220 Huawei Versatile Routing Platform Software VRP (R) software,Version 5.120 (AR1220 V200R003C01SPC900) Copyright (C) 2011-2013 Huawei Technologies Co., Ltd",
"sysContact": null,
"version": "5.120 (V200R003C01SPC900)",
"hardware": "Huawei AR1220",
"features": null,
"os": "vrp",
"type": "network",
"serial": null,
"icon": "huawei.svg",
"location": null
}
]
}
}
}