-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
18 lines (18 loc) · 839 Bytes
/
Copy pathconfig.json
File metadata and controls
18 lines (18 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "MeshAgent Monitoring",
"shortName": "agent_monitoring",
"version": "0.0.2",
"author": "Daniel Hammerschmidt",
"description": "Export metrics about MeshAgents",
"hasAdminPanel": false,
"homepage": "https://github.com/bitctrl/MeshCentral-AgentMonitoring",
"changelogUrl": "https://raw.githubusercontent.com/bitctrl/MeshCentral-AgentMonitoring/main/changelog.md",
"configUrl": "https://raw.githubusercontent.com/bitctrl/MeshCentral-AgentMonitoring/main/config.json",
"downloadUrl": "https://github.com/bitctrl/MeshCentral-AgentMonitoring/archive/main.zip",
"repository": {
"type": "git",
"url": "https://github.com/bitctrl/MeshCentral-AgentMonitoring.git"
},
"versionHistoryUrl": "https://github.com/bitctrl/MeshCentral-AgentMonitoring/tags",
"meshCentralCompat": ">=1.1.36"
}