summaryrefslogtreecommitdiffstats
path: root/src/collectors/python.d.plugin/python.d.conf
blob: 4fcecc75d0187874e70306e897c4b64dfae02d0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
## netdata python.d.plugin configuration
##
## This file is in YaML format.
## Generally the format is:
##
## name: value
##

## Enable / disable the whole python.d.plugin (all its modules)
enabled: yes

## ----------------------------------------------------------------------
## Enable / Disable python.d.plugin modules
#default_run: yes
##
## 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.

## Enable / Disable explicit garbage collection (full collection run). Default is enabled.
gc_run: yes

## Garbage collection interval in seconds. Default is 300.
gc_interval: 300

# am2320: yes
# anomalies: no
# boinc: yes
# ceph: yes
# this is just an example
go_expvar: no
# haproxy: yes
# openldap: yes
# oracledb: yes
# pandas: yes
# retroshare: yes
# samba: yes
# smartd_log: yes
# spigotmc: yes
# traefik: yes
# varnish: yes
# w1sensor: yes
# zscores: no


## Disabled for existing installations.
adaptec_raid: no   # Removed (replaced with go.d/adaptercraid).
apache: no         # Removed (replaced with go.d/apache).
beanstalk: no      # Removed (replaced with go.d/beanstalk).
dovecot: no        # Removed (replaced with go.d/dovecot).
elasticsearch: no  # Removed (replaced with go.d/elasticsearch).
exim: no           # Removed (replaced with go.d/exim).
fail2ban: no       # Removed (replaced with go.d/fail2ban).
freeradius: no     # Removed (replaced with go.d/freeradius).
gearman: no        # Removed (replaced with go.d/gearman).
hddtemp: no        # Removed (replaced with go.d/hddtemp).
hpssa: no          # Removed (replaced with go.d/hpssa).
icecast: no        # Removed (replaced with go.d/icecast)
ipfs: no           # Removed (replaced with go.d/ipfs).
litespeed: no      # Removed (replaced with go.d/litespeed).
megacli: no        # Removed (replaced with go.d/megacli).
memcached: no      # Removed (replaced with go.d/memcached).
mongodb: no        # Removed (replaced with go.d/mongodb).
monit: no          # Removed (replaced with go.d/monit).
mysql: no          # Removed (replaced with go.d/mysql).
nginx: no          # Removed (replaced with go.d/nginx).
nsd: no            # Removed (replaced with go.d/nsd).
nvidia_smi: no     # Removed (replaced with go.d/nvidia_smi).
postfix: no        # Removed (replaced with go.d/postfix).
postgres: no       # Removed (replaced with go.d/postgres).
proxysql: no       # Removed (replaced with go.d/proxysql).
redis: no          # Removed (replaced with go.d/redis).
rethinkdbs: no     # Removed (replaced with go.d/rethinkdb).
riakkv: no         # Removed (replaced with go.d/riak).
sensors: no        # Removed (replaced with go.d/sensors).
squid: no          # Removed (replaced with go.d/squid).
tomcat: no         # Removed (replaced with go.d/tomcat)
tor: no            # Removed (replaced with go.d/tor).
puppet: no         # Removed (replaced with go.d/puppet).
uwsgi: no          # Removed (replaced with go.d/uwsgi).