Control Web Panel

WebPanel => How to => Topic started by: bullten on August 30, 2018, 01:20:31 PM

Title: [Tutorial] Installing Netdata on Centos Web Panel
Post by: bullten 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
Title: Re: [Tutorial] Installing Netdata on Centos Web Panel
Post by: ring_c 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 (https://pasteboard.co/HCagjN0.png)
(https://pasteboard.co/HCagjN0.png)

Recovery screenshot from email:
https://pasteboard.co/HCafQi3.png (https://pasteboard.co/HCafQi3.png)
(https://pasteboard.co/HCafQi3.png)
Title: Re: [Tutorial] Installing Netdata on Centos Web Panel
Post by: bullten on September 03, 2018, 11:22:42 AM
You can join the discussion here

https://github.com/firehol/netdata/issues/3234
Title: Re: [Tutorial] Installing Netdata on Centos Web Panel
Post by: ring_c on September 03, 2018, 12:03:01 PM
Thank you so much!
Title: Re: [Tutorial] Installing Netdata on Centos Web Panel
Post by: ring_c 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
Title: Re: [Tutorial] Installing Netdata on Centos Web Panel
Post by: puterfixer 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.  >:(
Title: Re: [Tutorial] Installing Netdata on Centos Web Panel
Post by: adamjedgar 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.
Title: Re: [Tutorial] Installing Netdata on Centos Web Panel
Post by: ejsolutions 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.
Title: Re: [Tutorial] Installing Netdata on Centos Web Panel
Post by: changlee 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?
Title: Re: [Tutorial] Installing Netdata on Centos Web Panel
Post by: ejsolutions 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. ;) ]