-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
34 lines (34 loc) · 943 Bytes
/
plugin.json
File metadata and controls
34 lines (34 loc) · 943 Bytes
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
30
31
32
33
34
{
"$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json",
"type": "panel",
"name": "Minimal Status Panel",
"id": "minimal-status-panel",
"info": {
"description": "A status panel that displays service health information similar to Uptime Kuma",
"author": {
"name": "Kevin Stellmacher",
"email": "kevin@example.com",
"url": "https://github.com/Perseus985"
},
"keywords": ["status", "uptime", "health", "monitoring"],
"version": "1.0.0",
"updated": "2025-09-22",
"logos": {
"small": "img/logo.png",
"large": "img/logo.png"
},
"links": [
{
"name": "GitHub",
"url": "https://github.com/Perseus985/Minimal-Status-Panel"
}
]
},
"dependencies": {
"grafanaDependency": ">=9.0.0",
"plugins": []
},
"backend": false,
"state": "stable",
"signature": "community"
}