blob: e78cef2727a0df855ca9b0b8cd6d7365dbe6217b (
plain)
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 configuration
#
# You can download the latest version of this file, using:
#
# wget -O /etc/netdata/netdata.conf http://localhost:19999/netdata.conf
# or
# curl -o /etc/netdata/netdata.conf http://localhost:19999/netdata.conf
#
# You can uncomment and change any of the options below.
# The value shown in the commented settings, is the default value.
#
# global netdata configuration
[global]
#run as user = netdata
[web]
#ssl key = /etc/netdata/ssl/key2048.pem
#ssl certificate = /etc/netdata/ssl/cert2048.pem
mode = static-threaded
# listen backlog = 4096
default port = 19999
#bind to = *=dashboard|registry|streaming|netdata.conf|badges|management *:20000=dashboard|registry|streaming|netdata.conf|badges|management^SSL=optional *:20001=dashboard|registry|streaming|netdata.conf|badges|management^SSL=force unix:/tmp/netdata/netdata.sock
#accept a streaming request every seconds = 2
[plugins]
proc = yes
diskspace = no
timex = no
cgroups = no
tc = no
idlejitter = no
enable running new plugins = no
check for new plugins every = 60
go.d = no
charts.d = no
nfacct = no
python.d = no
apps = no
cups = no
[health]
enabled = yes
in memory max health log entries = 1000
#default repeat warning = 4s
#default repeat critical = 2s
[registry]
enabled = yes
allow from = *
[cloud]
cloud base url = https://app.netdata.cloud
|