-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdappnode_package.json
More file actions
81 lines (81 loc) · 2.27 KB
/
dappnode_package.json
File metadata and controls
81 lines (81 loc) · 2.27 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "dms.dnp.dappnode.eth",
"version": "2.0.0",
"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.9.0",
"arg": "UPSTREAM_VERSION_NODE_EXPORTER"
},
{
"repo": "google/cadvisor",
"version": "v0.47.1",
"arg": "UPSTREAM_VERSION_CADVISOR"
},
{
"repo": "prometheus/prometheus",
"version": "2.52.0",
"arg": "UPSTREAM_VERSION_PROMETHEUS"
},
{
"repo": "grafana/grafana",
"version": "11.1.0",
"arg": "UPSTREAM_VERSION_GRAFANA"
},
{
"repo": "grafana/loki",
"version": "3.1.1",
"arg": "UPSTREAM_VERSION_LOKI"
}
],
"architectures": ["linux/amd64"],
"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.96",
"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"
},
"globalEnvs": [
{
"envs": [
"EXECUTION_CLIENT_HOODI",
"CONSENSUS_CLIENT_HOODI",
"EXECUTION_CLIENT_HOLESKY",
"CONSENSUS_CLIENT_HOLESKY",
"EXECUTION_CLIENT_MAINNET",
"CONSENSUS_CLIENT_MAINNET",
"EXECUTION_CLIENT_GNOSIS",
"CONSENSUS_CLIENT_GNOSIS",
"EXECUTION_CLIENT_LUKSO",
"CONSENSUS_CLIENT_LUKSO"
],
"services": ["stakers-metrics"]
}
],
"license": "GPL-3.0"
}