librenms/tests/data/xerox.json
Jellyfrog e00eba327d
Re-implement Printer as a class based module (#12605)
* Re-implement Printer as a class based module

* Rename toner table

* wip

* wip

* Rename to printersupplies

* Fixes

* Rename

* wip

* wip
2021-03-27 10:09:14 -05:00

139 lines
5.9 KiB
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.253.8.62.1.35.2.3.1.1",
"sysDescr": "Xerox AltaLink C8045; SS 100.002.057.09608, NC 100.002.09608, UI 100.002.09608, ME 063.022.000, CC 100.002.09608, DF 007.019.000, FI ------, FA 003.012.013, CCOS 100.007.09608, NCOS 100.007.09608, SC 013.014.002, SU 100.002.09608",
"sysContact": "<private>",
"version": null,
"hardware": "AltaLink C8045",
"features": null,
"os": "xerox",
"type": "printer",
"serial": null,
"icon": "xerox.svg",
"location": "<private>"
}
]
},
"poller": "matches discovery"
},
"printer-supplies": {
"discovery": {
"printer_supplies": [
{
"supply_index": 1,
"supply_type": "markerSupply",
"supply_oid": ".1.3.6.1.2.1.43.11.1.1.9.1.1",
"supply_descr": "Black Toner",
"supply_capacity": 5300,
"supply_current": 20,
"supply_capacity_oid": ".1.3.6.1.2.1.43.11.1.1.8.1.1"
},
{
"supply_index": 10,
"supply_type": "markerSupply",
"supply_oid": ".1.3.6.1.2.1.43.11.1.1.9.1.10",
"supply_descr": "Waste Toner Container",
"supply_capacity": 100,
"supply_current": 5,
"supply_capacity_oid": ".1.3.6.1.2.1.43.11.1.1.8.1.10"
},
{
"supply_index": 11,
"supply_type": "markerSupply",
"supply_oid": ".1.3.6.1.2.1.43.11.1.1.9.1.11",
"supply_descr": "Transfer Belt Cleaner",
"supply_capacity": 100,
"supply_current": 65,
"supply_capacity_oid": ".1.3.6.1.2.1.43.11.1.1.8.1.11"
},
{
"supply_index": 12,
"supply_type": "markerSupply",
"supply_oid": ".1.3.6.1.2.1.43.11.1.1.9.1.12",
"supply_descr": "Second Bias Transfer Roll",
"supply_capacity": 100,
"supply_current": 86,
"supply_capacity_oid": ".1.3.6.1.2.1.43.11.1.1.8.1.12"
},
{
"supply_index": 2,
"supply_type": "markerSupply",
"supply_oid": ".1.3.6.1.2.1.43.11.1.1.9.1.2",
"supply_descr": "Cyan Toner",
"supply_capacity": 3000,
"supply_current": 66,
"supply_capacity_oid": ".1.3.6.1.2.1.43.11.1.1.8.1.2"
},
{
"supply_index": 3,
"supply_type": "markerSupply",
"supply_oid": ".1.3.6.1.2.1.43.11.1.1.9.1.3",
"supply_descr": "Magenta Toner",
"supply_capacity": 3000,
"supply_current": 72,
"supply_capacity_oid": ".1.3.6.1.2.1.43.11.1.1.8.1.3"
},
{
"supply_index": 4,
"supply_type": "markerSupply",
"supply_oid": ".1.3.6.1.2.1.43.11.1.1.9.1.4",
"supply_descr": "Yellow Toner",
"supply_capacity": 3050,
"supply_current": 60,
"supply_capacity_oid": ".1.3.6.1.2.1.43.11.1.1.8.1.4"
},
{
"supply_index": 5,
"supply_type": "markerSupply",
"supply_oid": ".1.3.6.1.2.1.43.11.1.1.9.1.5",
"supply_descr": "Drum Cartridge (R1)",
"supply_capacity": 100,
"supply_current": 50,
"supply_capacity_oid": ".1.3.6.1.2.1.43.11.1.1.8.1.5"
},
{
"supply_index": 6,
"supply_type": "markerSupply",
"supply_oid": ".1.3.6.1.2.1.43.11.1.1.9.1.6",
"supply_descr": "Drum Cartridge (R2)",
"supply_capacity": 100,
"supply_current": 92,
"supply_capacity_oid": ".1.3.6.1.2.1.43.11.1.1.8.1.6"
},
{
"supply_index": 7,
"supply_type": "markerSupply",
"supply_oid": ".1.3.6.1.2.1.43.11.1.1.9.1.7",
"supply_descr": "Drum Cartridge (R3)",
"supply_capacity": 100,
"supply_current": 93,
"supply_capacity_oid": ".1.3.6.1.2.1.43.11.1.1.8.1.7"
},
{
"supply_index": 8,
"supply_type": "markerSupply",
"supply_oid": ".1.3.6.1.2.1.43.11.1.1.9.1.8",
"supply_descr": "Drum Cartridge (R4)",
"supply_capacity": 100,
"supply_current": 93,
"supply_capacity_oid": ".1.3.6.1.2.1.43.11.1.1.8.1.8"
},
{
"supply_index": 9,
"supply_type": "markerSupply",
"supply_oid": ".1.3.6.1.2.1.43.11.1.1.9.1.9",
"supply_descr": "Fuser",
"supply_capacity": 100,
"supply_current": 90,
"supply_capacity_oid": ".1.3.6.1.2.1.43.11.1.1.8.1.9"
}
]
},
"poller": "matches discovery"
}
}