Last active
November 17, 2021 17:09
-
-
Save LinauxTerminology/ada14f814e6c4d7ffc7b155b138a6fbd to your computer and use it in GitHub Desktop.
I Will Do Install Netadata On Ubuntu 20.04 Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Author
LinauxTerminology
commented
Nov 17, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment