X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=conf.d%2Fpython.d.conf;h=22a18efac323af97c35413f7c123f783f3bbd382;hb=a3ae351f1e4576e5a32166ddbc28c8699ce31991;hp=18558fbd2294f1ae33308ede95949d0a4583b319;hpb=5c930c80b3a40bb4817558a18b29bf20581b1300;p=netdata.git diff --git a/conf.d/python.d.conf b/conf.d/python.d.conf index 18558fbd..22a18efa 100644 --- a/conf.d/python.d.conf +++ b/conf.d/python.d.conf @@ -9,24 +9,64 @@ # Enable / disable the whole python.d.plugin (all its modules) enabled: yes +# Prevent log flood +# Define how many log messages can be written to log file in one log_interval +logs_per_interval: 200 + +# Define how long is one logging interval (in seconds) +log_interval: 3600 + # ---------------------------------------------------------------------- # Enable / Disable python.d.plugin modules +#default_run: yes # -# The default for all modules is enabled (yes). -# Setting any of these to no will disable it. +# If "default_run" = "yes" the default for all modules is enabled (yes). +# Setting any of these to "no" will disable it. +# +# If "default_run" = "no" the default for all modules is disabled (no). +# Setting any of these to "yes" will enable it. -# apache: yes # apache_cache: yes +# apache: yes +# bind_rndc: yes # cpufreq: yes +# cpuidle: yes +# dns_query_time: yes +# dovecot: yes +# elasticsearch: yes + +# this is just an example example: no + # exim: yes +# fail2ban: yes +# freeradius: yes + +# gunicorn_log has been replaced by web_log +gunicorn_log: no + +# haproxy: yes # hddtemp: yes # ipfs: yes +# isc_dhcpd: yes +# mdstat: yes +# memcached: yes # mysql: yes # nginx: yes +# nsd: yes + +# nginx_log has been replaced by web_log +nginx_log: no + +# ovpn_status_log: yes # phpfpm: yes # postfix: yes +# postgres: yes # redis: yes +# retroshare: yes # sensors: yes +# smartd_log: yes # squid: yes # tomcat: yes +# varnish: yes +# web_log: yes