1 recipe shared
Installs NetData so you can monitor your servers. It is on port 19999, and allows you to view any resources used across the server, along with extension/apt usages. You can monitor Redis, MySQL,...
cd /root apt-get install -y zlib1g-dev uuid-dev libmnl-dev gcc make git autoconf autoconf-archive autogen automake pkg-config curl curl -Ss 'https://raw.githubusercontent.com/firehol/netdata-demo-site/master/install-required-packages.sh' >/tmp/kickstart.sh && bash /tmp/kickstart.sh -i netdata-all --dont-wait git clone https://github.com/firehol/netdata.git --depth=1