]> arthur.barton.de Git - netdata.git/blob - conf.d/python.d.conf
Merge pull request #677 from paulfantom/master
[netdata.git] / conf.d / python.d.conf
1 # This is the configuration for python.d.plugin
2
3 # Disable all python modules
4 enabled: no
5
6 # By default python.d.plugin enables all modules stored in python.d
7 # Modules can be disabled with setting "module_name = no"
8 apache: yes
9 apache_cache: yes
10 cpufreq: yes
11 example: yes
12 exim: yes
13 hddtemp: yes
14 mysql: yes
15 nginx: yes
16 phpfpm: yes
17 postfix: yes
18 redis: yes
19 sensors: yes
20 squid: yes
21 tomcat: yes
22