Last active
June 12, 2018 16:15
-
-
Save dubcl/fca8a3823e0599aabc04570382ebe19e to your computer and use it in GitHub Desktop.
netdata install debian
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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