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
# Determines whether HTTP endpoint is enabled.
enabled = true
# The bind address used by the HTTP service.
bind-address = ":8086"
# Determines whether user authentication is enabled over HTTP/HTTPS.
auth-enabled = false
# The default realm sent back when issuing a basic auth challenge.
# realm = "InfluxDB"
# Determines whether HTTP request logging is enabled.
log-enabled = true
Not an issue, just some tips on how to send the car data to a DB and then plot it on Grafana.
(Only Linux)
sudo nano /etc/influxdb/influxdb.conf
Under
[http]
section, edit this line:sudo nano /etc/telegraf/telegraf.conf
Under
[agent]
section edit this line:Under
[[outputs.influxdb]]
this line:And last, under
[[inputs.http]]
this line:Reload the service:
And now log-in on Grafana:
http://Your_IP:3000
The default user and password usually are "admin" / "admin"
And then you have just to create a new panel/dashboard with the data that you want!
Have fun!
PS:
Feel free to correct my English
The text was updated successfully, but these errors were encountered: