mirror of
https://github.com/prometheus-community/windows_exporter
synced 2024-12-26 16:32:05 +00:00
7feafc1238
This prevents the exporter HTTP port from being omitted from the firewall rule DisplayName. I've tested this in the following four scenarios, and web.listen-address is set correctly for each: * Nothing set: 0.0.0.0:9182 * LISTEN_PORT=9184: 0.0.0.0:9184 * LISTEN_ADDR=127.0.0.1: 127.0.0.1:9182 * LISTEN_PORT=9184 LISTEN_ADDR=127.0.0.1: 127.0.0.1:9184 Signed-off-by: Ben Reedy <breed808@breed808.com> |
||
---|---|---|
.. | ||
.gitignore | ||
build.ps1 | ||
windows_exporter.wxs |