Skip to content
Snippets Groups Projects
David Mehren's avatar
7b278f73
History

netdata_collector

Configures netdata to collect metrics and send them to another instance.

Set netdata_host and netdata_apikey to the IP and API-Key of the central server.

If netdata_is_container is set to true, netdata only monitors disk usage. You can enable monitoring of these additional services:

  • netdata_enable_python <- must be true to use children
    • netdata_enable_haproxy
    • netdata_enable_elasticsearch
    • netdata_enable_postgres
    • netdata_enable_mysql
      • Please set netdata_mysql_user and netdata_mysql_user

If netdata_is_container is set to false (the default), netdata monitors with default settings.