Edit Page

Netdata

What is Netdata?

Netdata is distributed, real-time, performance and health monitoring for systems and applications.

How to install and run Netdata?

  1. Update system to avoid any problems

    sudo yum update
    
  2. Install netdata

    bash <(curl -Ss https://my-netdata.io/kickstart.sh)
    
  3. Open the default 19999 tcp port in the cloud provider (e.g., Azure) portal

  4. Open the same port using the firewall-cmd command below.

    sudo firewall-cmd --permanent --add-port=19999/tcp
    sudo firewall-cmd --reload
    
  5. Done.