This repository has been archived by the owner on Mar 27, 2021. It is now read-only.
Releases: obi-a/ragios
Releases · obi-a/ragios
Fix Vulnerability and other updates
Remove Ports that should not be Exposed to Host
Fix bug with that raises a port already bound error for workers port 5043 during started, this bug was introduced during the translation of existing docker-compose files to kubernetes for the last release. (showstopper release for v0.7.2 users)
Run Ragios on a Kubernetes Cluster
Adds support to easily run Ragios on a Kubernetes Cluster
Fix Vulnerability in Sinatra & FFi
- Fix Vulnerability in Sinatra & FFi
Ragios 0.7.0
- Complete re-design of the backend to be modular, memory efficient, distributed, and scalable.
- Ragios now runs as a set of tiny distributed microservices, communicating with each other via ZeroMQ. The microservices can run on different hosts and different containers.
- Completely removed ActiveSupport as a dependency
- Removed Twitter and gmail notifers from being bundled
- re-wrote amazon SES notifier
- re-wrote url_monitor plugin to support all http request types, now supports mock requests
- changed mock notifier to log notifier also re-wrote it
- added Ragios logger, a uniform internal logging system for Ragios, also includes various log levels based on Ruby logger
- Adds different modes Production, development and test mode
- Now distributed with Docker-compose and only dependency required to run Ragios now is docker-compose
v0.6.4.2
[Tagged in preparation for 0.7.0 re-write release]
12-31-2015: Original Release date
- Upgrades the Ragios built-in url_monitor plugin to use excon gem instead of restclient gem.
- url monitors can now make http GET requests with a retry_limit (default is 3 times) and a connection timeout setting default is 60 seconds.
Sample url monitor with new retry_limit and connect_timeout keys:
monitor = {
monitor: "My Website",
url: "http://mysite.com",
every: "5m",
contact: "[email protected]",
via: "gmail_notifier",
plugin: "url_monitor",
retry_limit: 6,
connect_timeout: 300
}
Rolling release ends for v0.6.0
v0.6.0.1 Update README.md
Ragios v0.6.0 official release
updated readme