Skip to content

Instantly share code, notes, and snippets.

@rakibulinux
Last active December 25, 2021 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rakibulinux/58e44449d57eb0608fab8bc5d1e8fd0f to your computer and use it in GitHub Desktop.
Save rakibulinux/58e44449d57eb0608fab8bc5d1e8fd0f to your computer and use it in GitHub Desktop.
How to Install Netdata on Ubuntu 18.04 LTS
#!/bash/sh
sudo apt-get update
sudo apt-get upgrade
bash <(curl -Ss https://my-netdata.io/kickstart.sh)
#Confirm Netdata is running
sudo netstat -pnltu | grep 19999
sudo systemctl status netdata
#Access Netdata dashboard
http://host-ip:19999
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment