InformatiQ / sensu-ansible

ansible playbook and roles for a full sensu deploy
Other
25 stars 3 forks source link

Documentation? #2

Open jasonfharris opened 10 years ago

jasonfharris commented 10 years ago

First thanks for taking the time to put this out here!

But... There are no instructions for creating the certs, for either nginx, or for rabbitMQ, or for well pretty much anything. (I mean I know about http://sensuapp.org/docs/0.12/certificates but why not have some documentation explaining these things. Eg something like)

Certificate Generation

You need to generate the certificates that rabbitMQ uses for SSL. Do this as follows. cd to the directory you cloned this repository into then execute the following:

cd certs
wget http://sensuapp.org/docs/0.12/tools/ssl_certs.tar
tar -xvf ssl_certs.tar
cd ssl_certs
./ssl_certs.sh generate

I have got sensu going for myself and also graphite but am now looking for a packaged way to get these to go. This solution strikes me as nice in that it also bundles up graphite, but it seriously lacks documentation... It looks like the hard work has been done so it is a shame the documentation is extremely lacking...

But in any case thanks for at least this...

thapakazi commented 9 years ago

Thanks for such a nice :book: , but its really hard to play with blank compendium :page_facing_up: :worried:

InformatiQ commented 9 years ago

thanks guys for your interest in my work I would really apreciate if you do a pull request with the docs I am currently working on a new version, but unfortunately not much documentation still