]> arthur.barton.de Git - netdata.git/blobdiff - conf.d/python.d.conf
add ipfs plugin configuration
[netdata.git] / conf.d / python.d.conf
index 4803e893c005484a4d0b0c9bd7755565b8957b89..18558fbd2294f1ae33308ede95949d0a4583b319 100644 (file)
@@ -1,11 +1,32 @@
-# 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
+#
 
-# It sets custom configuration directory for python modules
-# plugins_config_dir=
+# Enable / disable the whole python.d.plugin (all its modules)
+enabled: yes
 
-# This is a directory with python modules
-# plugins_dir=
+# ----------------------------------------------------------------------
+# Enable / Disable python.d.plugin modules
+#
+# The default for all modules is enabled (yes).
+# Setting any of these to no will disable it.
 
-# By default python.d.plugin enables all modules stored in python.d
-# Modules can be disabled with setting "module_name = no"
-example=no
+# apache: yes
+# apache_cache: yes
+# cpufreq: yes
+example: no
+# exim: yes
+# hddtemp: yes
+# ipfs: yes
+# mysql: yes
+# nginx: yes
+# phpfpm: yes
+# postfix: yes
+# redis: yes
+# sensors: yes
+# squid: yes
+# tomcat: yes