windows_exporter/installer
Ben Reedy 7feafc1238
fix: Set default values for MSI web.listen-address
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>
2023-12-05 05:43:13 +10:00
..
.gitignore Add msi builder (#19) 2016-09-16 08:36:58 +02:00
build.ps1 feat: Add ARM64 MSI builds 2023-12-05 05:43:09 +10:00
windows_exporter.wxs fix: Set default values for MSI web.listen-address 2023-12-05 05:43:13 +10:00