summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/config/go.d.conf
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 11:19:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:53:24 +0000
commitb5f8ee61a7f7e9bd291dd26b0585d03eb686c941 (patch)
treed4d31289c39fc00da064a825df13a0b98ce95b10 /src/go/collectors/go.d.plugin/config/go.d.conf
parentAdding upstream version 1.44.3. (diff)
downloadnetdata-upstream.tar.xz
netdata-upstream.zip
Adding upstream version 1.46.3.upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--src/go/collectors/go.d.plugin/config/go.d.conf105
1 files changed, 105 insertions, 0 deletions
diff --git a/src/go/collectors/go.d.plugin/config/go.d.conf b/src/go/collectors/go.d.plugin/config/go.d.conf
new file mode 100644
index 000000000..8a5ac82ec
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/config/go.d.conf
@@ -0,0 +1,105 @@
+# netdata go.d.plugin configuration
+#
+# This file is in YAML format.
+
+# Enable/disable the whole go.d.plugin.
+enabled: yes
+
+# Enable/disable default value for all modules.
+default_run: yes
+
+# Maximum number of used CPUs. Zero means no limit.
+max_procs: 0
+
+# Enable/disable specific g.d.plugin module
+# If you want to change any value, you need to uncomment out it first.
+# IMPORTANT: Do not remove all spaces, just remove # symbol. There should be a space before module name.
+modules:
+# adaptec_raid: yes
+# activemq: yes
+# apache: yes
+# bind: yes
+# chrony: yes
+# clickhouse: yes
+# cockroachdb: yes
+# consul: yes
+# coredns: yes
+# couchbase: yes
+# couchdb: yes
+# dmcache: yes
+# dnsdist: yes
+# dnsmasq: yes
+# dnsmasq_dhcp: yes
+# dns_query: yes
+# docker: yes
+# docker_engine: yes
+# dockerhub: yes
+# elasticsearch: yes
+# envoy: yes
+# example: no
+# fail2ban: yes
+# filecheck: yes
+# fluentd: yes
+# freeradius: yes
+# haproxy: yes
+# hddtemp: yes
+# hdfs: yes
+# hpssa: yes
+# httpcheck: yes
+# intelgpu: yes
+# isc_dhcpd: yes
+# k8s_kubelet: yes
+# k8s_kubeproxy: yes
+# lighttpd: yes
+# litespeed: yes
+# logind: yes
+# logstash: yes
+# lvm: yes
+# megacli: yes
+# mongodb: yes
+# mysql: yes
+# nginx: yes
+# nginxplus: yes
+# nginxvts: yes
+# ntpd: yes
+# nvme: yes
+# nvidia_smi: no
+# openvpn: no
+# openvpn_status_log: yes
+# ping: yes
+# pgbouncer: yes
+# phpdaemon: yes
+# phpfpm: yes
+# pihole: yes
+# pika: yes
+# portcheck: yes
+# postgres: yes
+# powerdns: yes
+# powerdns_recursor: yes
+# prometheus: yes
+# pulsar: yes
+# rabbitmq: yes
+# redis: yes
+# rspamd: yes
+# scaleio: yes
+# sensors: yes
+# snmp: yes
+# squidlog: yes
+# smartctl: yes
+# storcli: yes
+# supervisord: yes
+# systemdunits: yes
+# tengine: yes
+# traefik: yes
+# upsd: yes
+# unbound: yes
+# vernemq: yes
+# vcsa: yes
+# vsphere: yes
+# web_log: yes
+# wireguard: yes
+# whoisquery: yes
+# windows: yes
+# x509check: yes
+# zfspool: yes
+# zookeeper: yes