Skip to content

Commit

Permalink
Re-generate our json test-dumps
Browse files Browse the repository at this point in the history
  • Loading branch information
Jellyfrog committed Apr 20, 2020
1 parent cffa4f8 commit c916700
Show file tree
Hide file tree
Showing 278 changed files with 53,244 additions and 44,204 deletions.
48 changes: 43 additions & 5 deletions tests/data/3com.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,56 @@
"discovery": {
"processors": [
{
"entPhysicalIndex": "0",
"hrDeviceIndex": "0",
"entPhysicalIndex": 0,
"hrDeviceIndex": 0,
"processor_oid": ".1.3.6.1.4.1.43.45.1.6.1.1.1.3.65536",
"processor_index": "0",
"processor_type": "3com",
"processor_usage": "42",
"processor_usage": 42,
"processor_descr": "Processor",
"processor_precision": "1",
"processor_perc_warn": "75"
"processor_precision": 1,
"processor_perc_warn": 75
}
]
},
"poller": "matches discovery"
},
"os": {
"discovery": {
"devices": [
{
"sysName": "",
"sysObjectID": ".1.3.6.1.4.1.43.10.27.4.1.2.11",
"sysDescr": "3Com SuperStack 3",
"sysContact": null,
"version": null,
"hardware": null,
"features": null,
"os": "3com",
"type": "network",
"serial": null,
"icon": "3com.png",
"location": null
}
]
},
"poller": {
"devices": [
{
"sysName": "",
"sysObjectID": ".1.3.6.1.4.1.43.10.27.4.1.2.11",
"sysDescr": "3Com SuperStack 3",
"sysContact": null,
"version": null,
"hardware": "SuperStack 3 ",
"features": null,
"os": "3com",
"type": "network",
"serial": null,
"icon": "3com.png",
"location": null
}
]
}
}
}
Loading

0 comments on commit c916700

Please sign in to comment.