netdata
Installation
SKILL.md
Identity
- Unit:
netdata.service - Config:
/etc/netdata/netdata.conf, override dir/etc/netdata/ - Plugin dirs:
/usr/libexec/netdata/plugins.d/(internal),/etc/netdata/python.d/(Python collectors),/etc/netdata/go.d/(Go collectors) - Logs:
journalctl -u netdata,/var/log/netdata/error.log,/var/log/netdata/access.log,/var/log/netdata/debug.log - User:
netdata(runs as its own system user) - Web dashboard:
http://localhost:19999 - Install (one-liner):
wget -O /tmp/netdata-kickstart.sh https://get.netdata.cloud/kickstart.sh && sh /tmp/netdata-kickstart.sh - Distro install:
apt install netdata/dnf install netdata(older package versions — prefer kickstart for current release)