From e6b5d4d7e33c5e68f2d61540122554640f38ca8a Mon Sep 17 00:00:00 2001 From: Steven Huang Date: Sat, 4 Apr 2015 01:43:14 -0700 Subject: [PATCH 1/2] Add freeboard to Monitoring This is a great data viewer that's originally intended to easily display sensor data from IoT devices, but we have been using this in-house for a while to show disparate JSON data and it has been a joy to use. Check out the demos at http://freeboard.io/ and see for yourself! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1e0cb0c..7fe4ff5 100644 --- a/README.md +++ b/README.md @@ -319,6 +319,7 @@ * [Cabot](http://cabotapp.com/) - Monitoring and alerts, similar to PagerDuty. * [check_mk](http://mathias-kettner.com/check_mk.html) - Collection of extensions for Nagios. * [Dash](https://github.com/afaqurk/linux-dash) - A low-overhead monitoring web dashboard for a GNU/Linux machine. +* [freeboard](https://github.com/Freeboard/freeboard) - A damn-sexy front-end real-time dashboard. Transforms raw JSON into delicious UI. View component of MVC. * [Icinga](https://www.icinga.org/) - Fork of Nagios. * [LibreNMS](https://github.com/librenms/librenms/) - fork of Observium. * [Monit](http://mmonit.com/monit/#home) - Small Open Source utility for managing and monitoring Unix systems. From 2c3b829486b267d8aa78605eacaef9f28db71368 Mon Sep 17 00:00:00 2001 From: Steven Huang Date: Sat, 4 Apr 2015 01:47:30 -0700 Subject: [PATCH 2/2] Changed Freeboard category --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fe4ff5..7c11823 100644 --- a/README.md +++ b/README.md @@ -319,7 +319,6 @@ * [Cabot](http://cabotapp.com/) - Monitoring and alerts, similar to PagerDuty. * [check_mk](http://mathias-kettner.com/check_mk.html) - Collection of extensions for Nagios. * [Dash](https://github.com/afaqurk/linux-dash) - A low-overhead monitoring web dashboard for a GNU/Linux machine. -* [freeboard](https://github.com/Freeboard/freeboard) - A damn-sexy front-end real-time dashboard. Transforms raw JSON into delicious UI. View component of MVC. * [Icinga](https://www.icinga.org/) - Fork of Nagios. * [LibreNMS](https://github.com/librenms/librenms/) - fork of Observium. * [Monit](http://mmonit.com/monit/#home) - Small Open Source utility for managing and monitoring Unix systems. @@ -347,6 +346,7 @@ * [Collectl](http://collectl.sourceforge.net/) - High precision system performance metrics collecting tool. * [Dashing](http://dashing.io/) - Ruby gem that allows for rapid statistical dashboard development. An all HTML5 approach allows for big screen displays in data centers or conference rooms. * [Diamond](https://github.com/BrightcoveOS/Diamond) - Python based statistic collection daemon. +* [Freeboard](https://github.com/Freeboard/freeboard) - A damn-sexy front-end real-time dashboard. Transforms raw JSON into delicious UI. * [Ganglia](http://ganglia.sourceforge.net/) - High performance, scalable RRD based monitoring for grids and/or clusters of servers. Compatible with Graphite using a single collection process. * [Grafana](http://grafana.org/) - A Graphite & InfluxDB Dashboard and Graph Editor. * [Graphite](http://graphite.readthedocs.org/en/latest/) - Open source scaleable graphing server.