Skip to content

Commit 0413798

Browse files
Merge pull request #4 from sysdiglabs/add-new-parameters
Documented Windows Installer new arguments
2 parents d297e37 + 0cae734 commit 0413798

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ From the command line you can use these options:
3838
* `ENABLED_COLLECTORS`: Comma separated list of [collectors](https://github.com/prometheus-community/windows_exporter/tree/v0.20.0#collectors)
3939
* `SYSDIG_URL`: The Prometheus endpoint of your Sysdig Monitor region in the form `https://api.sysdigcloud.com/prometheus/remote/write`. Consult the available regions [here](https://docs.sysdig.com/en/docs/administration/saas-regions-and-ip-ranges/#prometheus-endpoints-and-regions).
4040
* `COMPUTER_NAME` (optional): Overrides the label `instance` in metrics generated by the Windows Exporter with a custom value. The default value is the computer name stored in the `COMPUTERNAME` Windows environment variable.
41+
* `PROMETHEUS_PORT` (optional): The Prometheus port. The default value is '9090'.
42+
* `WINDOWS_EXPORTER_LISTEN_ADDR` (optional): The Windows Exporter IP address. The default value is '0.0.0.0'.
43+
* `WINDOWS_EXPORTER_LISTEN_PORT` (optional): The Windows Exporter port. The default value is '9182'.
44+
* `WINDOWS_EXPORTER_EXTRA_FLAGS` (optional): Windows Exporter [additional CLI flags](https://github.com/prometheus-community/windows_exporter/tree/v0.20.0#flags). The default value is an empty string.
45+
* `WINDOWS_EXPORTER_FIREWALL_REMOTE_ADDR` (optional): Comma separated remote IP addresses for the Windows Firewall exception (allow list). The default value is an empty string (any remote address).
4146
* `TEXTFILE_DIR` (only if `textfile` collector is enabled): The local folder where the `textfile` collector will look for files
4247

4348
## Automated uninstallation

0 commit comments

Comments
 (0)