librenms/tests/data/nxos.json
Torch 2529334df2
Device: updated Nexus (nxos) os information and test data (#12779)
* added nexus discovery and test data

* Delete nxos.inc.php

* Update nxos.json

* Update nxos_n3k-3064pq.json

* remove application

Co-authored-by: Tony Murray <murraytony@gmail.com>
2021-04-23 00:00:17 -05:00

51 lines
1.9 KiB
JSON

{
"mempools": {
"discovery": {
"mempools": [
{
"mempool_index": "1",
"entPhysicalIndex": null,
"mempool_type": "cpm",
"mempool_class": "system",
"mempool_precision": 1024,
"mempool_descr": "Processor 1 Memory",
"mempool_perc": 27,
"mempool_perc_oid": null,
"mempool_used": 4416114688,
"mempool_used_oid": ".1.3.6.1.4.1.9.9.109.1.1.1.1.12.1",
"mempool_free": 11978264576,
"mempool_free_oid": ".1.3.6.1.4.1.9.9.109.1.1.1.1.13.1",
"mempool_total": 16394379264,
"mempool_total_oid": null,
"mempool_largestfree": null,
"mempool_lowestfree": null,
"mempool_deleted": 0,
"mempool_perc_warn": 90
}
]
},
"poller": "matches discovery"
},
"os": {
"discovery": {
"devices": [
{
"sysName": "",
"sysObjectID": ".1.3.6.1.4.1.9.12.3.1.3.1008",
"sysDescr": "Cisco NX-OS(tm) n5000, Software (n5000-uk9), Version 7.0(8)N1(1), RELEASE SOFTWARE Copyright (c) 2002-2012 by Cisco Systems, Inc. Device Manager Version 6.0(2)N1(1), Compiled 2/20/2016 21:00:00",
"sysContact": null,
"version": null,
"hardware": null,
"features": null,
"os": "nxos",
"type": "network",
"serial": null,
"icon": "cisco.svg",
"location": null
}
]
},
"poller": "matches discovery"
}
}