2025-01-04 01:42:16 -05:00
|
|
|
{
|
|
|
|
|
"devices": [
|
|
|
|
|
{
|
|
|
|
|
"name": "UniFi Dream Machine Pro",
|
|
|
|
|
"ip": "192.168.1.1",
|
2025-02-07 20:31:56 -05:00
|
|
|
"type": "router",
|
|
|
|
|
"connection_type": "copper"
|
2025-01-04 01:42:16 -05:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "UniFi Switch 24 PoE",
|
|
|
|
|
"ip": "192.168.1.2",
|
2025-02-07 20:31:56 -05:00
|
|
|
"type": "switch",
|
|
|
|
|
"connection_type": "fiber"
|
2025-01-04 01:42:16 -05:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "AP Living Room",
|
|
|
|
|
"ip": "192.168.1.10",
|
|
|
|
|
"type": "access_point"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "AP Office",
|
|
|
|
|
"ip": "192.168.1.11",
|
|
|
|
|
"type": "access_point"
|
|
|
|
|
}
|
|
|
|
|
],
|
2025-02-07 20:31:56 -05:00
|
|
|
"check_interval": 30,
|
|
|
|
|
"webhook_url": "https://your-webhook-url",
|
|
|
|
|
"troubleshooting": {
|
|
|
|
|
"fiber_tests": ["optical_power", "light_levels", "error_rate"],
|
|
|
|
|
"copper_tests": ["cable_length", "crosstalk", "signal_quality"]
|
|
|
|
|
}
|
2025-01-04 01:42:16 -05:00
|
|
|
}
|