]> arthur.barton.de Git - netdata.git/blobdiff - conf.d/python.d.conf
python.d configuration files updated
[netdata.git] / conf.d / python.d.conf
index b467221116534cd753dbfae008c03284c0345ee0..60398445ff1122095ae4e6194fd9dd9806e49ac0 100644 (file)
@@ -1,6 +1,31 @@
-# This is the configuration for python.d.plugin
+# netdata python.d.plugin configuration
+#
+# This file is in YaML format.
+# Generally the format is:
+#
+# name: value
+#
 
-# By default python.d.plugin enables all modules stored in python.d
-# Modules can be disabled with setting "module_name = no"
+# Enable / disable the whole python.d.plugin (all its modules)
+enabled: no
+
+# ----------------------------------------------------------------------
+# Enable / Disable python.d.plugin modules
+#
+# The default for all modules is enabled (yes).
+# Setting any of these to no will disable it.
+
+# apache: yes
+# apache_cache: yes
+# cpufreq: yes
 example: no
-mysql: no
+# exim: yes
+# hddtemp: yes
+# mysql: yes
+# nginx: yes
+# phpfpm: yes
+# postfix: yes
+# redis: yes
+# sensors: yes
+# squid: yes
+# tomcat: yes