Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| computer:docker:tig-stack [2025/12/27 21:37] – spring | computer:docker:tig-stack [2026/01/02 07:40] (current) – [Influxdb] spring | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Telegraf-Influx-Grafana Stack ====== | ====== Telegraf-Influx-Grafana Stack ====== | ||
| + | * https:// | ||
| + | ===== Telegraf ===== | ||
| + | ==== Debian 12 ==== | ||
| + | # Add InfluxData repo key and list | ||
| + | curl -fsSL https:// | ||
| + | -o / | ||
| + | | ||
| + | echo "deb [signed-by=/ | ||
| + | https:// | ||
| + | | tee / | ||
| + | | ||
| + | apt update | ||
| + | apt install telegraf | ||
| ===== Influxdb ===== | ===== Influxdb ===== | ||
| + | * https:// | ||
| Benutzer mit allen Rechten versehen | Benutzer mit allen Rechten versehen | ||
| influx auth create --all-access -u < | influx auth create --all-access -u < | ||
| + | | ||
| ===== Grafana ===== | ===== Grafana ===== | ||
| + | * https:// | ||
| Reset Password (in container bash) | Reset Password (in container bash) | ||
| grafana-cli admin reset-admin-password admin | grafana-cli admin reset-admin-password admin | ||
| + | |||
| + | * https:// | ||