UnicodeSnowman / uptime-monitor

A silly POC monitoring application built with Ruby, Redis, Websockets, and D3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Uptime Monitor

Built with Ruby, Sinatra, Faye, Redis, and D3.JS

Faye runs as Rack middleware, Sinatra handles initial HTTP request/serving of client assets (which uses D3.JS for visualization). Redis holds on to the monitoring data in a TRIM'd List.

Mostly just a quick experiment to get more familiar with the technologies listed above.

bundle install
foreman start

Then open browser to http://localhost:9292/

About

A silly POC monitoring application built with Ruby, Redis, Websockets, and D3


Languages

Language:Ruby 42.5%Language:JavaScript 38.2%Language:CSS 13.1%Language:HTML 6.2%