elijah / chef-prometheus

Chef cookbook for Prometheus. The open source service monitoring system and time-series database.
Apache License 2.0
52 stars 93 forks source link

Add support for prometheus 2.x installation #85

Closed rohit01 closed 7 years ago

rohit01 commented 7 years ago

Since CLI options format & supported keys are different in Prometheus 1.x and 2.x, it's better to handle with different keys in JSON. New variable are: ['prometheus']['v2_cli_opts'] and ['prometheus']['v2_cli_flags'].

rohit01 commented 7 years ago

@elijah Please review and merge :)