]> arthur.barton.de Git - netdata.git/blob - conf.d/python.d.conf
Merge pull request #1952 from ktsaou/master
[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
33 # this is just an example
34 example: no
35
36 # exim: yes
37 # fail2ban: yes
38 # freeradius: yes
39
40 # gunicorn_log has been replaced by web_log
41 gunicorn_log: no
42
43 # haproxy: yes
44 # hddtemp: yes
45 # ipfs: yes
46 # isc_dhcpd: yes
47 # mdstat: yes
48 # memcached: yes
49 # mysql: yes
50 # nginx: yes
51
52 # nginx_log has been replaced by web_log
53 nginx_log: no
54
55 # ovpn_status_log: yes
56 # phpfpm: yes
57 # postfix: yes
58 # postgres: yes
59 # redis: yes
60 # retroshare: yes
61 # sensors: yes
62 # smartd_log: yes
63 # squid: yes
64 # tomcat: yes
65 # varnish: yes
66 # web_log: yes