ansible-roles/system/extra/netdata/templates/netdata.conf

24 lines
729 B
Plaintext
Raw Normal View History

2023-10-08 00:15:34 +02:00
# NetData Configuration
# The current full configuration can be retrieved from the running
# server at the URL
#
# http://localhost:19999/netdata.conf
#
# for example:
#
# wget -O /etc/netdata/netdata.conf http://localhost:19999/netdata.conf
#
[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/netdata/netdata/issues/164
bind socket to IP = {{ system_extra_netdata_inet_address }} {{ system_extra_netdata_inet6_address }}
[registry]
enabled = {{ 'yes' if system_extra_netdata_registry_enabled else 'no' }}
registry to announce = {{ system_extra_netdata_registry_url }}:19999