-
Notifications
You must be signed in to change notification settings - Fork 98
/
netdata-official.json
64 lines (64 loc) · 2.72 KB
/
netdata-official.json
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
{
"Netdata (official)": {
"containers": {
"netdata_official": {
"image": "netdata/netdata",
"launch_order": 1,
"opts": [
[
"--cap-add=SYS_PTRACE",
""
],
[
"--security-opt",
"apparmor=unconfined"
],
[
"--net=host",
""
],
[
"-v",
"/var/run/docker.sock:/var/run/docker.sock"
],
[
"-v",
"/proc:/host/proc:ro"
],
[
"-v",
"/sys:/host/sys:ro"
],
[
"-v",
"/etc/os-release:/etc/os-release:ro"
]
],
"ports": {
"19999": {
"description": "Port used to access the webUI port. MUST be 19999.",
"host_default": 19999,
"label": "webUI port",
"ui": true
}
},
"environment": {
"PGID": {
"description": "GID of the 'docker' group. See System - Identity - Groups in Rockstor's UI to find it.",
"label": "PGID",
"index": 1,
"default": 472
}
}
}
},
"description": "Netdata is a scalable, distributed, real-time, performance and health monitoring solution for Linux, FreeBSD and MacOS.<p>Out of the box, it collects 1k to 5k metrics per server per second. It is the corresponding of running top, vmstat, iostat, iotop, sar, systemd-cgtop and a dozen more console tools in parallel. netdata is very efficient in this: the daemon needs just 1% to 3% cpu of a single core.</p><p>Based on the official docker image: <a href='https://hub.docker.com/r/netdata/netdata' target='_blank'>https://hub.docker.com/r/netdata/netdata</a>, available for amd64 and arm64 architecture.</p>",
"icon": "https://github.com/firehol/netdata/blob/master/web/images/seo-performance-64.png",
"more_info": "See <a href='https://learn.netdata.cloud/' target='_blank'>https://learn.netdata.cloud/</a> for more info.",
"website": "https://www.netdata.cloud/",
"ui": {
"slug": ""
},
"version": "1.0"
}
}