librenms/tests/data/nxos_n9000-9.3.9.json
Peter Reinhold a5fec082e7
Updated SLA poller for Cisco Nexus 9000 (#15855)
* Handled rttMonLatestJitterOperPacketOutOfSequence and rttMonLatestJitterOperPacketMIA not being present on Cisco Nexus9000 routers by defaulting to null value when not found.

Non-existance of OIDs confirmed here: https://cisco.github.io/cisco-mibs/supportlists/nexus9000/Nexus9000MIBSupportList.html

* Added snmp test data

* Removed superfluous comments

* Fixed sla number in test data

* Removed spacing

* Removed ?
2024-02-27 12:46:28 +01:00

20 lines
444 B
JSON

{
"slas": {
"discovery": {
"slas": [
{
"sla_nr": 101,
"owner": "",
"tag": "SLA1",
"rtt_type": "jitter",
"rtt": 1,
"status": 1,
"opstatus": 0,
"deleted": 0
}
]
},
"poller": "matches discovery"
}
}