]> git.openstreetmap.org Git - chef.git/commit
Add initial version of prometheus cookbook
authorTom Hughes <tom@compton.nu>
Fri, 11 Sep 2020 13:45:10 +0000 (13:45 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 11 Sep 2020 13:45:10 +0000 (13:45 +0000)
commit524d90d022751710980613df6b943291fc1498d6
tree696fdb14b737b24e4f9f33b3a7982c63c66e7b03
parentf4a430fce1bbf787ac458c1337cbe4f835772436
Add initial version of prometheus cookbook
12 files changed:
.github/workflows/test-kitchen.yml
.kitchen.yml
cookbooks/prometheus/README.md [new file with mode: 0644]
cookbooks/prometheus/attributes/default.rb [new file with mode: 0644]
cookbooks/prometheus/metadata.rb [new file with mode: 0644]
cookbooks/prometheus/recipes/default.rb [new file with mode: 0644]
cookbooks/prometheus/recipes/server.rb [new file with mode: 0644]
cookbooks/prometheus/resources/exporter.rb [new file with mode: 0644]
cookbooks/prometheus/templates/default/defaults.erb [new file with mode: 0644]
cookbooks/prometheus/templates/default/prometheus.yml.erb [new file with mode: 0644]
test/integration/prometheus-server/serverspec/prometheus_spec.rb [new file with mode: 0644]
test/integration/prometheus/serverspec/prometheus_node_exporter_spec.rb [new file with mode: 0644]