mirror of
https://github.com/tiennm99/netdata-docker-compose.git
synced 2026-06-17 16:49:06 +00:00
24 lines
368 B
Plaintext
24 lines
368 B
Plaintext
[global]
|
|
run_as_user = netdata
|
|
web_mode = static-threaded
|
|
memory mode = save
|
|
hostname = ${HOSTNAME}
|
|
history = 3600
|
|
update every = 1
|
|
dbengine multihost disk space = 256
|
|
|
|
[health]
|
|
enabled = yes
|
|
|
|
[logging]
|
|
type = none
|
|
|
|
[web]
|
|
mode = static-threaded
|
|
web files owner = root
|
|
web files group = root
|
|
bind to = 0.0.0.0:19999
|
|
|
|
[registry]
|
|
enabled = no
|