All Projects → guessi → Docker Compose Grafana Influxdb

guessi / Docker Compose Grafana Influxdb

Demonstration scripts for running Grafana with InfluxDB as datasource.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Docker Compose Grafana Influxdb

cv4pve-metrics
Metrics for Proxmox VE, Grafana with dasboard, InfluxDb
Stars: ✭ 38 (+31.03%)
Mutual labels:  influxdb, docker-compose, grafana
Docker Flask Mongodb Example
Uses docker compose with a python flask microservice and MongoDB instance to make a sample application
Stars: ✭ 49 (+68.97%)
Mutual labels:  influxdb, grafana, docker-compose
Pi Hole Monitoring
Monitoring Pi-Hole statistics with Grafana
Stars: ✭ 196 (+575.86%)
Mutual labels:  influxdb, grafana, docker-compose
MinerDashboards
Metric scrapers, InfluxDB queries, and Grafana dashboards for crypto miners. (XMRig, XMRig-proxy, GMiner, MoneroOcean, Belkin WeMo, Telegraf, CoreTemp, CoinMarketCap, Monero Wallet RCP)
Stars: ✭ 13 (-55.17%)
Mutual labels:  influxdb, grafana
luftdatenpumpe
Process live and historical data from luftdaten.info, IRCELINE and OpenAQ. Filter by station-id, sensor-id and sensor-type, apply reverse geocoding, store into timeseries and RDBMS databases, publish to MQTT, output as JSON or visualize in Grafana.
Stars: ✭ 22 (-24.14%)
Mutual labels:  influxdb, grafana
dockerized
🐳 Build once, run anywhere
Stars: ✭ 70 (+141.38%)
Mutual labels:  docker-compose, grafana
kotori
A flexible data historian based on InfluxDB, Grafana, MQTT and more. Free, open, simple.
Stars: ✭ 73 (+151.72%)
Mutual labels:  influxdb, grafana
Hastic Server
Hastic data management server for analyzing patterns and anomalies from Grafana
Stars: ✭ 292 (+906.9%)
Mutual labels:  influxdb, grafana
Questdb
An open source SQL database designed to process time series data, faster
Stars: ✭ 7,544 (+25913.79%)
Mutual labels:  grafana, influxdb
Prometheus
A docker-compose stack for Prometheus monitoring
Stars: ✭ 3,383 (+11565.52%)
Mutual labels:  grafana, docker-compose
Victoriametrics
VictoriaMetrics: fast, cost-effective monitoring solution and time series database
Stars: ✭ 5,558 (+19065.52%)
Mutual labels:  influxdb, grafana
Awesome Monitoring
INFRASTRUCTURE、OPERATION SYSTEM and APPLICATION monitoring tools for Operations.
Stars: ✭ 356 (+1127.59%)
Mutual labels:  influxdb, grafana
Wizzy
Manage & automate Grafana with easy wizzy
Stars: ✭ 461 (+1489.66%)
Mutual labels:  influxdb, grafana
web-log-analyst
🐌 Nginx日志分析处理监控
Stars: ✭ 35 (+20.69%)
Mutual labels:  influxdb, grafana
yanic
Yet another node info collector - for respondd to be used with meshviewer to Grafana (with influxdb or graphite)
Stars: ✭ 22 (-24.14%)
Mutual labels:  influxdb, grafana
ruuvitag-demo
Demo of reading Bluetooth Low Energy sensor measurements of RuuviTag environmental sensors and feeding them to MQTT, a database and dashboards
Stars: ✭ 14 (-51.72%)
Mutual labels:  influxdb, grafana
Performance Testing Framework
Framework allows to perform load testing with Apache Jmeter, view application/server metrics in real-time with Grafana, analyze errors cause with detailed traces for failed requests, compare different test runs in scripted dashboard and perform frontend performance testing with sitespeed.io+webpagetest
Stars: ✭ 275 (+848.28%)
Mutual labels:  influxdb, grafana
Onboarding
A list of resources we at flyeralarm use to get new developers up and running
Stars: ✭ 648 (+2134.48%)
Mutual labels:  influxdb, grafana
histou
Adds templates to Grafana in combination with nagflux
Stars: ✭ 33 (+13.79%)
Mutual labels:  influxdb, grafana
webperf-dashboard
Web Performance Dashboard forked from https://github.com/boyney123/garie
Stars: ✭ 51 (+75.86%)
Mutual labels:  influxdb, grafana

Grafana Monitoring System with InfluxDB

Disclaimer

This is demonstration scripts for running Grafana with InfluxDB as datasource.

Please be sure to check all the env files before running this setup on Production environment.

Prerequisites

  • Docker-CE 18.06+
  • Docker Compose v1.23.1+

Quick Start Guide

$ ./provision.sh

That's all, now you should be able to check your dashboard by visiting http://localhost:3000 :-)

FAQ

Where can I find my data?

please find your data via $ docker volume ls

$ docker volume ls

DRIVER          VOLUME NAME
local           demo_grafana-lib
local           demo_grafana-log
local           demo_influxdb-lib

I just messed up, how do I start over again?

I know you will ask, here's the cleanup script for you :-)

$ ./cleanup.sh

Docker Images

License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].