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

Binary Install Should Use Official Prometheus Binaries #33

Closed ewr closed 7 years ago

ewr commented 9 years ago

The Prometheus project recently started building binaries with releases:

https://github.com/prometheus/prometheus/releases

It seems like they're a little inconsistent about the platforms, but I would imagine that'll get sorted shortly. I'll ping the mailing list about that.

Using these instead of homerolled binaries should be a good plus for release cadence and officialness. I had intended to just submit a PR for this, but that hasn't happened yet.

tuahk commented 9 years ago

Thanks @ewr for opening this issue. We should definitely start using those binaries.

rayrod2030 commented 9 years ago

Yeah this is a really nice improvement. Will try to get to this over the weekend. Thanks @ewr!

Magrath commented 9 years ago

I made a start towards this in #38.

elijah commented 7 years ago

Merged earlier.