github.com/netdata/go.d.plugin@v0.58.1/config/go.d.conf (about) 1 # netdata go.d.plugin configuration 2 # 3 # This file is in YAML format. 4 5 # Enable/disable the whole go.d.plugin. 6 enabled: yes 7 8 # Enable/disable default value for all modules. 9 default_run: yes 10 11 # Maximum number of used CPUs. Zero means no limit. 12 max_procs: 0 13 14 # Enable/disable specific g.d.plugin module 15 # If you want to change any value, you need to uncomment out it first. 16 # IMPORTANT: Do not remove all spaces, just remove # symbol. There should be a space before module name. 17 modules: 18 # activemq: yes 19 # apache: yes 20 # bind: yes 21 # chrony: yes 22 # cockroachdb: yes 23 # consul: yes 24 # coredns: yes 25 # couchbase: yes 26 # couchdb: yes 27 # dnsdist: yes 28 # dnsmasq: yes 29 # dnsmasq_dhcp: yes 30 # dns_query: yes 31 # docker: yes 32 # docker_engine: yes 33 # dockerhub: yes 34 # elasticsearch: yes 35 # envoy: yes 36 # example: no 37 # filecheck: yes 38 # fluentd: yes 39 # freeradius: yes 40 # haproxy: yes 41 # hdfs: yes 42 # httpcheck: yes 43 # isc_dhcpd: yes 44 # k8s_kubelet: yes 45 # k8s_kubeproxy: yes 46 # lighttpd: yes 47 # logind: yes 48 # logstash: yes 49 # mongodb: yes 50 # mysql: yes 51 # nginx: yes 52 # nginxplus: yes 53 # nginxvts: yes 54 # ntpd: yes 55 # nvme: yes 56 # nvidia_smi: no 57 # openvpn: no 58 # openvpn_status_log: yes 59 # ping: yes 60 # pgbouncer: yes 61 # phpdaemon: yes 62 # phpfpm: yes 63 # pihole: yes 64 # pika: yes 65 # portcheck: yes 66 # postgres: yes 67 # powerdns: yes 68 # powerdns_recursor: yes 69 # prometheus: yes 70 # pulsar: yes 71 # rabbitmq: yes 72 # redis: yes 73 # scaleio: yes 74 # snmp: yes 75 # solr: yes 76 # springboot2: yes 77 # squidlog: yes 78 # supervisord: yes 79 # systemdunits: yes 80 # tengine: yes 81 # traefik: yes 82 # upsd: yes 83 # unbound: yes 84 # vernemq: yes 85 # vcsa: yes 86 # vsphere: yes 87 # web_log: yes 88 # wireguard: yes 89 # whoisquery: yes 90 # windows: yes 91 # x509check: yes 92 # zookeeper: yes