This full course will teach you everything you need to know to monitor your server’s resource health with Netdata. Discover how to install it, view graphs, set up alerts, view logs, and more! In this episode, we’ll take a look at getting Netdata installed.
Thanks so much to Netdata for sponsoring this course! Check them out for free and enhance your server monitoring.
Relevant Links
- Check out Netdata
- Spin up Linux servers with Digital Ocean
- Netdata documentation
- Offline installation article
- Resource usage article
Commands Used in this Video
The commands that were used in this video are below, so that way you can copy and paste if you’d like.
Installing MariaDB on Debian/Ubuntu
sudo apt install mariadb-server
Installing NFS on Debian/Ubuntu
sudo apt install nfs-kernel-server
Installing NGINX on AlmaLinux OS
sudo dnf install nginx
Installing Netdata
wget -O /tmp/netdata-kickstart.sh https://get.netdata.cloud/kickstart.sh && sh /tmp/netdata-kickstart.sh
Installing wget on AlmaLinux OS
sudo dnf install wget
Installing Netdata (offline, for air-gapped environments)
wget -O /tmp/netdata-kickstart.sh https://get.netdata.cloud/kickstart.sh && sh /tmp/netdata-kickstart.sh --prepare-offline-install-source ./netdata-offline