CPIT-490/CPIT-632
GitLab
Netdata is distributed, real-time, performance and health monitoring for systems and applications.
Update system to avoid any problems
sudo yum update
Install netdata
bash <(curl -Ss https://my-netdata.io/kickstart.sh)
Open the default 19999 tcp port in the cloud provider (e.g., Azure) portal
Open the same port using the firewall-cmd command below.
sudo firewall-cmd --permanent --add-port=19999/tcp sudo firewall-cmd --reload
Done.