added troub

This commit is contained in:
2025-02-07 20:31:56 -05:00
parent 7b70f4a980
commit 112838d33a
5 changed files with 81 additions and 15 deletions

View File

@ -3,12 +3,14 @@
{
"name": "UniFi Dream Machine Pro",
"ip": "192.168.1.1",
"type": "router"
"type": "router",
"connection_type": "copper"
},
{
"name": "UniFi Switch 24 PoE",
"ip": "192.168.1.2",
"type": "switch"
"type": "switch",
"connection_type": "fiber"
},
{
"name": "AP Living Room",
@ -21,5 +23,10 @@
"type": "access_point"
}
],
"check_interval": 30
"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"]
}
}