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