User Tools

Site Tools


snippets:netdata

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

snippets:netdata [2018/02/21 15:31] – created allsparksnippets:netdata [2018/02/21 15:32] (current) allspark
Line 1: Line 1:
 +# Netdata 
  
 +```
 +cd /usr/local/src
 +git clone https://github.com/firehol/netdata.git
 +apt install zlib1g-dev uuid-dev libmnl-dev gcc make git autoconf autoconf-archive autogen automake pkg-config curl
 +./netdata-installer.sh --install /opt
 +```