From b3ca11820161cc9a9f640ad8c66ca35b383f94b1 Mon Sep 17 00:00:00 2001 From: paulmataruso Date: Sat, 3 May 2025 16:54:37 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 63685d1..963adee 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,2 @@ -Docker compose stack with Grafana, Promethues and Telegraf. Telegraf will use SNMP to collect metrics, send to promethues, and visulize with grafana. - -Grafana will use docker volume for data storage +Docker compose stack with Grafana, Telegraf and Prometheus. Telegraf will scrape metrics via SNMP as defined in telegraf.conf. It will then send the metrics to Prometheus. Grafana will be used to visualize the metrics.