-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdappnode_package.json
More file actions
90 lines (90 loc) · 2.33 KB
/
Copy pathdappnode_package.json
File metadata and controls
90 lines (90 loc) · 2.33 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
82
83
84
85
86
87
88
89
90
{
"architectures": [
"linux/amd64",
"linux/arm64"
],
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"bugs": {
"url": "https://github.com/dappnode/DMS/issues"
},
"categories": [
"Monitoring"
],
"contributors": [
"DAppLion <dapplion@giveth.io> (https://github.com/dapplion)"
],
"description": "This package privately and locally collects and displays metrics related to your dappnode and its packages. Based on Grafana and Prometheus.",
"globalEnvs": [
{
"envs": [
"EXECUTION_CLIENT_MAINNET",
"CONSENSUS_CLIENT_MAINNET",
"EXECUTION_CLIENT_GNOSIS",
"CONSENSUS_CLIENT_GNOSIS",
"EXECUTION_CLIENT_LUKSO",
"CONSENSUS_CLIENT_LUKSO",
"EXECUTION_CLIENT_HOODI",
"CONSENSUS_CLIENT_HOODI",
"EXECUTION_CLIENT_SEPOLIA",
"CONSENSUS_CLIENT_SEPOLIA"
],
"services": [
"stakers-metrics"
]
}
],
"license": "GPL-3.0",
"links": {
"grafana": "http://dms.dappnode",
"homepage": "https://github.com/dappnode/DMS#readme",
"manager-status": "http://manager.dms.dappnode",
"prometheus-targets": "http://prometheus.dms.dappnode:9090/",
"ui": "http://dms.dappnode/dashboards"
},
"mainService": "grafana",
"name": "dms.dnp.dappnode.eth",
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DMS"
},
"requirements": {
"minimumDappnodeVersion": "0.2.106",
"notInstalledPackages": [
"dappnode-exporter.dnp.dappnode.eth"
]
},
"shortDescription": "DAppNode Monitoring Service",
"style": {
"featuredBackground": "linear-gradient(67deg, #000000, #123939)",
"featuredColor": "white"
},
"type": "service",
"upstream": [
{
"arg": "UPSTREAM_VERSION_NODE_EXPORTER",
"repo": "prometheus/node_exporter",
"version": "v1.12.1"
},
{
"arg": "UPSTREAM_VERSION_CADVISOR",
"repo": "google/cadvisor",
"version": "v0.60.5"
},
{
"arg": "UPSTREAM_VERSION_PROMETHEUS",
"repo": "prometheus/prometheus",
"version": "v3.13.1"
},
{
"arg": "UPSTREAM_VERSION_GRAFANA",
"repo": "grafana/grafana",
"version": "13.1.0"
},
{
"arg": "UPSTREAM_VERSION_LOKI",
"repo": "grafana/loki",
"version": "3.7.3"
}
],
"version": "2.0.4"
}