forked from netdata/netdata
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpython.d.conf
More file actions
42 lines (37 loc) · 865 Bytes
/
python.d.conf
File metadata and controls
42 lines (37 loc) · 865 Bytes
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
# 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
# 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
#
# The default for all modules is enabled (yes).
# Setting any of these to no will disable it.
# apache: yes
# apache_cache: yes
# cpufreq: yes
# dovecot: yes
example: no
# exim: yes
# hddtemp: yes
# ipfs: yes
# memcached: yes
# mysql: yes
# nginx: yes
# nginx_log: yes
# phpfpm: yes
# postfix: yes
# redis: yes
# sensors: yes
# squid: yes
# tomcat: yes