sensu-docker
sensu-docker copied to clipboard
Sensu in docker with docker-compose
Hi: I don't really like the fact that the setup-sensu-docker.sh uses `/usr/local` to store its things. I would like to be able to leave all that stuff in a directory...
But the install-sensu script is still trying to pull plugins from there, failing. How can this be fixed?
Initialy in docker-compose 1.1.0 i have Unsupported config option for rabbitmq service: 'extends', when doing the first step sudo docker-compose -f base.yml build I change to 1.2.0 and i can...
Cool project! Keep up the great work. Signed-off-by: Brent Salisbury [email protected]
Been in communication with JD on this problem, so he is aware of it. rs":["default"]}],"load_metrics":[null,{"type":"metric","handlers":["influxdb"],"command":"/etc/sensu/plugins/system/load-metrics.rb","interval":30,"subscribers":["default"]}]}}} {"timestamp":"2015-04-08T12:18:08.399547+0000","level":"warn","message":"loading extension files from directory","directory":"/etc/sensu/extensions"} {"timestamp":"2015-04-08T12:18:08.399651+0000","level":"warn","message":"loaded extension","type":"mutator","name":"json","description":"returns JSON formatted event data"} {"timestamp":"2015-04-08T12:18:08.399731+0000","level":"warn","message":"loaded extension","type":"mutator","name":"ruby_hash","description":"returns ruby hash...
I hit some problems running the setup_sensu-docker.sh script - specifically in the "generate_ssl" function. I had to make some directories in order for the script to run successfully. Added this...