summaryrefslogtreecommitdiffstats
path: root/src/collectors/python.d.plugin/python.d.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/collectors/python.d.plugin/python.d.conf')
-rw-r--r--src/collectors/python.d.plugin/python.d.conf86
1 files changed, 86 insertions, 0 deletions
diff --git a/src/collectors/python.d.plugin/python.d.conf b/src/collectors/python.d.plugin/python.d.conf
new file mode 100644
index 000000000..470b4bbb7
--- /dev/null
+++ b/src/collectors/python.d.plugin/python.d.conf
@@ -0,0 +1,86 @@
+## netdata python.d.plugin configuration
+##
+## This file is in YaML format.
+## Generally the format is:
+##
+## name: value
+##
+
+## Enable / disable the whole python.d.plugin (all its modules)
+enabled: yes
+
+## ----------------------------------------------------------------------
+## Enable / Disable python.d.plugin modules
+#default_run: yes
+##
+## If "default_run" = "yes" the default for all modules is enabled (yes).
+## Setting any of these to "no" will disable it.
+##
+## If "default_run" = "no" the default for all modules is disabled (no).
+## Setting any of these to "yes" will enable it.
+
+## Enable / Disable explicit garbage collection (full collection run). Default is enabled.
+gc_run: yes
+
+## Garbage collection interval in seconds. Default is 300.
+gc_interval: 300
+
+# alarms: yes
+# am2320: yes
+# anomalies: no
+# beanstalk: yes
+# bind_rndc: yes
+# boinc: yes
+# ceph: yes
+# changefinder: no
+# dovecot: yes
+# this is just an example
+example: no
+# exim: yes
+# gearman: yes
+go_expvar: no
+# haproxy: yes
+# icecast: yes
+# ipfs: yes
+# memcached: yes
+# monit: yes
+# nvidia_smi: yes
+# nsd: yes
+# openldap: yes
+# oracledb: yes
+# pandas: yes
+# postfix: yes
+# puppet: yes
+# rethinkdbs: yes
+# retroshare: yes
+# riakkv: yes
+# samba: yes
+# smartd_log: yes
+# spigotmc: yes
+# squid: yes
+# traefik: yes
+# tomcat: yes
+# tor: yes
+# uwsgi: yes
+# varnish: yes
+# w1sensor: yes
+# zscores: no
+
+
+## Disabled for existing installations.
+adaptec_raid: no # Removed (replaced with go.d/adaptercraid).
+apache: no # Removed (replaced with go.d/apache).
+elasticsearch: no # Removed (replaced with go.d/elasticsearch).
+fail2ban: no # Removed (replaced with go.d/fail2ban).
+freeradius: no # Removed (replaced with go.d/freeradius).
+hddtemp: no # Removed (replaced with go.d/hddtemp).
+hpssa: no # Removed (replaced with go.d/hpssa).
+litespeed: no # Removed (replaced with go.d/litespeed).
+megacli: no # Removed (replaced with go.d/megacli).
+mongodb: no # Removed (replaced with go.d/mongodb).
+mysql: no # Removed (replaced with go.d/mysql).
+nginx: no # Removed (replaced with go.d/nginx).
+postgres: no # Removed (replaced with go.d/postgres).
+proxysql: no # Removed (replaced with go.d/proxysql).
+redis: no # Removed (replaced with go.d/redis).
+sensors: no # Removed (replaced with go.d/sensors).