From 86330b097ebf61c6a6d4512ab8feacef0ffc9a25 Mon Sep 17 00:00:00 2001 From: dnutiu Date: Tue, 6 Feb 2024 23:28:16 +0200 Subject: [PATCH] update Readme.md --- Readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 16db557..4309553 100644 --- a/Readme.md +++ b/Readme.md @@ -113,7 +113,12 @@ You will need to active I2C interface with `sudo raspi-config` -> Interfacing -> ### Prometheus -Prometheus is a system for monitoring and alerting. To install it run `prometheus./install.sh`. +Prometheus is a system for monitoring and alerting. + +Before installing Prometheus you will need to tweak the `prometheus/prometheus.service` file, especially the config +file and storage path since they contain the hardcoded string: `/home/pi/bme680-homekit/`. + +To install it run `prometheus./install.sh`. Prometheus server will listen on port `:9090`