Author Topic: [Tutorial] Installing Netdata on Centos Web Panel  (Read 15865 times)

0 Members and 1 Guest are viewing this topic.

Offline
***
[Tutorial] Installing Netdata on Centos Web Panel
« on: August 30, 2018, 01:20:31 PM »
See what is Netdata here

Code: [Select]
https://my-netdata.io/
Installation

Code: [Select]
https://panel.bullten.net/knowledgebase/72/Install-Netdata-on-CWP.html

Offline
**
Re: [Tutorial] Installing Netdata on Centos Web Panel
« Reply #1 on: September 03, 2018, 11:00:59 AM »
Any idea what this error mean (tcp listen drops)?


Warning screenshot from email:
https://pasteboard.co/HCagjN0.png


Recovery screenshot from email:
https://pasteboard.co/HCafQi3.png

Offline
***
Re: [Tutorial] Installing Netdata on Centos Web Panel
« Reply #2 on: September 03, 2018, 11:22:42 AM »
You can join the discussion here

https://github.com/firehol/netdata/issues/3234

Offline
**
Re: [Tutorial] Installing Netdata on Centos Web Panel
« Reply #3 on: September 03, 2018, 12:03:01 PM »
Thank you so much!

Offline
**
Re: [Tutorial] Installing Netdata on Centos Web Panel
« Reply #4 on: September 20, 2018, 06:15:09 AM »
Installation
Code: [Select]
https://panel.bullten.net/knowledgebase/72/Install-Netdata-on-CWP.html


Trying to uninstall with the command given in the tutorial, I get this:
Code: [Select]
# sh /usr/local/src/netdata/netdata-uninstaller.sh
sh: /usr/local/src/netdata/netdata-uninstaller.sh: No such file or directory

Offline
*
Re: [Tutorial] Installing Netdata on Centos Web Panel
« Reply #5 on: April 10, 2019, 04:17:41 PM »
To whom it may concern: uninstalling netdata is done with the command

Code: [Select]
/usr/libexec/netdata-uninstaller.sh --yes
You will have to answer with yes or just hitting enter on a few deletion questions during the clean-up.

I was not aware of the automated installation of this new service, just started getting e-mails from it. The worse part is that its stats page is fully exposed with no authentication on the url http://yourserverip:19999 - revealing user accounts running, storage paths and so on. Thanks for making user accounts public, now bots can hammer my server with authentication attempts knowing exactly which usernames are valid.  >:(

Offline
***
Re: [Tutorial] Installing Netdata on Centos Web Panel
« Reply #6 on: April 22, 2019, 08:19:33 PM »
Go to your vps service provider network firewall and completely block all traffic on netdata port/s.

Because blocking the port is being done from outside the vps, CWP can't enable it again.

Re: [Tutorial] Installing Netdata on Centos Web Panel
« Reply #7 on: April 24, 2019, 02:07:06 PM »
Go to your vps service provider network firewall and completely block all traffic on netdata port/s.

Because blocking the port is being done from outside the vps, CWP can't enable it again.

DO NOT INSTALL NETDATA under any circumstances; there are much better ways to monitor your server.

Offline
**
Re: [Tutorial] Installing Netdata on Centos Web Panel
« Reply #8 on: March 21, 2020, 05:25:53 PM »
Like? What other ways please?

Also what is NetData server requirements? Does that work at small VPS with 2GB ram please?
You may use our FREE SMTP Newsletter APP at https://www.emailbat.com

Re: [Tutorial] Installing Netdata on Centos Web Panel
« Reply #9 on: March 21, 2020, 11:20:01 PM »
Like? What other ways please?
Locally, munin is what I've been using for around 20 years. It keeps sensitive information at your server, not distributed to a 3rd party.
Externally, just use uptime monitors, such as hetrixtools, nodequery, uptimerobot and any number of other free options available at your favourite search engine.

[I still class 2GB as a medium size VPS (especially with 2 cores); 512MB for VPN and 1GB for a number of static sites. ;) ]