mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-29 07:05:16 +02:00
14 lines
387 B
Text
14 lines
387 B
Text
# NetData Configuration
|
|
#
|
|
# To see defaults, grab one from your instance:
|
|
# http://localhost:19999/netdata.conf
|
|
|
|
# global netdata configuration
|
|
|
|
[global]
|
|
run as user = _netdata
|
|
web files owner = root
|
|
web files group = root
|
|
# Netdata is not designed to be exposed to potentially hostile networks
|
|
# See https://github.com/firehol/netdata/issues/164
|
|
bind to = localhost
|