From f8ad913c024545f245c6344eab60bc544fd22068 Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Mon, 22 Jul 2024 14:07:16 -0400 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 91f348e..0bebfff 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ Export UPS data via HTTP for prometheus service ### Instructions -1. Clone the repository -2. Run the install script: `./install.sh` -3. Setup Prometheus to scrape http://localhost:1024 +1. Clone the repository: `git clone https://git.zakscode.com/ztimson/ups-exporter.git` +2. Run the install script: `cd ups-exporter && ./install.sh` +3. Setup Prometheus to scrape exporter: [http://localhost:1024](http://localhost:1024) +```yml + - job_name: 'power' + static_configs: + - targets: [':1024'] +```