How to install netdata system monitoring on ClearOS 7.1

Netdata is a complete system monitoring you need to keep yourself updated about your server status. It provides a detailed information about cpu, network, ram, system load and many more. This tutorial will show you how to install Netdata on ClearOS 7.1. ClearOS is a CentOS based Linux designed for server.

netdata on clearos

Thanks to Netdata developer that provide a simple script to install Netdata on Linux. Please proceed to the following steps to install netdata on ClearOS 7.10.

First, login to ClearOS console as root. Copy and paste the following command:

curl -Ss ‘https://raw.githubusercontent.com/firehol/netdata-demo-site/master/install-required-packages.sh’ >/tmp/kickstart.sh && bash /tmp/kickstart.sh netdata-all

Press Enter when asked

netdata-clearos

Then it will download some files needed by Netdata.

Step 2 is to download netdata

Still in Terminal, paste the following command to download netdata package from the official website

git clone https://github.com/firehol/netdata.git –depth=1

Now cd to the downloaded folder

cd netdata

Execute this command to start the installation

./netdata-installer.sh

When it completed, open your web browser and type the IP address of your server with the following format

http://server-ip-address:19999

For more information, please visit the official website below:

https://github.com/firehol/netdata/wiki/Installation

Admin

Leave a Reply

Your email address will not be published. Required fields are marked *