sivanesan1
sivanesan1

Reputation: 839

How to change running port address for wmi exporter?

For prometheus i am able to change the port address by giving this command ./prometheus --web.listen-address=localhost:5501

But in WMI exporter --web.listen-address command is not working. Kindly assist me on this

Upvotes: 1

Views: 1934

Answers (1)

sivanesan1
sivanesan1

Reputation: 839

.\wmi_exporter.exe --telemetry.addr=":9800"

Run the above command to run the port at 9800 , user can change any port address

Upvotes: 1

Related Questions