chef-prometheus icon indicating copy to clipboard operation
chef-prometheus copied to clipboard

Chef cookbook for Prometheus. The open source service monitoring system and time-series database.

Results 19 chef-prometheus issues
Sort by recently updated
recently updated
newest added

Hi, I am a board member at https://sous-chefs.org We are a home for important cookbooks to ensure they can always get a release, and would like to take over this...

``` [2019-11-08T11:32:48-05:00] ERROR: service[prometheus] (prometheus::service line 84) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received '3' ---- Begin output of /sbin/service prometheus reload ---- STDOUT: STDERR:...

Hi! Thanks for all your work! Could you, please, update the cookbook https://supermarket.chef.io/cookbooks/prometheus ?!

It looks like newer versions of alertmanager require command line options for start parameters to be in '--' format and not '-' as the current template defines. The latter produces...

When specifying a wrapper cookbook as the template source for prometheus.yml it does not work. This appears to be due to the fact the following block is set to action...

Currently, it is set to `notifies :restart, 'service[prometheus]', :delayed`, which isn't recommended. Further documentation is provided [here](https://www.robustperception.io/reloading-prometheus-configuration/). Instead, I recommend to do it this way: ``` # Create Prometheus configuration...

Would it be possible to either remove, increment beyond 2.3, or suggest the bluepill version in metadata? This causes conflicts with a number of other third-party cookbooks which are using...

Rather than maintain a customized rubocop config with a pile of exemptions via comments inline in code, use Cookstyle for linting and fix up those findings.