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
Change old bad hosts like twitter.com to other domains of your choices in the inputs.ping section of docker-compose/telegraf/conf/telegraf.conf. I went with google.com, amazon.com and bbc.co.uk. Twitter under Elon appears to be adding some kind of lag to their ping responses that makes Telegraf timeout.
Run: make install
Login to grafana at yourhost:3000 admin/admin and change password
Problem: I see no dashboards in 'dashboards -> manage'
Fix:
Configure the InfluxDB datasource using credentials from docker-compose/credentials.env for the read only Grafana user
Install steps:
docker-compose.yml
replacingimage: tty0... telegraf
with:inputs.ping
section ofdocker-compose/telegraf/conf/telegraf.conf
. I went with google.com, amazon.com and bbc.co.uk. Twitter under Elon appears to be adding some kind of lag to their ping responses that makes Telegraf timeout.make install
docker-compose/credentials.env
for the read only Grafana userThe text was updated successfully, but these errors were encountered: