forked from rockstor/rockon-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnetdata.json
54 lines (54 loc) · 2.17 KB
/
netdata.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
{
"Netdata": {
"containers": {
"netdata": {
"image": "titpetric/netdata",
"launch_order": 1,
"opts": [
[
"--cap-add=SYS_PTRACE",
""
],
[
"--net=host",
""
],
[
"-v",
"/var/run/docker.sock:/var/run/docker.sock"
],
[
"-v",
"/proc:/host/proc:ro"
],
[
"-v",
"/sys:/host/sys:ro"
]
],
"ports": {
"19999": {
"description": "port used to access the webUI port",
"host_default": 19999,
"label": "webUI port",
"ui": true
}
},
"volumes": {
"/etc/netdata/override": {
"description": "Choose a Share for Netdata configuration files. All configuration files for custom plugins and alerts placed here will override defaults.",
"label": "Config Storage"
}
}
}
},
"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>",
"icon": "https://github.com/firehol/netdata/blob/master/web/images/seo-performance-64.png",
"more_info": "See https://github.com/firehol/netdata/wiki for more info.",
"website": "https://my-netdata.io/",
"ui": {
"slug": ""
},
"version": "1.0"
}
}