From a66caa0217a4f42a252566c07fb043ae2eeefd05 Mon Sep 17 00:00:00 2001 From: lbriggs Date: Wed, 2 Jul 2014 11:32:09 +0100 Subject: [PATCH 1/6] Adding ActiveMQ --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6381550..d6743f9 100644 --- a/README.md +++ b/README.md @@ -297,6 +297,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [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. +* [ActiveMQ](https://activemq.apache.org/) - Open source java message broker ## RDBMS *Relational DBMS.* From a755f1c9eaf11e948426883418ed4b36b13ae428 Mon Sep 17 00:00:00 2001 From: lbriggs Date: Wed, 2 Jul 2014 11:35:25 +0100 Subject: [PATCH 2/6] Adding flapjack and reordering message queues --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6743f9..cb625c9 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Cacti](http://www.cacti.net) - Web-based network monitoring and graphing tool. * [Cabot](http://cabotapp.com/) - Monitoring and alerts, similar to PagerDuty. * [check_mk](http://mathias-kettner.com/check_mk.html) - Collection of extensions for Nagios. +* [Flapjack](http://flapjack.io/) - Monitoring notification routing & event processing system * [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. @@ -293,11 +294,11 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v ## Queuing +* [ActiveMQ](https://activemq.apache.org/) - Open source java message broker * [BeanstalkD](http://kr.github.io/beanstalkd/) - A simple, fast work queue. * [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. -* [ActiveMQ](https://activemq.apache.org/) - Open source java message broker ## RDBMS *Relational DBMS.* From 41b77ca32e5fe68bc16be5d95d62b597ea604947 Mon Sep 17 00:00:00 2001 From: lbriggs Date: Wed, 2 Jul 2014 11:37:11 +0100 Subject: [PATCH 3/6] Adding alerta monitoring system --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cb625c9..0a9de07 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ ## Monitoring *Monitoring software.* +* [Alerta](https://github.com/guardian/alerta) - Distributed, scaleable and flexible monitoring system * [Cacti](http://www.cacti.net) - Web-based network monitoring and graphing tool. * [Cabot](http://cabotapp.com/) - Monitoring and alerts, similar to PagerDuty. * [check_mk](http://mathias-kettner.com/check_mk.html) - Collection of extensions for Nagios. From 1ab37be58897c6c665d5697c98b0bf986babf88a Mon Sep 17 00:00:00 2001 From: lbriggs Date: Wed, 2 Jul 2014 11:42:52 +0100 Subject: [PATCH 4/6] Adding opennebula --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0a9de07..ca45293 100644 --- a/README.md +++ b/README.md @@ -396,6 +396,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [Ganeti](https://code.google.com/p/ganeti/) - Cluster virtual server management software tool built on top of KVM and Xen. * [KVM](http://www.linux-kvm.org) - Linux kernel virtualization infrastructure. * [oVirt](http://www.ovirt.org/) - Manages virtual machines, storage and virtual networks. +* [OpenNebula](http://opennebula.org/) - Flexible enterprise cloud made simple * [Packer](http://www.packer.io/) - A tool for creating identical machine images for multiple platforms from a single source configuration. * [Vagrant](https://www.vagrantup.com/) - Tool for building complete development environments. * [VirtualBox](https://www.virtualbox.org/) - Virtualization product from Oracle Corporation. From 8b96c0e877485294f445ef27adc6482aea78b16f Mon Sep 17 00:00:00 2001 From: lbriggs Date: Wed, 2 Jul 2014 11:44:13 +0100 Subject: [PATCH 5/6] Adding proxmox VE --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ca45293..8806853 100644 --- a/README.md +++ b/README.md @@ -398,6 +398,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [oVirt](http://www.ovirt.org/) - Manages virtual machines, storage and virtual networks. * [OpenNebula](http://opennebula.org/) - Flexible enterprise cloud made simple * [Packer](http://www.packer.io/) - A tool for creating identical machine images for multiple platforms from a single source configuration. +* [Proxmox VE](https://www.proxmox.com/proxmox-ve) - Complete open source virtualization management solution * [Vagrant](https://www.vagrantup.com/) - Tool for building complete development environments. * [VirtualBox](https://www.virtualbox.org/) - Virtualization product from Oracle Corporation. * [Xen](http://www.xenproject.org/) - Virtual machine monitor for 32/64 bit Intel / AMD (IA 64) and PowerPC 970 architectures. From 55b7e6c4e3269a6c8e199d77a41c778696f972b6 Mon Sep 17 00:00:00 2001 From: lbriggs Date: Wed, 2 Jul 2014 11:46:02 +0100 Subject: [PATCH 6/6] Adding missing full stops --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8806853..4380aef 100644 --- a/README.md +++ b/README.md @@ -214,11 +214,11 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ ## Monitoring *Monitoring software.* -* [Alerta](https://github.com/guardian/alerta) - Distributed, scaleable and flexible monitoring system +* [Alerta](https://github.com/guardian/alerta) - Distributed, scaleable and flexible monitoring system. * [Cacti](http://www.cacti.net) - Web-based network monitoring and graphing tool. * [Cabot](http://cabotapp.com/) - Monitoring and alerts, similar to PagerDuty. * [check_mk](http://mathias-kettner.com/check_mk.html) - Collection of extensions for Nagios. -* [Flapjack](http://flapjack.io/) - Monitoring notification routing & event processing system +* [Flapjack](http://flapjack.io/) - Monitoring notification routing & event processing system. * [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. @@ -295,7 +295,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v ## Queuing -* [ActiveMQ](https://activemq.apache.org/) - Open source java message broker +* [ActiveMQ](https://activemq.apache.org/) - Open source java message broker. * [BeanstalkD](http://kr.github.io/beanstalkd/) - A simple, fast work queue. * [NSQ](http://nsq.io/) - A realtime distributed messaging platform. * [RabbitMQ](http://www.rabbitmq.com/) - Robust, fully featured, cross distro queuing system. @@ -396,9 +396,9 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [Ganeti](https://code.google.com/p/ganeti/) - Cluster virtual server management software tool built on top of KVM and Xen. * [KVM](http://www.linux-kvm.org) - Linux kernel virtualization infrastructure. * [oVirt](http://www.ovirt.org/) - Manages virtual machines, storage and virtual networks. -* [OpenNebula](http://opennebula.org/) - Flexible enterprise cloud made simple +* [OpenNebula](http://opennebula.org/) - Flexible enterprise cloud made simple. * [Packer](http://www.packer.io/) - A tool for creating identical machine images for multiple platforms from a single source configuration. -* [Proxmox VE](https://www.proxmox.com/proxmox-ve) - Complete open source virtualization management solution +* [Proxmox VE](https://www.proxmox.com/proxmox-ve) - Complete open source virtualization management solution. * [Vagrant](https://www.vagrantup.com/) - Tool for building complete development environments. * [VirtualBox](https://www.virtualbox.org/) - Virtualization product from Oracle Corporation. * [Xen](http://www.xenproject.org/) - Virtual machine monitor for 32/64 bit Intel / AMD (IA 64) and PowerPC 970 architectures.