netdata tuning
This commit is contained in:
parent
014bae5f86
commit
c0e6d3e486
@ -15,7 +15,6 @@
|
||||
[global]
|
||||
# process scheduling policy = keep
|
||||
# OOM score = keep
|
||||
access log = /dev/null
|
||||
update every = 90
|
||||
# glibc malloc arena max for plugins = 1
|
||||
# glibc malloc arena max for netdata = 1
|
||||
@ -34,8 +33,9 @@
|
||||
# TZ environment variable = :/etc/localtime
|
||||
# timezone = America/Chicago
|
||||
# debug flags = 0x0000000000000000
|
||||
# debug log = /var/log/netdata/debug.log
|
||||
# error log = /var/log/netdata/error.log
|
||||
debug log = none
|
||||
error log = none
|
||||
access log = none
|
||||
# errors flood protection period = 1200
|
||||
# errors to trigger flood protection = 200
|
||||
# run as user = netdata
|
||||
@ -76,13 +76,13 @@
|
||||
# PYTHONPATH environment variable =
|
||||
# proc = yes
|
||||
# diskspace = yes
|
||||
# cgroups = yes
|
||||
# tc = yes
|
||||
cgroups = no
|
||||
tc = no
|
||||
# idlejitter = yes
|
||||
# enable running new plugins = yes
|
||||
# check for new plugins every = 60
|
||||
# apps = yes
|
||||
# node.d = yes
|
||||
node.d = no
|
||||
# python.d = yes
|
||||
# charts.d = yes
|
||||
# fping = yes
|
||||
|
Loading…
Reference in New Issue
Block a user