pedrolsazevedo / TICK-Speedtest-Grafana

My simple configuration of a TIC(Telegraf, InfluxDB and Chronograf), Speedtest and Grafana, to follow my network speed and quality
10 stars 7 forks source link

No data on dashboard #7

Open JackoAC opened 1 year ago

JackoAC commented 1 year ago

Hello, I've started recently to use telegraf and grafana. I've followed your instruction but i dont have any data on my dashboard. My datasource on grafana is working but i can't get metrics from telegraf and speedtest.

'telegraf@Grafana:/root$ tail /var/log/telegraf/agent_speedtest.log 2023-07-28T09:15:49Z E! [telegraf] Error running agent: input plugins recorded 1 errors 2023-07-28T09:15:59Z D! [outputs.influxdb] Buffer fullness: 0 / 10000 metrics 2023-07-28T09:16:09Z D! [outputs.influxdb] Buffer fullness: 0 / 10000 metrics 2023-07-28T09:16:19Z D! [outputs.influxdb] Buffer fullness: 0 / 10000 metrics 2023-07-28T09:16:29Z D! [outputs.influxdb] Buffer fullness: 0 / 10000 metrics 2023-07-28T09:16:39Z D! [outputs.influxdb] Buffer fullness: 0 / 10000 metrics 2023-07-28T09:16:49Z D! [outputs.influxdb] Buffer fullness: 0 / 10000 metrics 2023-07-28T09:16:59Z D! [outputs.influxdb] Buffer fullness: 0 / 10000 metrics 2023-07-28T09:17:09Z D! [outputs.influxdb] Buffer fullness: 0 / 10000 metrics 2023-07-28T09:17:19Z D! [outputs.influxdb] Buffer fullness: 0 / 10000 metrics '

Could you help me ? Thank in advance !

JackoAC commented 1 year ago

Well i needed to run the speedtest, then this command, telegraf --config /etc/telegraf/telegraf.conf --once Now it work