redalert
redalert copied to clipboard
:rocket: continuously test all the things - trigger alerts on failure :boom:
Hi there, using the file backend for configuration, redalert writes back into its own configuration file on each start. This is annoying when using configuration management such as Puppet, Ansible,...
https://hub.docker.com/r/jonog/redalert/tags/ appears to be 2 versions behind https://github.com/jonog/redalert/releases. Adding a deploy step to the `circle.yml` config might help keep these tags up to date. https://circleci.com/docs/1.0/docker/ has info about adding deploy...