Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section Web Server
  • Search

[HowTo] Install Netdata Monitoring Tool on Ubuntu 18.04 LTS with VestaCP

Questions regarding the Web Server
Apache + Nginx, Nginx + PHP5-FPM
Post Reply
  • Print view
Advanced search
5 posts • Page 1 of 1
xorro
Posts: 87
Joined: Sun Nov 13, 2016 3:11 pm
Contact:
Contact xorro
Website Skype

Os: CentOS 6x
Web: apache + nginx
[HowTo] Install Netdata Monitoring Tool on Ubuntu 18.04 LTS with VestaCP
  • Quote

Post by xorro » Fri Aug 31, 2018 9:11 am

Netdata is a free, open source, simple and real-time performance and health monitoring tool with a beautiful web front-end. You can monitor CPU, RAM usage, disk I/O, network traffic, Postfix and much more using Netdata. Netdata gathers real-time performance data from Linux, FreeBSD, MacOS and SNMP devices quickly and effectively.

In this tutorial, we are going to look at how to install Netdata performance Monitoring tool on Ubuntu 18.04 LTS (Bionic Beaver) server running VestaCP.

By default, Netdata is available in the Ubuntu 18.04 default repository. You can easily install with the following command:

Code: Select all

sudo apt-get install netdata -y
Once Netdata is installed, you can proceed to the next step.

By default, Netdata default configuration file located at /etc/netdata/netdata.conf. Now, open the file and change the server loop back address to your server's IP address.

Code: Select all

sudo nano /etc/netdata/netdata.conf
Make the following changes:

Code: Select all

[global]
        run as user = netdata
        web files owner = root
        web files group = root
        # Netdata is not designed to be exposed to potentially hostile
        # networks.See https://github.com/firehol/netdata/issues/164
        bind socket to IP = 192.168.0.111
Save and close the file, then restart Netdata service to apply the changes:

Code: Select all

sudo systemctl restart netdata
You can check the status of Netdata with the following command:

Code: Select all

sudo systemctl status netdata
Output:

Code: Select all

? netdata.service - netdata - Real-time performance monitoring
   Loaded: loaded (/lib/systemd/system/netdata.service; enabled; vendor preset: enabled)
   Active: active (running) since Thu 2018-08-12 05:04:11 UTC; 2min 07s ago
     Docs: man:netdata
           file:///usr/share/doc/netdata/html/index.html
           https://github.com/firehol/netdata
 Main PID: 3317 (netdata)
    Tasks: 14 (limit: 2855)
   CGroup: /system.slice/netdata.service
           ??3317 /usr/sbin/netdata -D
           ??3350 bash /usr/lib/x86_64-linux-gnu/netdata/plugins.d/tc-qos-helper.sh 1
           ??3353 /usr/lib/x86_64-linux-gnu/netdata/plugins.d/apps.plugin 1

Aug 16 06:03:01 ubuntu1804 systemd[1]: Stopped netdata - Real-time performance monitoring.
Aug 16 06:03:01 ubuntu1804 systemd[1]: Started netdata - Real-time performance monitoring.
Netdata is now installed and listening on port 19999. Open your web browser and type the URL http://yourserverip:19999.
You will be redirected to the Netdata default dashboard:

Dashboard
Image
Load and Disk Usage
Image
RAM and Swap
Image
Network Information
Image
Process
Image
Top

BartMan__X
Posts: 13
Joined: Tue Jan 16, 2018 2:58 am

Os: CentOS 6x
Web: apache + nginx
Re: [HowTo] Install Netdata Monitoring Tool on Ubuntu 18.04 LTS with VestaCP
  • Quote

Post by BartMan__X » Sat Jan 25, 2020 2:15 pm

this did not work for me
Top

exclu254
Posts: 44
Joined: Mon Dec 23, 2019 6:44 pm

Os: Ubuntu 15x
Web: nginx + php-fpm
Re: [HowTo] Install Netdata Monitoring Tool on Ubuntu 18.04 LTS with VestaCP
  • Quote

Post by exclu254 » Mon Jan 27, 2020 3:29 pm

BartMan__X wrote: ↑
Sat Jan 25, 2020 2:15 pm
this did not work for me
What is not working? The Installation or?
Top

boxygen
Posts: 23
Joined: Tue Aug 21, 2018 7:54 am

Os: CentOS 6x
Web: apache + nginx
Re: [HowTo] Install Netdata Monitoring Tool on Ubuntu 18.04 LTS with VestaCP
  • Quote

Post by boxygen » Mon May 25, 2020 3:30 pm

I am Using CentOS 7.x

I have installed and the service is running but I can't access the port 19999.

I have added a rule using this post

viewtopic.php?t=16632

But even then I can't access the GUI at this port.

Regards.
Top

SdeSergi
Posts: 11
Joined: Fri May 15, 2020 9:39 am

Os: Ubuntu 17x
Web: apache + nginx
Re: [HowTo] Install Netdata Monitoring Tool on Ubuntu 18.04 LTS with VestaCP
  • Quote

Post by SdeSergi » Mon May 25, 2020 6:31 pm

Work fine on ubuntu 18.04.4 LTS

Thanks!
Top


Post Reply
  • Print view

5 posts • Page 1 of 1

Return to “Web Server”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password