How does the Remote WRite URL work with Windows Systems for amazon managed prometheus

0

Where do i configure the Remote Write URL when working with Windows Instances?

From this documentation: https://github.com/prometheus-community/windows_exporter

I see this: msiexec /i <path-to-msi-file> ENABLED_COLLECTORS=os,iis LISTEN_PORT=5000

Would the command be: msiexec /i <path-to-msi-file> ENABLED_COLLECTORS=os,iis LISTEN_PORT=5000 msiexec /i c:\temp\windows_exporter-0.16.0-amd64.msi ENABLED_COLLECTORS=os,logon,cpu,cpu_info,logon,memory,net,logical_disk LISTEN_PORT=5000 --REMOTE_ADDR=https://aps-workspaces.us-east-1.amazonaws.com/workspaces/ws-XXXX

asked 2 years ago121 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions