Reputation: 839
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
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