Netdata problem

Hello everyone, here I am again :slight_smile:
I am having a problem with netdata, I install it, I put the IP of the pi in .conf and I can’t get it to start. in services it says activating
I started all this with a netdata installation from somewhere else since it was more up to date. I managed to uninstall it but now when I install it from the dietpi-launcher I can’t get it to start

Hi,

by default, Netdata is listen to localhost IP only.

root@DietPiOPi5:~# ss -tulpn | grep netdata | grep LISTEN
tcp   LISTEN 0      4096       127.0.0.1:8125       0.0.0.0:*    users:(("netdata",pid=2596,fd=90))
tcp   LISTEN 0      4096       127.0.0.1:19999      0.0.0.0:*    users:(("netdata",pid=2596,fd=6))
tcp   LISTEN 0      4096           [::1]:8125          [::]:*    users:(("netdata",pid=2596,fd=89))

Can you check following on your side

ss -tulpn | grep netdata | grep LISTEN
journalctl -u netdata.service
systemctl status netdata.service
1 Like

Ready, I solved it by uninstalling and with winscp I deleted all traces of netdata then installed again and it started working

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.