]> arthur.barton.de Git - netdata.git/blob - conf.d/python.d.conf
python.d.conf: update
[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_cache: yes
26 # apache: yes
27 # bind_rndc: yes
28 # cpufreq: yes
29 # cpuidle: yes
30 # dovecot: yes
31 # elasticsearch: yes
32 example: no
33 # exim: yes
34 # fail2ban: yes
35 # freeradius: yes
36 # gunicorn_log has been replaced by web_log
37 # gunicorn_log: no
38 # haproxy: yes
39 # hddtemp: yes
40 # ipfs: yes
41 # isc_dhcpd: yes
42 # mdstat: yes
43 # memcached: yes
44 # mysql: yes
45 # nginx: yes
46 # nginx_log has been replaced by web_log
47 # nginx_log: no
48 # ovpn_status_log: yes
49 # phpfpm: yes
50 # postfix: yes
51 # postgres: yes
52 # redis: yes
53 # retroshare: yes
54 # sensors: yes
55 # smartd_log: yes
56 # squid: yes
57 # tomcat: yes
58 # varnish: yes
59 # web_log: yes