All Projects â†’ artlov â†’ docker-telegraf-influxdb-grafana

artlov / docker-telegraf-influxdb-grafana

Licence: MIT license
Docker Image with Telegraf, InfluxDB and Grafana

Programming Languages

shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to docker-telegraf-influxdb-grafana

Monitoring
Monitor ESXi, Synology, Docker, PiHole and Raspberry Pi and Windows using Grafana, InfluxDB and Telegraf
Stars: ✭ 493 (+2800%)
Mutual labels:  influxdb, grafana, synology
monitoring-rancher
🤠How to Set up Rancher Server Monitoring with TIG Stack?
Stars: ✭ 22 (+29.41%)
Mutual labels:  influxdb, grafana, telegraf
rpi-monitoring-node
Automated installation of Grafana, Telegraf and influxdb for your Raspberry Pi
Stars: ✭ 18 (+5.88%)
Mutual labels:  influxdb, grafana, telegraf
bounded-disturbances
A k6/.NET red/green load testing workshop
Stars: ✭ 39 (+129.41%)
Mutual labels:  influxdb, grafana, telegraf
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 (-17.65%)
Mutual labels:  influxdb, grafana, telegraf
telegraf-influxdb-grafana
TIG Stack
Stars: ✭ 30 (+76.47%)
Mutual labels:  influxdb, grafana, telegraf
grafana-dashboards
List of Grafana Dashboards 📺
Stars: ✭ 120 (+605.88%)
Mutual labels:  influxdb, grafana, telegraf
cv4pve-metrics
Metrics for Proxmox VE, Grafana with dasboard, InfluxDb
Stars: ✭ 38 (+123.53%)
Mutual labels:  influxdb, grafana, telegraf
Synology-NAS-monitoring
influxDB, Grafana, snmp and telegraf
Stars: ✭ 140 (+723.53%)
Mutual labels:  grafana, telegraf, synology
devops-kpi-chapter1
DevOps KPI in Practice - Chapter 1 - Source Code
Stars: ✭ 25 (+47.06%)
Mutual labels:  influxdb, grafana
vault-consul-monitoring
Sample project to explore monitoring Vault and Consul with telegraf/influxdb/grafana
Stars: ✭ 52 (+205.88%)
Mutual labels:  influxdb, telegraf
jmeter-influxdb2-listener-plugin
Influx DB v2.0 listener plugin for Apache JMeter. Provides the possibility to see the online dashboard (aggregation table, errors, the response body of failures).
Stars: ✭ 64 (+276.47%)
Mutual labels:  influxdb, grafana
pm2-free-monitoring
Pm2 free monitoring with Grafana and InfluxDb!
Stars: ✭ 38 (+123.53%)
Mutual labels:  influxdb, grafana
coronavirus-dresden
Collects official SARS-CoV-2 infection statistics published by the city of Dresden.
Stars: ✭ 19 (+11.76%)
Mutual labels:  influxdb, grafana
Sofar LSW3
Get MODBUS data from Sofar (K-TLX) inverter through LSW-3 or LSE module
Stars: ✭ 57 (+235.29%)
Mutual labels:  influxdb, grafana
air-quality
Air quality sensing and monitoring
Stars: ✭ 17 (+0%)
Mutual labels:  influxdb, grafana
formula1-telemetry-kafka
No description or website provided.
Stars: ✭ 99 (+482.35%)
Mutual labels:  influxdb, grafana
grafana-influx-admin
InfluxDB admin panels for grafana
Stars: ✭ 34 (+100%)
Mutual labels:  influxdb, grafana
eseries-perf-analyzer
This project provides an automated installation and deployment of Grafana, NetApp E-Series Web Services, and supporting software for performance monitoring of NetApp E-Series Storage Systems.
Stars: ✭ 19 (+11.76%)
Mutual labels:  influxdb, grafana
geostat
GeoStat, Python script for parsing Nginx and Apache logs files and getting GEO data from incoming IP's.
Stars: ✭ 50 (+194.12%)
Mutual labels:  influxdb, grafana

Docker Image with Telegraf, InfluxDB and Grafana

This is a Docker image based on the Docker Image with Telegraf (StatsD), InfluxDB and Grafana from Samuele Bistoletti and Docker Image with InfluxDB and Grafana from Phil Hawthorne. The main purpose of this image is to be used to show data from a Domoticz installation and Synology NAS, which hosted this image.

The main points of this image are:

  • Persistence is supported via mounting volumes to a Docker container.
  • Grafana will store its data in SQLite files instead of a MySQL table on the container, so MySQL is not installed.
  • Added snmp packages and Synology NAS MIBS.

Versions

  • Ubuntu: 20.04
  • InfluxDB: 1.8.3
  • Chronograf: 1.8.9.1
  • Telegraf: 1.16.3
  • Grafana: 7.3.5

Quick Start

To start the container the first time launch:

docker run --ulimit nofile=66000:66000 -d \
  --name artlov-tig \
  --hostname tig \
  -p 3003:3003 \
  -p 3004:8888 \
  -p 8086:8086 \
  -p 22022:22 \
  -p 8125:8125/udp \
  -v /path/for/influxdb:/var/lib/influxdb \
  -v /path/for/grafana:/var/lib/grafana \
  -e TZ=Europe/Tallinn \
  artlov/docker-telegraf-influxdb-grafana:latest

You can replace latest with the desired version listed in changelog file. Please replace the variable TZ with your local time zone or remove this line at all to stay in the UTC time zone.

To stop the container launch:

docker stop artlov-tig

To start the container again launch:

docker start artlov-tig

Mapped Ports

Host		Container	Service

3003		3003		grafana
3004		8888		influxdb-admin (chronograf)
8086		8086		influxdb HTTP API port
8125		8125		telegraf
22022		22		sshd

SSH

ssh root@localhost -p 22022

By default root password login disabled. If ssh connection needed, please configure key authentication.

Access from docker host:

docker exec -it <container id> bash

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

Chronograf Web Interface

Open http://localhost:3004

InfluxDB Connection:

Username: root
Password: root
Port: 8086

InfluxDB Shell (CLI)

  1. Establish a ssh or docker exec connection with the container
  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].