-
Notifications
You must be signed in to change notification settings - Fork 43
/
netdata.conf
64 lines (54 loc) · 1.73 KB
/
netdata.conf
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 Configuration
# #####################
# Global Netdata Configuration
# @see https://learn.netdata.cloud/guides/configure/performance
# @see https://learn.netdata.cloud/docs/configure/common-changes
# NOTE: After you make your changes, you need to restart the Agent with sudo systemctl restart netdata or the appropriate method for your system
[global]
run as user = netdata
history = 3996
hostname = netdata.yourdomain.tld
# If the update every for an individual collector is less than the global, the Netdata Agent uses the global setting.
update every = 2
config directory = /etc/netdata
log directory = /var/log/netdata
timezone = America/Fortaleza
#
debug log = none
error log = none
access log = none
#
stock config directory = /usr/lib/netdata/conf.d
cache directory = /var/cache/netdata
lib directory = /var/lib/netdata
plugins directory = "/usr/libexec/netdata/plugins.d" "/etc/netdata/custom-plugins.d"
#
memory mode = dbengine
page cache size = 256
dbengine multihost disk space = 4096
[web]
default port = 19999
bind to = *
enable gzip compression = no
allow connections from = localhost 172.20.* 172.25.*
allow netdata.conf from = localhost fd*
# disconnect idle clients after seconds = 300
# timeout for first request = 10
[plugins]
node.d = no
python.d = no
# # Turn of all alarms and notifications
# [health]
# enabled = no
[registry]
enabled = no
[backend]
enabled = no
# ------------------------
# Per plugin configuration
# ------------------------
[plugin:cgroups]
check for new cgroups every = 30
###DISABLE_DOCKER_CONTAINERS
###END_DISABLE_DOCKER_CONTAINERS