I am stumped with this simple issue. Any help would be great

I’m trying to get some information into Grafana which I’m done many times. Here I’m using telegraf to poll a single router and send the data to InfluxDB, which you can see here is working:

Telegraf:

Telegraf file

image

Influx:

Chronograf:

Now here is the issue, I create a datasource to Influx and try and build a graph and it finds nothing:

image

I did put a username and password on the influxdb but it seems Grafana doesn’t care:

image

Now I try a graph:

image

Also it seems to find my tag, but nothing after too:

image

What could be the issue?

this sounds like a datasource configuration issue. Can you view your Grafana server logs while trying to test and save the datasource? Or perhaps view the network tab in your browser’s developer tools?

This topic was automatically closed after 365 days. New replies are no longer allowed.