Server monitoring with TIG
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
greglebreton 7ec03410cd credentials between telegraf and influxdb OK 2 years ago
alertmanager ajout prom + cadvisor + alertmanager 2 years ago
grafana ajout docker plugin for telegraf 2 years ago
influxdb/config credentials between telegraf and influxdb OK 2 years ago
prometheus ajout prom + cadvisor + alertmanager 2 years ago
telegraf credentials between telegraf and influxdb OK 2 years ago
README.md ajout docker plugin for telegraf 2 years ago
docker-compose-telegraf-agent.yml ajout docker plugin for telegraf 2 years ago
docker-compose.yml credentials between telegraf and influxdb OK 2 years ago
get-docker-id.sh ajout docker plugin for telegraf 2 years ago

README.md

Telegraf-influxDB-grafana

LOGO

Config

  • Grafana: grafana/provisioning/datasources/influxdb.yml (password for influxdb)
  • InfluxDB:
  • Telegraf: telegraf/telegraf.conf (line 63)

Production use

PUSE

  • Telegraf config: telegraf.conf (line 63)

urls = ["http://SERVER-IP:8086"] # required

Usage

  • get docker UID for telegraf (agent only)
./get-docker-id.sh
  • start stack
docker-compose up -d
  • see logs
docker-compose logs -f

Dashboards

  • AMD64:
  • ARM64:

Services and Ports

Grafana

Telegraf

  • Port: 8125 UDP (StatsD input)

InfluxDB

  • Port: 8086 (HTTP API)
  • User: admin
  • Password: admin
  • Database: influx

To do:

  • script install
  • Prometheus + Alertmanager