master
conf 139 lines 2.43 KB
Raw
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 # adaptec_raid: yes
19 # activemq: yes
20 # ap: yes
21 # apache: yes
22 # apcupsd: yes
23 # azure_monitor: yes
24 # beanstalk: yes
25 # bind: yes
26 # boinc: yes
27 # cato_networks: yes
28 # ceph: yes
29 # chrony: yes
30 # clickhouse: yes
31 # cockroachdb: yes
32 # consul: yes
33 # coredns: yes
34 # couchbase: yes
35 # couchdb: yes
36 # dcgm: yes
37 # dmcache: yes
38 # dnsdist: yes
39 # dnsmasq: yes
40 # dnsmasq_dhcp: yes
41 # dns_query: yes
42 # docker: yes
43 # docker_engine: yes
44 # dockerhub: yes
45 # dovecot: yes
46 # elasticsearch: yes
47 # envoy: yes
48 # ethtool: yes
49 # exim: yes
50 # fail2ban: yes
51 # filecheck: yes
52 # fluentd: yes
53 # freeradius: yes
54 # gearman: yes
55 # haproxy: yes
56 # hddtemp: yes
57 # hdfs: yes
58 # hpssa: yes
59 # httpcheck: yes
60 # icecast: yes
61 # intelgpu: yes
62 # ipfs: yes
63 # isc_dhcpd: yes
64 # k8s_kubelet: yes
65 # k8s_kubeproxy: yes
66 # lighttpd: yes
67 # litespeed: yes
68 # logind: yes
69 # logstash: yes
70 # lvm: yes
71 # maxscale: yes
72 # megacli: yes
73 # memcached: yes
74 # mongodb: yes
75 # monit: yes
76 # mysql: yes
77 # nats: yes
78 # nginx: yes
79 # nginxplus: yes
80 # nginxunit: yes
81 # nginxvts: yes
82 # nsd: yes
83 # ntpd: yes
84 # nvidia_smi: no
85 # nvme: yes
86 # openldap: yes
87 # openvpn: no
88 # openvpn_status_log: yes
89 # panos: yes
90 # ping: yes
91 # pgbouncer: yes
92 # phpdaemon: yes
93 # phpfpm: yes
94 # pihole: yes
95 # pika: yes
96 # portcheck: yes
97 # postgres: yes
98 # postfix: yes
99 # powerdns: yes
100 # powerdns_recursor: yes
101 # prometheus: yes
102 # pulsar: yes
103 # puppet: yes
104 # rabbitmq: yes
105 # redis: yes
106 # rethinkdb: yes
107 # riakkv: yes
108 # rspamd: yes
109 # samba: yes
110 # scaleio: yes
111 # sensors: yes
112 # snmp: yes
113 # squid: yes
114 # squidlog: yes
115 # smartctl: yes
116 # spigotmc: yes
117 # storcli: yes
118 # supervisord: yes
119 # systemdunits: yes
120 # tengine: yes
121 # tomcat: yes
122 # tor: yes
123 # traefik: yes
124 # typesense: yes
125 # upsd: yes
126 # unbound: yes
127 # uwsgi: yes
128 # varnish: yes
129 # vernemq: yes
130 # vcsa: yes
131 # vsphere: yes
132 # w1sensor: yes
133 # web_log: yes
134 # wireguard: yes
135 # whoisquery: yes
136 # x509check: yes
137 # yugabytedb: yes
138 # zfspool: yes
139 # zookeeper: yes