Netdata on OPNSense

Installed Netdata (Ver. 1.1) via the OPNSense Plugin. It’s working perfectly fine locally, but getting this error when I try connecting to the cloud

root@terralogix:/ # root@terralogix:/ # bash <(curl -Ss https://my-netdata.io/kickstart.sh) --claim-token wwuS1TTKP2p4LKm0U–QY9nMWo7l3js8guTcGhU58UifJvy–Ltc0EAByI05XJ_tLLxlVMo18zJTqPoAGkJk0RgKiWjoYVBFLxyidEfJnwmQHYa6QsNCWVWCHII33vJTNj3YXSM --claim-rooms 2500d098-d9b8-4487-8aeb-1a24e50485f4 --claim-url https://app.netdata.cloud
Missing name for re-direct.

Hope someone can help.

Hi @terralogix ! Welcome!

First question, is version 1.1 of Netdata that you installed? If yes, it is kinda old, and may be the source of claim problems.

Hi,

I already updated it using git clone

Thanks

So, you’re still getting the error, after the update?

Yes Sir still getting it.

Could you please send us the logs you get when you are trying to claim a note?
Do you still get the following error message?

Missing name for re-direct

Thanks!

the error.log file under /var/log/netdata ?

I was referring to the error you get when you try to claim your node to the cloud. Mainly the output of the command
bash <(curl -Ss https://my-netdata.io/kickstart.sh) --claim-token wwuS1TTKP2p4LKm0U–QY9nMWo7l3js8guTcGhU58UifJvy–Ltc0EAByI05XJ_tLLxlVMo18zJTqPoAGkJk0RgKiWjoYVBFLxyidEfJnwmQHYa6QsNCWVWCHII33vJTNj3YXSM --claim-rooms 2500d098-d9b8-4487-8aeb-1a24e50485f4 --claim-url https://app.netdata.cloud

Missing name for redirect.

Not a specialist, but it looks like the error comes from the OPNSense shell

Also, I’m not sure our kickstart script supports OPNSense (FreeBSD-based firewall). @Austin_Hemmelgarn can correct me if I’m wrong.

In theory the kickstart script might work, if all the required dependencies are there to begin with, but in practice I think that’s a rather unlikely situation.

I managed to run the script and it successfully finds the netdata agent installed by the plugin. However it cannot claim it as the agent provided by the plugin is built with --disable-cloud option. If you still need this you should ask teh developer of teh plugin to compile a new version without that option.