From 40fca0117110b3b12a8a35fec78f29652ade3b12 Mon Sep 17 00:00:00 2001 From: Hammy Havoc Date: Sun, 20 Mar 2016 03:49:27 +0000 Subject: [PATCH 1/6] Added Grafana Lovely software. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c468e1d..7424714a 100644 --- a/README.md +++ b/README.md @@ -662,6 +662,7 @@ See https://github.com/n1trux/awesome-sysadmin#monitoring and https://github.com * [Dashing](http://shopify.github.io/dashing/) - Sinatra based, open sourced dashboard builder from Shopify. ([Demo](http://dashingdemo.herokuapp.com/sample), [Source Code](https://github.com/Shopify/dashing)) `MIT` `Ruby` * [Dj Diabetes](https://github.com/foxmask/dj-diabetes) - My Glucose Manager - follow your daily health `BSD` `Python` * [Freeboard](https://freeboard.io) - An open source real-time dashboard builder for IOT and other web mashups. ([Source Code](https://github.com/freeboard/freeboard)) `MIT` `Nodejs` + * * [Freeboard](http://grafana.org/) - An open source dashboard for data visualization. ([Source Code](https://github.com/grafana)) `Go` `Nodejs` * [Habitica](http://habitica.com/) - A habit tracker app which treats your goals like a Role Playing Game. Previously called HabitRPG. ([Source Code](https://github.com/HabitRPG/habitrpg)) `GPLv3/Other` `Nodejs` * [Phant](http://phant.io/) - Phant is a modular data logging tool for collecting data from the Internet of Things. ([Demo](https://data.sparkfun.com/), [Source Code](https://github.com/sparkfun/phant)) `GPLv3` `Nodejs` * [Reportr](https://github.com/Reportr/dashboard) - Your life's personal dashboard. ([Source Code](https://github.com/Reportr/dashboard)) From 709a4d5fe04ecf0e81397c8f767d70b9d3490e40 Mon Sep 17 00:00:00 2001 From: Hammy Havoc Date: Sun, 20 Mar 2016 21:09:26 +0000 Subject: [PATCH 2/6] Removed extra * Thanks for catching that! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7424714a..7d8145b7 100644 --- a/README.md +++ b/README.md @@ -662,7 +662,7 @@ See https://github.com/n1trux/awesome-sysadmin#monitoring and https://github.com * [Dashing](http://shopify.github.io/dashing/) - Sinatra based, open sourced dashboard builder from Shopify. ([Demo](http://dashingdemo.herokuapp.com/sample), [Source Code](https://github.com/Shopify/dashing)) `MIT` `Ruby` * [Dj Diabetes](https://github.com/foxmask/dj-diabetes) - My Glucose Manager - follow your daily health `BSD` `Python` * [Freeboard](https://freeboard.io) - An open source real-time dashboard builder for IOT and other web mashups. ([Source Code](https://github.com/freeboard/freeboard)) `MIT` `Nodejs` - * * [Freeboard](http://grafana.org/) - An open source dashboard for data visualization. ([Source Code](https://github.com/grafana)) `Go` `Nodejs` + * [Freeboard](http://grafana.org/) - An open source dashboard for data visualization. ([Source Code](https://github.com/grafana)) `Go` `Nodejs` * [Habitica](http://habitica.com/) - A habit tracker app which treats your goals like a Role Playing Game. Previously called HabitRPG. ([Source Code](https://github.com/HabitRPG/habitrpg)) `GPLv3/Other` `Nodejs` * [Phant](http://phant.io/) - Phant is a modular data logging tool for collecting data from the Internet of Things. ([Demo](https://data.sparkfun.com/), [Source Code](https://github.com/sparkfun/phant)) `GPLv3` `Nodejs` * [Reportr](https://github.com/Reportr/dashboard) - Your life's personal dashboard. ([Source Code](https://github.com/Reportr/dashboard)) From 84a713b2bd673ff2635a95c4abcf2c35d8d226ee Mon Sep 17 00:00:00 2001 From: Hammy Havoc Date: Sun, 20 Mar 2016 21:11:22 +0000 Subject: [PATCH 3/6] Corrected naming Seems my Grammarly plugin messed this up. Oops! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d8145b7..f5e89487 100644 --- a/README.md +++ b/README.md @@ -662,7 +662,7 @@ See https://github.com/n1trux/awesome-sysadmin#monitoring and https://github.com * [Dashing](http://shopify.github.io/dashing/) - Sinatra based, open sourced dashboard builder from Shopify. ([Demo](http://dashingdemo.herokuapp.com/sample), [Source Code](https://github.com/Shopify/dashing)) `MIT` `Ruby` * [Dj Diabetes](https://github.com/foxmask/dj-diabetes) - My Glucose Manager - follow your daily health `BSD` `Python` * [Freeboard](https://freeboard.io) - An open source real-time dashboard builder for IOT and other web mashups. ([Source Code](https://github.com/freeboard/freeboard)) `MIT` `Nodejs` - * [Freeboard](http://grafana.org/) - An open source dashboard for data visualization. ([Source Code](https://github.com/grafana)) `Go` `Nodejs` + * [Grafana](http://grafana.org/) - An open source dashboard for data visualization. ([Source Code](https://github.com/grafana)) `Go` `Nodejs` * [Habitica](http://habitica.com/) - A habit tracker app which treats your goals like a Role Playing Game. Previously called HabitRPG. ([Source Code](https://github.com/HabitRPG/habitrpg)) `GPLv3/Other` `Nodejs` * [Phant](http://phant.io/) - Phant is a modular data logging tool for collecting data from the Internet of Things. ([Demo](https://data.sparkfun.com/), [Source Code](https://github.com/sparkfun/phant)) `GPLv3` `Nodejs` * [Reportr](https://github.com/Reportr/dashboard) - Your life's personal dashboard. ([Source Code](https://github.com/Reportr/dashboard)) From 6546d94a9b1827ae27b253a775949b41fc82bc3f Mon Sep 17 00:00:00 2001 From: Hammy Havoc Date: Mon, 21 Mar 2016 22:58:59 +0000 Subject: [PATCH 4/6] Added license --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5e89487..d890acce 100644 --- a/README.md +++ b/README.md @@ -662,7 +662,7 @@ See https://github.com/n1trux/awesome-sysadmin#monitoring and https://github.com * [Dashing](http://shopify.github.io/dashing/) - Sinatra based, open sourced dashboard builder from Shopify. ([Demo](http://dashingdemo.herokuapp.com/sample), [Source Code](https://github.com/Shopify/dashing)) `MIT` `Ruby` * [Dj Diabetes](https://github.com/foxmask/dj-diabetes) - My Glucose Manager - follow your daily health `BSD` `Python` * [Freeboard](https://freeboard.io) - An open source real-time dashboard builder for IOT and other web mashups. ([Source Code](https://github.com/freeboard/freeboard)) `MIT` `Nodejs` - * [Grafana](http://grafana.org/) - An open source dashboard for data visualization. ([Source Code](https://github.com/grafana)) `Go` `Nodejs` + * [Grafana](http://grafana.org/) - An open source dashboard for data visualization. ([Source Code](https://github.com/grafana)) `ASL` `Go` * [Habitica](http://habitica.com/) - A habit tracker app which treats your goals like a Role Playing Game. Previously called HabitRPG. ([Source Code](https://github.com/HabitRPG/habitrpg)) `GPLv3/Other` `Nodejs` * [Phant](http://phant.io/) - Phant is a modular data logging tool for collecting data from the Internet of Things. ([Demo](https://data.sparkfun.com/), [Source Code](https://github.com/sparkfun/phant)) `GPLv3` `Nodejs` * [Reportr](https://github.com/Reportr/dashboard) - Your life's personal dashboard. ([Source Code](https://github.com/Reportr/dashboard)) From 629211c36585656ed67db4b444dc1cdd11bebea3 Mon Sep 17 00:00:00 2001 From: Hammy Havoc Date: Mon, 21 Mar 2016 23:06:42 +0000 Subject: [PATCH 5/6] Changed formatting of license Was an acronym, now conforms with the given structure. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d890acce..b568e413 100644 --- a/README.md +++ b/README.md @@ -662,7 +662,7 @@ See https://github.com/n1trux/awesome-sysadmin#monitoring and https://github.com * [Dashing](http://shopify.github.io/dashing/) - Sinatra based, open sourced dashboard builder from Shopify. ([Demo](http://dashingdemo.herokuapp.com/sample), [Source Code](https://github.com/Shopify/dashing)) `MIT` `Ruby` * [Dj Diabetes](https://github.com/foxmask/dj-diabetes) - My Glucose Manager - follow your daily health `BSD` `Python` * [Freeboard](https://freeboard.io) - An open source real-time dashboard builder for IOT and other web mashups. ([Source Code](https://github.com/freeboard/freeboard)) `MIT` `Nodejs` - * [Grafana](http://grafana.org/) - An open source dashboard for data visualization. ([Source Code](https://github.com/grafana)) `ASL` `Go` + * [Grafana](http://grafana.org/) - An open source dashboard for data visualization. ([Source Code](https://github.com/grafana)) `Apache` `Go` * [Habitica](http://habitica.com/) - A habit tracker app which treats your goals like a Role Playing Game. Previously called HabitRPG. ([Source Code](https://github.com/HabitRPG/habitrpg)) `GPLv3/Other` `Nodejs` * [Phant](http://phant.io/) - Phant is a modular data logging tool for collecting data from the Internet of Things. ([Demo](https://data.sparkfun.com/), [Source Code](https://github.com/sparkfun/phant)) `GPLv3` `Nodejs` * [Reportr](https://github.com/Reportr/dashboard) - Your life's personal dashboard. ([Source Code](https://github.com/Reportr/dashboard)) From 165f7a99bc0bdf4f0fe7b03b732f4a76d524e5c3 Mon Sep 17 00:00:00 2001 From: Hammy Havoc Date: Mon, 21 Mar 2016 23:13:36 +0000 Subject: [PATCH 6/6] Added self to author list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b568e413..db4c4aca 100644 --- a/README.md +++ b/README.md @@ -996,6 +996,7 @@ The list of contributors can be found below 2 David Wayne Baxter 2 Deryck 2 Greg V + 2 Hammy Havoc 2 Henry Ruhs 2 Jason Robinson 2 Joseph Dykstra