]> arthur.barton.de Git - netdata.git/blobdiff - conf.d/python.d.conf
added NUT connected clients chart; fixes #1745
[netdata.git] / conf.d / python.d.conf
index d416cf9c9eef071688cd5d62205952fea6f6a348..7e4fa801f49ec75844256771bdc22593515392cb 100644 (file)
@@ -1,12 +1,45 @@
-# This is the configuration for python.d.plugin
-
-# Disable all python modules
-enabled: no
-
-# By default python.d.plugin enables all modules stored in python.d
-# Modules can be disabled with setting "module_name = no"
-example: yes
-mysql: yes
-phpfpm: yes
-apache: yes
-nginx: yes
+# 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
+
+# Prevent log flood
+# Define how many log messages can be written to log file in one log_interval
+logs_per_interval: 200
+
+# Define how long is one logging interval (in seconds)
+log_interval: 3600
+
+# ----------------------------------------------------------------------
+# 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
+# dovecot: yes
+example: no
+# exim: yes
+# hddtemp: yes
+# ipfs: yes
+# isc_dhcpd: yes
+# memcached: yes
+# mysql: yes
+# nginx: yes
+# nginx_log: yes
+# phpfpm: yes
+# postfix: yes
+# redis: yes
+# sensors: yes
+# squid: yes
+# tomcat: yes
+# freeradius: yes
+# ovpn_status_log: yes