Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clivern/prometheus-cookbook
🍪Installs and Configures Prometheus With Chef.
https://github.com/clivern/prometheus-cookbook
chef chef-cookbook prometheus prometheus-cookbook prometheus-metrics
Last synced: about 1 month ago
JSON representation
🍪Installs and Configures Prometheus With Chef.
- Host: GitHub
- URL: https://github.com/clivern/prometheus-cookbook
- Owner: Clivern
- License: apache-2.0
- Created: 2018-05-20T17:25:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T20:27:32.000Z (10 months ago)
- Last Synced: 2024-02-29T21:41:25.028Z (10 months ago)
- Topics: chef, chef-cookbook, prometheus, prometheus-cookbook, prometheus-metrics
- Language: Ruby
- Homepage: https://github.com/Clivern/Monk
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Prometheus-Cookbook
===================A Chef Cookbook To Install and Manage [Prometheus](https://prometheus.io/).
Usage
-----1. Add the following recipes to your node run list.
```bash
{
"run_list": [
"recipe[clivern-prometheus::default]"
]
}
```Then run chef-client on these servers and open `http://server_fqdn:9090/` on your browser.
Misc
====Changelog
---------Version 1.0.0:
```
Coming Soon
```Acknowledgements
----------------© 2018, Clivern. Released under [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt).
**Prometheus-Cookbook** is authored and maintained by [@clivern](http://github.com/clivern).