#Trying to install Netdata on OpenSUSE Tumbleweed

1 messages · Page 1 of 1 (latest)

tired ore
#

Does anyone happen to know whether it's possible to get net data working on this particular distro? I get to the local server okay but it doesn't take the token that's generated from the CLI.

narrow spear
#

Hi. What doest that mean?

it doesn't take the token that's generated from the CLI

Can you please provide more info?

tired ore
#

When I attempt to claim the node, the button goes from "claiming" back to "claim" without adding it. However, looking at the terminal output from the installer, looks like an issue with certs

#

[/tmp/netdata-kickstart-97I17AtZO7]# /opt/netdata/bin/netdatacli reload-claiming-state
Netdata Agent is not claimed to Netdata Cloud: Request failed with error: Problem with the SSL CA cert (path? access rights?) (proxy is set to 'env')

narrow spear
#

To fix it:

sudo ln -s /etc/ssl/ca-bundle.pem /etc/ssl/certs/ca-certificates.crt

And try to claim again.

tired ore
#

Yay!