-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathregistry.json
More file actions
29 lines (29 loc) · 1.25 KB
/
registry.json
File metadata and controls
29 lines (29 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"$schema": "https://raw.githubusercontent.com/itsDNNS/docsight-modules/main/registry.schema.json",
"modules": [
{
"id": "community.thresholds_vfkd_community",
"name": "VF Kabel Forum Thresholds",
"description": "Signal thresholds derived from the vodafonekabelforum.de community guidelines. More lenient than the official Vodafone spec profile shipped with DOCSight.",
"author": "itsDNNS",
"repo": "https://github.com/itsDNNS/docsight-modules",
"version": "1.0.0",
"min_app_version": "2026.2",
"type": "driver",
"verified": true,
"download_url": "https://api.github.com/repos/itsDNNS/docsight-modules/contents/thresholds-vfkd-community"
},
{
"id": "community.udm_wan_monitor",
"name": "UDM WAN Monitor",
"description": "Monitor WAN1 and WAN2 on Ubiquiti UDM Pro/SE devices. Tracks link state, alive status, and failover events in the global DOCSight event log.",
"author": "Oggy512",
"repo": "https://github.com/itsDNNS/docsight-modules",
"version": "3.1.1",
"min_app_version": "2026.2",
"type": "integration",
"verified": true,
"download_url": "https://api.github.com/repos/itsDNNS/docsight-modules/contents/udm-wan-monitor"
}
]
}