]> arthur.barton.de Git - netdata.git/blob - conf.d/python.d.conf
Merge remote-tracking branch 'upstream/master' into health
[netdata.git] / conf.d / python.d.conf
1 # netdata python.d.plugin configuration
2 #
3 # This file is in YaML format.
4 # Generally the format is:
5 #
6 # name: value
7 #
8
9 # Enable / disable the whole python.d.plugin (all its modules)
10 enabled: yes
11
12 # Prevent log flood
13 # Define how many log messages can be written to log file in one log_interval
14 logs_per_interval: 200
15
16 # Define how long is one logging interval (in seconds)
17 log_interval: 3600
18
19 # ----------------------------------------------------------------------
20 # Enable / Disable python.d.plugin modules
21 #
22 # The default for all modules is enabled (yes).
23 # Setting any of these to no will disable it.
24
25 # apache: yes
26 # apache_cache: yes
27 # cpufreq: yes
28 # dovecot: yes
29 example: no
30 # exim: yes
31 # hddtemp: yes
32 # ipfs: yes
33 # memcached: yes
34 # mysql: yes
35 # nginx: yes
36 # nginx_log: yes
37 # phpfpm: yes
38 # postfix: yes
39 # redis: yes
40 # sensors: yes
41 # squid: yes
42 # tomcat: yes