Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rottenbytes/Cuisine
A little chef dashboard
https://github.com/rottenbytes/Cuisine
Last synced: 3 months ago
JSON representation
A little chef dashboard
- Host: GitHub
- URL: https://github.com/rottenbytes/Cuisine
- Owner: rottenbytes
- Created: 2011-10-21T09:41:23.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-07-23T15:13:31.000Z (over 12 years ago)
- Last Synced: 2024-07-19T22:46:23.433Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 458 KB
- Stars: 24
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Cuisine is a little chef dashboard to follow changes made by config management.
You will need your nodes to use the asynchronous report handler that lies here : https://github.com/rottenbytes/chef/tree/master/async_handler (see http://www.rottenbytes.info/2011/07/28/asynchronous-reporting-with-chef/ )
Quick & dirty setup
Cuisine :
# clone
git clone git://github.com/rottenbytes/cuisine.git
# init ES stuff
ruby ./scripts/init_ES_datas.rb
# in a separate term, push reports to ES (modify script to reflect your MQ & ES configs, there are dummy local values inside)
ruby ./scripts/queue2es.rb
# in an another term
ruby cuisine.rbElasticsearch :
download latest elasticsearch, uncompress it and just run the following command :
./bin/elasticsearchNote : the project is still in a very early stage, It's using a bare sinatra script. I'm a sysadmin, not a developer, don't except great code and stuff.
I'm nico on freenode IRC, catch me on #chef-hacking for questions.
All this stuff is under BSD License