]> arthur.barton.de Git - netdata.git/blob - conf.d/python.d.conf
dns_query_time plugin: makefiles and 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 #default_run: yes
22 #
23 # If "default_run" = "yes" the default for all modules is enabled (yes).
24 # Setting any of these to "no" will disable it.
25
26 # If "default_run" = "no" the default for all modules is disabled (no).
27 # Setting any of these to "yes" will enable it.
28
29 # apache_cache: yes
30 # apache: yes
31 # bind_rndc: yes
32 # cpufreq: yes
33 # cpuidle: yes
34 # dns_query_time: yes
35 # dovecot: yes
36 # elasticsearch: yes
37
38 # this is just an example
39 example: no
40
41 # exim: yes
42 # fail2ban: yes
43 # freeradius: yes
44
45 # gunicorn_log has been replaced by web_log
46 gunicorn_log: no
47
48 # haproxy: yes
49 # hddtemp: yes
50 # ipfs: yes
51 # isc_dhcpd: yes
52 # mdstat: yes
53 # memcached: yes
54 # mysql: yes
55 # nginx: yes
56 # nsd: yes
57
58 # nginx_log has been replaced by web_log
59 nginx_log: no
60
61 # ovpn_status_log: yes
62 # phpfpm: yes
63 # postfix: yes
64 # postgres: yes
65 # redis: yes
66 # retroshare: yes
67 # sensors: yes
68 # smartd_log: yes
69 # squid: yes
70 # tomcat: yes
71 # varnish: yes
72 # web_log: yes