-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdappnode_package.json
More file actions
64 lines (64 loc) · 1.85 KB
/
dappnode_package.json
File metadata and controls
64 lines (64 loc) · 1.85 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "dms.dnp.dappnode.eth",
"version": "2.0.3",
"description": "This package privately and locally collects and displays metrics related to your dappnode and its packages. Based on Grafana and Prometheus.",
"shortDescription": "DAppNode Monitoring Service",
"type": "service",
"upstream": [
{
"repo": "prometheus/node_exporter",
"version": "v1.10.2",
"arg": "UPSTREAM_VERSION_NODE_EXPORTER"
},
{
"repo": "google/cadvisor",
"version": "0.55.0",
"arg": "UPSTREAM_VERSION_CADVISOR"
},
{
"repo": "prometheus/prometheus",
"version": "v3.8.1",
"arg": "UPSTREAM_VERSION_PROMETHEUS"
},
{
"repo": "grafana/grafana",
"version": "12.3.1",
"arg": "UPSTREAM_VERSION_GRAFANA"
},
{
"repo": "grafana/loki",
"version": "3.6.3",
"arg": "UPSTREAM_VERSION_LOKI"
}
],
"architectures": ["linux/amd64", "linux/arm64"],
"mainService": "grafana",
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"contributors": [
"DAppLion <dapplion@giveth.io> (https://github.com/dapplion)"
],
"requirements": {
"minimumDappnodeVersion": "0.2.106",
"notInstalledPackages": ["dappnode-exporter.dnp.dappnode.eth"]
},
"categories": ["Monitoring"],
"style": {
"featuredBackground": "linear-gradient(67deg, #000000, #123939)",
"featuredColor": "white"
},
"links": {
"ui": "http://dms.dappnode/dashboards",
"grafana": "http://dms.dappnode",
"prometheus-targets": "http://prometheus.dms.dappnode:9090/",
"manager-status": "http://manager.dms.dappnode",
"homepage": "https://github.com/dappnode/DMS#readme"
},
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DMS"
},
"bugs": {
"url": "https://github.com/dappnode/DMS/issues"
},
"license": "GPL-3.0"
}