Skip to content

Instantly share code, notes, and snippets.

@LinauxTerminology
Last active November 17, 2021 17:09
Show Gist options
  • Save LinauxTerminology/ada14f814e6c4d7ffc7b155b138a6fbd to your computer and use it in GitHub Desktop.
Save LinauxTerminology/ada14f814e6c4d7ffc7b155b138a6fbd to your computer and use it in GitHub Desktop.
I Will Do Install Netadata On Ubuntu 20.04 Linux
If you need Netadata Setup contact with me:
Email: [email protected]
Skype: https://join.skype.com/
Telegram:https://t.me/LinauxTerminology
WhatsApp: +8801408694088
Imo: +8801408694088
##Installation
# Run `bash` for shell
bash
# install Netdata directly from GitHub source
bash <(curl -Ss https://my-netdata.io/kickstart.sh)
sudo systemctl start netdata
sudo systemctl enable netdata
sudo systemctl status netdata
sudo apt update
sudo apt install netdata
systemctl restart netdata
sudo systemctl status netdata
http://server-ip:19999
@LinauxTerminology
Copy link
Author

Screenshot from 2021-11-17 23-08-27
Screenshot from 2021-11-17 23-08-36
Screenshot from 2021-11-17 23-08-41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment