Files
gandalf/config.json
2025-02-07 20:31:56 -05:00

33 lines
727 B
JSON

{
"devices": [
{
"name": "UniFi Dream Machine Pro",
"ip": "192.168.1.1",
"type": "router",
"connection_type": "copper"
},
{
"name": "UniFi Switch 24 PoE",
"ip": "192.168.1.2",
"type": "switch",
"connection_type": "fiber"
},
{
"name": "AP Living Room",
"ip": "192.168.1.10",
"type": "access_point"
},
{
"name": "AP Office",
"ip": "192.168.1.11",
"type": "access_point"
}
],
"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"]
}
}