forked from nordstrand/grafana-haproxy-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
33 lines (31 loc) · 934 Bytes
/
plugin.json
File metadata and controls
33 lines (31 loc) · 934 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
{
"type": "panel",
"name": "Haproxy",
"id": "grafana-haproxy-panel",
"info": {
"description": "Haproxy panel for grafana",
"author": {
"name": "Jonas Nordstrand",
"url": "http://github.com"
},
"keywords": ["haproxy", "panel"],
"logos": {
"small": "src/img/haproxy_panel_logo.svg",
"large": "src/img/haproxy_panel_logo.svg"
},
"links": [
{"name": "Project site", "url": "https://github.com/nordstrand/grafana-haproxy-plugin"},
{"name": "MIT License", "url": "https://github.com/nordstrand/grafana-haproxy-plugin/blob/master/haproxy-panel/LICENSE"}
],
"screenshots": [
{"name": "Showcase", "path": "src/img/screenshot-showcase.png"},
{"name": "Options", "path": "src/img/screenshot-clock-options.png"}
],
"version": "0.0.1",
"updated": "2015-04-23"
},
"dependencies": {
"grafanaVersion": "3.x.x",
"plugins": [ ]
}
}