You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.
def in archm1 in ~/docker/netdata-influx took 20s
% curl -G http://localhost:8086/query --data-urlencode "q=CREATE DATABASE netdata"
{"code":"unauthorized","message":"unauthorized access"}% archm1
def in archm1 in ~/docker/netdata-influx
% curl -G http://192.168.178.32:8086/query --data-urlencode "q=CREATE DATABASE netdata"
{"code":"unauthorized","message":"unauthorized access"}% archm1
def in archm1 in ~/docker/netdata-influx
% curl -G http://archm1:8086/query --data-urlencode "q=CREATE DATABASE netdata"
{"code":"unauthorized","message":"unauthorized access"}% archm1
Nothing worked. I can succesfully create a user in the influx-db site, but I do not know how to create a database otherwise.
I found out, the route via influxdb GUI worked now. I could add the source in grafana. But I had also to disable my VPN temporarily. From there I had more problems. I could not import the grafana dashboard as described in the guide, unless I turn my VPN back on. From there, I wanted to add netdata sources, but it would end up in "Bad Gateway" and no data could be pulled.
The text was updated successfully, but these errors were encountered:
zDEFz
changed the title
create database netdata -> unauthorized
Unabel to create influxdb database via curl: create database netdata -> unauthorized
Feb 19, 2023
zDEFz
changed the title
Unabel to create influxdb database via curl: create database netdata -> unauthorized
Unable to create influxdb database via curl: create database netdata -> unauthorized
Feb 19, 2023
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello. Trying to set this up. Built the docker image manually for my m1 mac, this is my docker-compose.yml:
Then I ran
docker-compose up -d
And then I tried to create the netdata databse.
Nothing worked. I can succesfully create a user in the influx-db site, but I do not know how to create a database otherwise.
I found out, the route via influxdb GUI worked now. I could add the source in grafana. But I had also to disable my VPN temporarily. From there I had more problems. I could not import the grafana dashboard as described in the guide, unless I turn my VPN back on. From there, I wanted to add netdata sources, but it would end up in "Bad Gateway" and no data could be pulled.
The text was updated successfully, but these errors were encountered: