Skip to content

Instantly share code, notes, and snippets.

@schefferdev
Last active June 29, 2018 13:14
Show Gist options
  • Select an option

  • Save schefferdev/0a3bcca27c49678dbb731a56af22a705 to your computer and use it in GitHub Desktop.

Select an option

Save schefferdev/0a3bcca27c49678dbb731a56af22a705 to your computer and use it in GitHub Desktop.

Instale as dependencias

# Debian / Ubuntu
apt-get install zlib1g-dev uuid-dev libmnl-dev gcc make git autoconf autoconf-archive autogen automake pkg-config curl

# Fedora
dnf install zlib-devel libuuid-devel libmnl-devel gcc make git autoconf autoconf-archive autogen automake pkgconfig curl findutils

# CentOS / Red Hat Enterprise Linux
yum install autoconf automake curl gcc git libmnl-devel libuuid-devel lm_sensors make MySQL-python nc pkgconfig python python-psycopg2 PyYAML zlib-devel

instale o firehol

# download it - the directory 'netdata' will be created
git clone https://github.com/firehol/netdata.git --depth=1
cd netdata

# run script with root privileges to build, install, start netdata
./netdata-installer.sh

Para acessar, va no navegador e acesse http://ip:19999

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment