Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kpetremann authored Mar 1, 2023
1 parent 06fc480 commit eb06224
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![status](https://img.shields.io/badge/status-alpha-orange)](https://github.com/kpetremann/salt-exporter)
[![status](https://img.shields.io/badge/status-beta-orange)](https://github.com/kpetremann/salt-exporter)
[![Go](https://img.shields.io/github/go-mod/go-version/kpetremann/salt-exporter)](https://github.com/kpetremann/salt-exporter)
[![CI](https://github.com/kpetremann/salt-exporter/actions/workflows/go.yml/badge.svg)](https://github.com/kpetremann/salt-exporter/actions/workflows/go.yml)
[![GitHub](https://img.shields.io/github/license/kpetremann/salt-exporter)](https://github.com/kpetremann/salt-exporter/blob/main/LICENSE)
Expand All @@ -10,14 +10,14 @@

Salt Exporter is a Prometheus export for Salt events. It exposes relevant metrics regarding jobs and results.

You just need to run the exporter on the same server than the Salt Master.
Working our of the box: you just need to run the exporter on the same server than the Salt Master.

Notes:

> This has only be tested on Linux
> If you did not setup the external_auth parameter, you need to run the exporter with the same user running the Salt Master. If it is set, any user will do the trick.
> This has only be tested on Linux
## Installation

Just use the binary from [Github releases](https://github.com/kpetremann/salt-exporter/releases) page.
Expand Down Expand Up @@ -125,7 +125,6 @@ It can be joined on function label to have details per executed module.

* metric regarding IPC connectivity
* support the runners
* be able to enable/disable metrics

## Estimated performance

Expand Down

0 comments on commit eb06224

Please sign in to comment.