Netdata not working!

I’m using Manjro. I just installed Netdata using this link “wget -O /tmp/netdata-kickstart.sh https://my-netdata.io/kickstart.sh && sh /tmp/netdata-kickstart.sh --disable-telemetry”
But after installation I ran sudo netdata and it showing me this error

[lelouch@euphoria ~]$ sudo netdata
[sudo] password for lelouch:
sudo: netdata: command not found

What can I do?

Hi @mike welcome!

Assuming that the command did indeed install netdata and it did not fail, can you check if sudo systemctl status netdata returns the status of netdata service? Generally netdata should start as a service, not needing to run it as a command.

It’s showing a failed process.

● netdata.service - Real time performance monitoring
Loaded: loaded (/usr/lib/systemd/system/netdata.service; disabled; preset: disabled)
Active: activating (auto-restart) (Result: exit-code) since Mon 2023-01-09 18:59:09 +06; 15s ago
Process: 4370 ExecStartPre=/bin/mkdir -p /opt/netdata/var/cache/netdata (code=exited, status=0/SUCCESS)
Process: 4371 ExecStartPre=/bin/chown -R netdata /opt/netdata/var/cache/netdata (code=exited, status=0/SUCCESS)
Process: 4372 ExecStartPre=/bin/mkdir -p /run/netdata (code=exited, status=0/SUCCESS)
Process: 4373 ExecStartPre=/bin/chown -R netdata /run/netdata (code=exited, status=0/SUCCESS)
Process: 4374 ExecStart=/opt/netdata/usr/sbin/netdata -P /run/netdata/netdata.pid -D (code=exited, status=1/FAILURE)
Main PID: 4374 (code=exited, status=1/FAILURE)
CPU: 52ms

Ok, thanks!

It appears then that netdata was installed using a static binary, and it’s installed under /opt/netdata.

Can you please send the file /opt/netdata/var/log/netdata to manolis@netdata.cloud to have a look? It should show what’s going on.

Thanks!

Ok, I already have send the files to manolis@netdata.cloud

Well, it appears to be working, at least for a couple of hours (until it received a SIGTERM signal).

When you start it using sudo systemctl start netdata can you observer the error.log or visit the local dashboard to check if it’s running?