From 57895b7d52b14470227aac21b8b5a18d3c4033b7 Mon Sep 17 00:00:00 2001 From: vinzcamp8 <111991544+vinzcamp8@users.noreply.github.com> Date: Sun, 1 Jun 2025 10:44:58 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b267d5..0be9e2d 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ Ensure the output includes `container: yes`. ``` * **Prometheus Config** (`prometheus/prometheus.yml`): - * `static_configs.targets`: use your MikroTik LAN IP + * `static_configs.targets`: _use your MikroTik LAN IP_ * `relabel_configs.replacement`: `192.168.50.101:9116` (change it according with your snmp_exporter VETH IP) 3. Upload `grafana/`, `prometheus/`, `snmp/` folders to MikroTik via **Files**. @@ -172,8 +172,8 @@ Ensure the output includes `container: yes`. | Container | Remote Image | Interface | Others | | ----------------- | --------------------------- | --------------- | -------------------------------------------------------------------- | | **Grafana** | `grafana/grafana:9.1.0` | `grafana` | Envslist `grafana`, Mounts `grafana`, Root Dir `/usb1/grafana_dir` | -| **Prometheus** | `prom/prometheus:latest` | `prometheus` | Cmd: `--config.file=/etc/prometheus/prometheus.yml`, Mounts `prometheus`, Root Dir `/usb1/prometheus_dir`| -| **SNMP Exporter** | `prom/snmp-exporter:latest` | `snmp_exporter` | Cmd: `--config.file=/etc/snmp_exporter/snmp.yml`, Mounts `snmp`, Root Dir `/usb1/snmp_dir` | +| **Prometheus** | `prom/prometheus:2.53.0` | `prometheus` | Cmd: `--config.file=/etc/prometheus/prometheus.yml`, Mounts `prometheus`, Root Dir `/usb1/prometheus_dir`| +| **SNMP Exporter** | `prom/snmp-exporter:0.26.0` | `snmp_exporter` | Cmd: `--config.file=/etc/snmp_exporter/snmp.yml`, Mounts `snmp`, Root Dir `/usb1/snmp_dir` | > `Root Dir` is customizable e.g. path to an external usb drive attached to MikroTik