You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -32,7 +31,7 @@ For most use-cases, simply download the [the latest release][releases].
32
31
33
32
[releases]: https://github.com/prometheus-community/ipmi_exporter/releases"IPMI exporter releases on Github"
34
33
35
-
For Kubernets, you can use the community-maintained [Helm chart][helm].
34
+
For Kubernetes, you can use the community-maintained [Helm chart][helm].
36
35
37
36
[helm]: https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-ipmi-exporter"IPMI exporter Helm chart in the helm-charts Github repo"
38
37
@@ -49,9 +48,9 @@ executable:
49
48
50
49
make
51
50
52
-
This uses the common prometheus tooling to build and run some tests.
51
+
This uses common Prometheus tooling to build the exporter and run tests.
53
52
54
-
Alternatively, you can use the standard Go tooling, which will install the
53
+
Alternatively, you can use standard Go tooling, which will install the
55
54
executable in `$GOPATH/bin`:
56
55
57
56
go install github.com/prometheus-community/ipmi_exporter@latest
@@ -80,7 +79,7 @@ For syntax and a complete list of available parameters, run:
80
79
81
80
./ipmi_exporter -h
82
81
83
-
Make sure you have the following tools from the [FreeIPMI][freeipmi] suite
82
+
Ensure that the following tools from the [FreeIPMI][freeipmi] suite are
84
83
installed:
85
84
86
85
-`ipmimonitoring`/`ipmi-sensors`
@@ -92,16 +91,16 @@ installed:
92
91
93
92
When running a container image, make sure to:
94
93
95
-
- set `config.file` to where the config file is mounted
96
-
- expose the default port (9290) or set `web.listen-address` accordingly
94
+
- set `config.file` to the path of the config file as seen within the container
95
+
- expose the default TCP port (9290) or set `web.listen-address` accordingly
97
96
98
-
**NOTE:** you should only use containers for collecting remote metrics.
97
+
**NOTE:** you should use containers only when collecting remote metrics.
99
98
100
99
## Configuration
101
100
102
101
The [configuration](docs/configuration.md) document describes both the
103
-
configuration of the IPMI exporter itself as well as providing some guidance
104
-
for configuring the Prometheus server to scrape it.
102
+
configuration of the IPMI exporter itself as well as
0 commit comments