initial
This commit is contained in:
36
netdata.conf
Normal file
36
netdata.conf
Normal file
@@ -0,0 +1,36 @@
|
||||
#
|
||||
# Mitch Weaver's homelab netdata config
|
||||
# domain: home.weaver
|
||||
#
|
||||
# http://localhost:19999/netdata.conf
|
||||
#
|
||||
#
|
||||
# note: to disable analytics, in /etc/netdata folder do:
|
||||
#
|
||||
# $ touch .opt-out-from-anonymous-statistics
|
||||
#
|
||||
#
|
||||
# Connecting to netdata cloud:
|
||||
#
|
||||
# $ netdata-claim.sh -token=abcdefg -room=abcdefg-abcdefg
|
||||
#
|
||||
# ---------------------------------------------------------
|
||||
[global]
|
||||
run as user = netdata
|
||||
web files owner = root
|
||||
web files group = root
|
||||
|
||||
bind socket to IP = 127.0.0.1
|
||||
|
||||
history = 3600
|
||||
|
||||
memory mode = dbengine
|
||||
page cache size = 32 # RAM storage in MB
|
||||
dbengine multihost disk space = 512 # disk storage in MB
|
||||
|
||||
# disable local web as I use netdata cloud as overview
|
||||
[web]
|
||||
mode = none
|
||||
|
||||
[ml]
|
||||
enabled = yes
|
||||
Reference in New Issue
Block a user