Comments on How to Install Netdata Monitoring Tool on Ubuntu 20.04
Netdata is a free, open-source and real-time performance and health monitoring tool. In this tutorial, we will show you how to install the Netdata monitoring tool on Ubuntu 20.04 server.
3 Comment(s)
Comments
Hello, Amazing tool ! Thanks a lot :-)
I install with script.
Next I try to attach ispconfig ssl to it, in order to connect through serv.domain.tld:19999.
I did : nano netdata.conf
changed : [global] # run as user = netdata # glibc malloc arena max for plugins = 1 # glibc malloc arena max for netdata = 1 hostname = serv.domain.tld[...]
[web] ssl key = /etc/netdata/ssl/key.pem ssl certificate = /etc/netdata/ssl/cert.pem
next I create symlinks
ln -s /usr/local/ispconfig/interface/ssl/ispserver.pem /etc/netdata/ssl/key.pemln -s /usr/local/ispconfig/interface/ssl/ispserver.crt /etc/netdata/ssl/crt.pem
Restart netdata : systemctl restart netdata
But, it doesn't work. SSL_error
I have solution to create a website and proxypass, but I would prefer to attach to ispconfig. do you know, how to do it. Could you add it to your tuto ?
Many thanks
I am also looking for netdata/apache.conf in order to add htpasswd...
Any idea ?
Hi, thanks for your very helpful article on installing netdata in Ubuntu 20.04.On some servers I installed it via the shell script and some others I installed it via the apt repositories. All went fine until I tried to connecte the free Node (War room) service which, upon trying to create a new node, gives me a command I should run in each server I want to 'claim'. Example:sudo netdata-claim.sh -token=RN8WIT1beDgrdSWa95lkIsdKW0dAdjPaIu_hxNQX1mreVbOLNPOVO1odX5l-knc3bH4W_egqUaIczQeHfLM0BdjzHy7OUSsWr3evPuc-nNLaEaIBPE2Z5x5II_jpcNn9O4s8_kc -rooms=82d7ce27-e83a-497b-b58f-0d9dc5e749a4 -url=https://app.netdata.cloud The problem here is that this script(netdata-claim.sh) is not installed during the installation of netdata. Do you know how I could get it and install it in my monitored servers? Regards Michel (Linux Sysadmin)