-
- Downloads
Updating changes to include prometheus in omnibus-gitlab
* Continued from brian-brazil/omnibus-gitlab-prometheus * Include prometheus and node-exporter, both disabled by default * Adding some more detailed testing * Formatting updates * Both should run under the same user
parent
4afebc5f
No related branches found
No related tags found
Showing
- config/software/node-exporter.rb 23 additions, 27 deletionsconfig/software/node-exporter.rb
- files/gitlab-cookbooks/gitlab/attributes/default.rb 19 additions, 21 deletionsfiles/gitlab-cookbooks/gitlab/attributes/default.rb
- files/gitlab-cookbooks/gitlab/libraries/account_helper.rb 0 additions, 7 deletionsfiles/gitlab-cookbooks/gitlab/libraries/account_helper.rb
- files/gitlab-cookbooks/gitlab/libraries/prometheus_helper.rb 16 additions, 1 deletionfiles/gitlab-cookbooks/gitlab/libraries/prometheus_helper.rb
- files/gitlab-cookbooks/gitlab/recipes/node-exporter.rb 12 additions, 18 deletionsfiles/gitlab-cookbooks/gitlab/recipes/node-exporter.rb
- files/gitlab-cookbooks/gitlab/recipes/prometheus.rb 13 additions, 21 deletionsfiles/gitlab-cookbooks/gitlab/recipes/prometheus.rb
- files/gitlab-cookbooks/gitlab/recipes/prometheus_disable.rb 2 additions, 4 deletionsfiles/gitlab-cookbooks/gitlab/recipes/prometheus_disable.rb
- files/gitlab-cookbooks/gitlab/recipes/prometheus_user.rb 33 additions, 0 deletionsfiles/gitlab-cookbooks/gitlab/recipes/prometheus_user.rb
- files/gitlab-cookbooks/gitlab/templates/default/prometheus.yml.erb 2 additions, 2 deletions...lab-cookbooks/gitlab/templates/default/prometheus.yml.erb
- files/gitlab-cookbooks/gitlab/templates/default/sv-node-exporter-run.erb 1 addition, 1 deletion...okbooks/gitlab/templates/default/sv-node-exporter-run.erb
- files/gitlab-cookbooks/gitlab/templates/default/sv-prometheus-run.erb 1 addition, 1 deletion...-cookbooks/gitlab/templates/default/sv-prometheus-run.erb
- spec/chef/recipes/default_spec.rb 15 additions, 0 deletionsspec/chef/recipes/default_spec.rb
- spec/chef/recipes/node-exporter_spec.rb 34 additions, 7 deletionsspec/chef/recipes/node-exporter_spec.rb
- spec/chef/recipes/prometheus_spec.rb 57 additions, 8 deletionsspec/chef/recipes/prometheus_spec.rb
- spec/libraries/prometheus_helper.rb 45 additions, 0 deletionsspec/libraries/prometheus_helper.rb
spec/libraries/prometheus_helper.rb
0 → 100644
Please register or sign in to comment