Disable netdata monitoring of itself

This commit is contained in:
Wojciech Kozlowski 2023-10-21 15:50:41 +02:00
parent 4f787c92e4
commit 23a0c5463a

View File

@ -18,6 +18,9 @@
# networks. See https://github.com/netdata/netdata/issues/164
bind socket to IP = {{ system_extra_netdata_bind_to }}
[plugins]
netdata monitoring = no
[health]
enabled = {{ "yes" if system_extra_netdata_stream_parent else "no" }}