mirror of
https://github.com/netdata/netdata.git
synced 2021-06-06 23:03:21 +03:00
* Update netdata.service.v235.in too Increase timeout for systemd service shutdown to give time to flush the db. When changes are made to netdata.service.in similar changes should be made to netdata.service.v235.in too. * bind to should be in [web] section See documentation: https://docs.netdata.cloud/web/server/
29 lines
714 B
Plaintext
29 lines
714 B
Plaintext
# 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]
|
|
run as user = netdata
|
|
|
|
# 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
|