Sign inSign up

tillsteinbach/carconnectivity-grafana

By tillsteinbach

Updated 8 months ago

Grafana provisioned for CarConnectivity Software

Image
Internet of things
Data science
Monitoring & observability
1

4.8K

tillsteinbach/carconnectivity-grafana repository overview

Grafana provisioned for CarConnectivity Software

GitHub sourcecode GitHub release (latest by date) GitHub GitHub issues Docker Image Size (latest semver) Docker Pulls Donate at PayPal Sponsor at Github

This image provisions Grafana with the following:

More information

More information can be found on Github: https://github.com/tillsteinbach/CarConnectivity-grafana/

Requirements

  • Docker 20.10.10 or later (if you are new to Docker, see Installing Docker and Docker Compose or for Raspberry Pi), docker-compose needs to be at least version 1.27.0 (you can check with docker compose --version)
  • A Machine that's always on, so VWsFriend can continually fetch data
  • External internet access, to talk to the servers

How to start

{
    "carConnectivity": {
        "log_level": "error", // set the global log level, you can set individual log levels in the connectors and plugins
        "connectors": [
            {
                // Definition for your connector
                ...
            }
        ],
        "plugins": [
            {
                "type": "webui",
                "config": {
                    "username": "admin",
                    "password": "secret",
                }
            },{
                "type": "database",
                "config":{
                    "db_url": "postgresql://admin:secret@postgresdbbackend:5432/carconnectivity"
                }
            }
        ]
    }
}

Webui username and password must match the values in your .env file. db_url must match your database configuration in the .env file.

  • Start the stack using your configuration.
docker compose --env-file ./myconfig.env up

Tag summary

Content type

Image

Digest

sha256:e14df21c3

Size

201.3 MB

Last updated

9 months ago

docker pull tillsteinbach/carconnectivity-grafana