mirror of
https://github.com/davegallant/nix-config
synced 2025-08-05 18:53:39 +00:00
22 lines
497 B
Plaintext
22 lines
497 B
Plaintext
[global]
|
|
run as user = netdata
|
|
|
|
config directory = /var/lib/netdata/config
|
|
web files directory = /var/lib/netdata/web
|
|
cache directory = /var/lib/netdata
|
|
log directory = /var/lib/netdata/logs
|
|
|
|
# the default database size - 1 hour
|
|
history = 3600
|
|
|
|
# some defaults to run netdata with least priority
|
|
process scheduling policy = idle
|
|
OOM score = 1000
|
|
|
|
[web]
|
|
# web files owner = root
|
|
web files group = netdata
|
|
|
|
# by default do not expose the netdata port
|
|
bind to = localhost
|