From e6b5d4d7e33c5e68f2d61540122554640f38ca8a Mon Sep 17 00:00:00 2001 From: Steven Huang Date: Sat, 4 Apr 2015 01:43:14 -0700 Subject: [PATCH 1/5] 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/5] 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. From 5d9b8d5f0e8dba610634b530367c9b74d122dcb3 Mon Sep 17 00:00:00 2001 From: Spencer Owen Date: Sat, 4 Apr 2015 17:10:23 -0600 Subject: [PATCH 3/5] Add Apache Kafka --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e948c71..e6501d7 100644 --- a/README.md +++ b/README.md @@ -406,6 +406,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [BeanstalkD](http://kr.github.io/beanstalkd/) - A simple, fast work queue. * [Gearman](http://gearman.org/) - Fast multi-language queuing/job processing platform. +* [Kafka](http://kafka.apache.org) - Extreemly high performance publish/subscribe message system. * [NSQ](http://nsq.io/) - A realtime distributed messaging platform. * [RabbitMQ](http://www.rabbitmq.com/) - Robust, fully featured, cross distro queuing system. * [ZeroMQ](http://zeromq.org/) - Lightweight queuing system. From 16f659874a756bc1c56e312e290d147be950eb12 Mon Sep 17 00:00:00 2001 From: phre4k Date: Sun, 5 Apr 2015 14:00:25 +0200 Subject: [PATCH 4/5] added OWA to and shortened descriptions in Statistics --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e948c71..0192361 100644 --- a/README.md +++ b/README.md @@ -460,11 +460,12 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v ## Statistics *Analytics software.* -* [Analog](http://www.analog.cx/) - The most popular logfile analyser in the world. -* [GoAccess](http://goaccess.io/) - Open source real-time web log analyzer and interactive viewer that runs in a terminal. -* [Piwik](http://piwik.org/) - Free and open source web analytics application. -* [AWStats](http://www.awstats.org/) - free powerful and featureful tool that generates advanced web, streaming, ftp or mail server statistics, graphically -* [Webalizer](http://www.webalizer.org/) - Fast, free web server log file analysis program. +* [Analog](http://www.analog.cx/) - Logfile Analyser. +* [AWStats](http://www.awstats.org/) - Generates web, streaming, ftp or mail server statistics graphically. +* [GoAccess](http://goaccess.io/) - Real-time web log analyzer and interactive viewer that runs in a terminal. +* [Open Web Analytics](http://www.openwebanalytics.com/) - Add web analytics to websites using JS, PHP or REST APIs. +* [Piwik](http://piwik.org/) - Web analytics application. +* [Webalizer](http://www.webalizer.org/) - Fast web server log file analysis. ## Status Pages From ab6d565a137f095d8be00587295b407c0d81caed Mon Sep 17 00:00:00 2001 From: phre4k Date: Sun, 5 Apr 2015 14:05:12 +0200 Subject: [PATCH 5/5] shortened descriptions in Ticketing systems --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b53720b..e39b529 100644 --- a/README.md +++ b/README.md @@ -477,13 +477,13 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v *Web-based ticketing system.* * [Bugzilla](http://www.bugzilla.org/) - General-purpose bugtracker and testing tool originally developed and used by the Mozilla project. -* [Cerb](http://www.cerberusweb.com/) - A group-based e-mail management project built with a commercial open source license. +* [Cerb](http://www.cerberusweb.com/) - Group-based e-mail management project. * [Flyspray](http://flyspray.org) - Web-based bug tracking system written in PHP. -* [MantisBT](http://www.mantisbt.org/) - Another web-based bug tracking system. -* [osTicket](http://osticket.com/) - Open source support ticket system. -* [Otrs](http://www.otrs.com/) - A free and open-source trouble ticket system software package that a company, organization, or other entity can use to assign tickets to incoming queries and track further communications about them. +* [MantisBT](http://www.mantisbt.org/) - Web-based bug tracking system. +* [osTicket](http://osticket.com/) - Simple support ticket system. +* [OTRS](http://www.otrs.com/) - Trouble ticket system for assigning tickets to incoming queries and tracking further communications. * [Request Tracker](http://www.bestpractical.com/rt/) - Ticket-tracking system written in Perl. -* [TheBugGenie](http://www.thebuggenie.com) - Open source ticket system with extremely complete users rights granularity. +* [TheBugGenie](http://www.thebuggenie.com) - Ticket system with extensive user rights system. ## Troubleshooting *Troubleshooting Tools.*