Skip to content

Instantly share code, notes, and snippets.

@dubcl
Last active June 12, 2018 16:15
Show Gist options
  • Save dubcl/fca8a3823e0599aabc04570382ebe19e to your computer and use it in GitHub Desktop.
Save dubcl/fca8a3823e0599aabc04570382ebe19e to your computer and use it in GitHub Desktop.
netdata install debian
apt-get install zlib1g-dev uuid-dev libmnl-dev gcc make git autoconf autoconf-archive autogen automake pkg-config curl
cd /opt
git clone https://github.com/firehol/netdata.git --depth=1
cd netdata
./netdata-installer.sh
ln -s /opt/netdata/netdata-updater.sh /etc/cron.daily/netdata-updater
chown -Rf netdata:netdata /opt/netdata/web
service netdata restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment