All Projects → samuelebistoletti → Docker Statsd Influxdb Grafana

samuelebistoletti / Docker Statsd Influxdb Grafana

Licence: mit
Docker Image with Telegraf (StatsD), InfluxDB and Grafana

Programming Languages

shell
77523 projects

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

Netdata
Real-time performance monitoring, done right! https://www.netdata.cloud
Stars: ✭ 57,056 (+16109.09%)
Mutual labels:  influxdb, grafana, statsd
kotori
A flexible data historian based on InfluxDB, Grafana, MQTT and more. Free, open, simple.
Stars: ✭ 73 (-79.26%)
Mutual labels:  influxdb, grafana
webperf-dashboard
Web Performance Dashboard forked from https://github.com/boyney123/garie
Stars: ✭ 51 (-85.51%)
Mutual labels:  influxdb, grafana
cv4pve-metrics
Metrics for Proxmox VE, Grafana with dasboard, InfluxDb
Stars: ✭ 38 (-89.2%)
Mutual labels:  influxdb, grafana
darksky2influxdb
Stores wheather forcecast data from darkskyapi into a influxdb database
Stars: ✭ 21 (-94.03%)
Mutual labels:  influxdb, grafana
microservices-observability
🎉 Microservices Observability - Log Aggregation, Distributed Tracking, Metrics
Stars: ✭ 40 (-88.64%)
Mutual labels:  influxdb, grafana
web-log-analyst
🐌 Nginx日志分析处理监控
Stars: ✭ 35 (-90.06%)
Mutual labels:  influxdb, grafana
dokku-graphite
a graphite, grafana, statsd, carbon plugin for dokku
Stars: ✭ 47 (-86.65%)
Mutual labels:  grafana, statsd
yanic
Yet another node info collector - for respondd to be used with meshviewer to Grafana (with influxdb or graphite)
Stars: ✭ 22 (-93.75%)
Mutual labels:  influxdb, grafana
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 (-96.31%)
Mutual labels:  influxdb, grafana
Questdb
An open source SQL database designed to process time series data, faster
Stars: ✭ 7,544 (+2043.18%)
Mutual labels:  grafana, influxdb
tilt-pitch
Simple replacement for the Tilt Hydrometer mobile apps and TiltPi with lots of features
Stars: ✭ 32 (-90.91%)
Mutual labels:  influxdb, grafana
docker-graphite
Run Graphite with Docker
Stars: ✭ 15 (-95.74%)
Mutual labels:  grafana, statsd
histou
Adds templates to Grafana in combination with nagflux
Stars: ✭ 33 (-90.62%)
Mutual labels:  influxdb, grafana
ha-config-ataraxis
My Home Assistant Configs. If you like what you see, please ⭐️my repo. It would encourage me a lot 🤘
Stars: ✭ 146 (-58.52%)
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 (-96.02%)
Mutual labels:  influxdb, grafana
Hastic Server
Hastic data management server for analyzing patterns and anomalies from Grafana
Stars: ✭ 292 (-17.05%)
Mutual labels:  influxdb, grafana
telegraf-influxdb-grafana
TIG Stack
Stars: ✭ 30 (-91.48%)
Mutual labels:  influxdb, grafana
nfCollector
Collects Netflow version 1, 5, 6, 7, 9 & IPFIX & stores them on InfluxData time-series DB (InfluxDB)
Stars: ✭ 30 (-91.48%)
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 (-93.75%)
Mutual labels:  influxdb, grafana

Docker Image with Telegraf (StatsD), InfluxDB and Grafana

👊 Battle-tested

CircleCI

Versions

Warning, breaking change: upgrade from version 1.0.x of this image is not supported, all persisted data in volumes will be lost if you delete the container.

  • Docker Image: 2.3.0
  • Ubuntu: 18.04
  • InfluxDB: 1.7.10
  • Telegraf (StatsD): 1.13.3-1
  • Grafana: 6.6.2

Quick Start

To start the container the first time launch:

docker run --ulimit nofile=66000:66000 \
  -d \
  --name docker-statsd-influxdb-grafana \
  -p 3003:3003 \
  -p 3004:8888 \
  -p 8086:8086 \
  -p 8125:8125/udp \
  samuelebistoletti/docker-statsd-influxdb-grafana:latest

You can replace latest with the desired version listed in changelog file.

To stop the container launch:

docker stop docker-statsd-influxdb-grafana

To start the container again launch:

docker start docker-statsd-influxdb-grafana

Mapped Ports

Host		Container		Service

3003		3003			grafana
3004		8888			influxdb-admin (chronograf)
8086		8086			influxdb
8125		8125			statsd

Grafana

Open http://localhost:3003

Username: root
Password: root

Add data source on Grafana

  1. Using the wizard click on Add data source
  2. Choose a name for the source and flag it as Default
  3. Choose InfluxDB as type
  4. Choose direct as access
  5. Fill remaining fields as follows and click on Add without altering other fields
Url: http://localhost:8086
Database:	telegraf
User: telegraf
Password:	telegraf

Basic auth and credentials must be left unflagged. Proxy is not required.

Now you are ready to add your first dashboard and launch some query on database.

InfluxDB

Web Interface

Open http://localhost:3004

Username: root
Password: root
Port: 8086

InfluxDB Shell (CLI)

  1. Attach to docker container, run shell /bin/bash
  2. Launch influx to open InfluxDB Shell (CLI)
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].