Skip to content

Instantly share code, notes, and snippets.

@trungtnm
Last active March 12, 2020 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trungtnm/ea3eb91925d9fe86598142d5a56d220d to your computer and use it in GitHub Desktop.
Save trungtnm/ea3eb91925d9fe86598142d5a56d220d to your computer and use it in GitHub Desktop.
Instructions for installing Netdata on CentOS 6 machine
#/bin/bash
rpm -ivh http://repo.okay.com.mx/centos/6/x86_64/release/okay-release-1-3.el6.noarch.rpm
yum -y install autoconf automake curl gcc git libmnl-devel libuuid-devel openssl-devel libuv-devel lz4-devel Judy-devel make nc pkgconfig python zlib-devel
cd /tmp
git clone https://github.com/netdata/netdata.git --depth=100
cd netdata
./netdata-installer.sh --libs-are-really-here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment