README: link to multi-target pattern guide
This commit is contained in:
parent
8e41a80523
commit
90d956b434
|
@ -9,9 +9,12 @@ This is an IPMI exporter for [Prometheus][prometheus].
|
||||||
|
|
||||||
It supports both the regular `/metrics` endpoint, exposing metrics from the
|
It supports both the regular `/metrics` endpoint, exposing metrics from the
|
||||||
host that the exporter is running on, as well as an `/ipmi` endpoint that
|
host that the exporter is running on, as well as an `/ipmi` endpoint that
|
||||||
supports IPMI over RMCP - one exporter running on one host can be used to
|
supports IPMI over RMCP, implementing the multi-target exporter pattern. If you
|
||||||
monitor a large number of IPMI interfaces by passing the `target` parameter to
|
plan to use the latter, please read the guide [Understanding and using the
|
||||||
a scrape.
|
multi-target exporter pattern][multi-target] to get the general idea about the
|
||||||
|
configuration.
|
||||||
|
|
||||||
|
[multi-target]: https://prometheus.io/docs/guides/multi-target-exporter/
|
||||||
|
|
||||||
The exporter relies on tools from the [FreeIPMI][freeipmi] suite for the actual
|
The exporter relies on tools from the [FreeIPMI][freeipmi] suite for the actual
|
||||||
IPMI implementation.
|
IPMI implementation.
|
||||||
|
|
Loading…
Reference in New Issue