Skip to content
This repository has been archived by the owner on Mar 27, 2021. It is now read-only.

Releases: obi-a/ragios

Fix Vulnerability and other updates

30 Dec 07:15
Compare
Choose a tag to compare
  • Fix security vulnerbility for rack, nokogiri, excon, puma
  • lock all dependency gem versions to make it safe to bundle update at anytime
  • update Readme links to ssl version of the documentation

Remove Ports that should not be Exposed to Host

08 Jul 21:09
Compare
Choose a tag to compare

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

08 Jul 11:13
Compare
Choose a tag to compare

Adds support to easily run Ragios on a Kubernetes Cluster

Fix Vulnerability in Sinatra & FFi

06 Oct 21:27
Compare
Choose a tag to compare
  • Fix Vulnerability in Sinatra & FFi

Ragios 0.7.0

28 Jan 00:13
Compare
Choose a tag to compare
  • 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

30 Jul 07:43
Compare
Choose a tag to compare

[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

23 Aug 04:09
Compare
Choose a tag to compare
v0.6.0.1

Update README.md

Ragios v0.6.0 official release

19 Jan 16:58
Compare
Choose a tag to compare