tomverelst / prommer

Service discovery for Prometheus using Docker
GNU General Public License v3.0
6 stars 0 forks source link

Make Prommer configurable with a configuration file #4

Open tomverelst opened 8 years ago

tomverelst commented 8 years ago

Prommer currently only supports command line flags. Configuration must be able to be stored in a configuration file and passed on as a command line argument. Example:

$ prommer --config-file <path-to-config-file>

Possible formats include JSON and YAML, but since Prometheus uses YAML, preference goes to YAML.

Tasks: