How to Monitor Nextcloud Server Performance Using Netdata on Ubuntu Server 20 04.

Опубликовано: 01 Октябрь 2024
на канале: MD TECH Tutorials
1,915
27

Netdata is a free and opensource real-time monitoring and troubleshooting tool for cloud servers, containers, applications, and on-premise IT infrastructure. It provides high granular and real-time system metrics such as CPU performance, RAM & disk utilization, and bandwidth statistics.

Netdata supports the following Ubuntu LTS distributions:

Ubuntu 20.04
Ubuntu 18.04
Ubuntu 16.04

----- How to Install Netdata in Ubuntu Linux ---------------

1. Run the command below
$ bash (curl -Ss https://my-netdata.io/kickstart.sh)

2. Once installed, start, enable, and verify the status of Netdata.
$ sudo systemctl start netdata
$ sudo systemctl enable netdata
$ sudo systemctl status netdata

3. Netdata listens on port 19999 and this can be confirmed using the netstat command
$ sudo netstat -pnltu | grep netdata

4. If you have UFW running, make an effort to open port 19999 as this will be required when accessing Netdata on the browser.
$ sudo ufw allow 19999/tcp
$ sudo ufw reload

5. Finally, to access Netdata, switch to your browser and browse the following URL
http://server-ip:19999/

- End -

Please watch our more upcoming videos and don't forget to LIKE, COMMENT, AND SUBSCRIBE.
Thank you!

MD
System Administrator