QubitProducts / exporter_exporter

A reverse proxy designed for Prometheus exporters
Apache License 2.0
336 stars 55 forks source link

Manage Windows Service after reading flags #52

Closed ldaneliukas closed 4 years ago

ldaneliukas commented 4 years ago

This fixes an issue where you need to have/pass a valid configuration file when attempting to execute --winsvc install/remove/start/stop.

As for the flags, boolean flags that are passed with no actual value still end up containing "True" in the Windows service options and cause expexp not to start. Let's pass the key and not the value for those.