From a66caa0217a4f42a252566c07fb043ae2eeefd05 Mon Sep 17 00:00:00 2001 From: lbriggs Date: Wed, 2 Jul 2014 11:32:09 +0100 Subject: [PATCH 01/11] 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 02/11] 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 03/11] 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 04/11] 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 05/11] 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 06/11] 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. From f4dfe6b369014e61f735e3ce0357f8de7150ba6d Mon Sep 17 00:00:00 2001 From: lbriggs Date: Sun, 12 Apr 2015 22:07:14 +0100 Subject: [PATCH 07/11] Adding some XMPP web chat clients --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2a0c89d..bdf62e1 100644 --- a/README.md +++ b/README.md @@ -567,6 +567,12 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [Prosody IM](http://prosody.im/) - XMPP server written in Lua. * [Tigase](https://projects.tigase.org/projects/tigase-server) - XMPP server implementation in Java. +*XMPP Web Clients* + +* [Kaiwa](http://getkaiwa.com/) - Web based chat client in the style of common paid alternatives +* [Lets-Chat](http://sdelements.github.io/lets-chat/) - A self hosted chat suite written in Node +* [Candy](http://candy-chat.github.io/candy/) - Multi user XMPP client written in Javascript + ## Web *Web servers.* From 4b5480345ff129c95816fccd00b0a26882b3f85a Mon Sep 17 00:00:00 2001 From: lbriggs Date: Sun, 12 Apr 2015 22:13:45 +0100 Subject: [PATCH 08/11] Adding packetbeat, osquery and Prometheus --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bdf62e1..097f713 100644 --- a/README.md +++ b/README.md @@ -343,6 +343,8 @@ * [Node-Bell](https://github.com/eleme/node-bell) - Real-time anomalies detection for periodic time series, metrics monitor. * [Observium](http://www.observium.org/) - SNMP monitoring for servers and networking devices. Runs on linux. * [OMD](http://omdistro.org/) - The Open Monitoring Distribution. +* [Packetbeat](http://packetbeat.com/) - Captures network traffic and displays it in a custom Kibana dashboard for easy viewing. +* [Prometheus](http://prometheus.io/) - Service monitoring and time series database written in Go at Soundcloud.§ * [Riemann](http://riemann.io/) - Flexible and fast events processor allowing complex events/metrics analysis. * [Sensu](http://sensuapp.org/) - Open source monitoring framework. * [Sentry](https://getsentry.com/) - Application monitoring, event logging and aggregation. @@ -447,6 +449,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [Glastopf](http://glastopf.org/) - A low-interaction web application honeypot to emulate vulnerabilities and gather attack data. * [Kippo](https://github.com/desaster/kippo) - A medium-interaction SSH honeypot, mostly used as a standalone SSH daemon with a configurable Filesystem sandbox. * [OSSEC](http://ossec.net) - OSSEC is a HIDS that performs log analysis, FIM, rootkit detection, and much more. +* [OSQuery](https://osquery.io/) - Query your servers status and info using a SQL like interface. * [pfSense](https://www.pfsense.org/) - Firewall and Router FreeBSD distribution. * [Snort](https://www.snort.org/) - Snort is a free and open source network intrusion prevention system (NIPS) and network intrusion detection system (NIDS) created by Martin Roesch in 1998. * [SpamAssassin](https://spamassassin.apache.org/) - A powerful and popular email spam filter employing a variety of detection technique. @@ -569,9 +572,9 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v *XMPP Web Clients* -* [Kaiwa](http://getkaiwa.com/) - Web based chat client in the style of common paid alternatives -* [Lets-Chat](http://sdelements.github.io/lets-chat/) - A self hosted chat suite written in Node -* [Candy](http://candy-chat.github.io/candy/) - Multi user XMPP client written in Javascript +* [Candy](http://candy-chat.github.io/candy/) - Multi user XMPP client written in Javascript. +* [Kaiwa](http://getkaiwa.com/) - Web based chat client in the style of common paid alternatives. +* [Lets-Chat](http://sdelements.github.io/lets-chat/) - A self hosted chat suite written in Node. ## Web *Web servers.* From dc8cacdafb4c508e71c89d8a364db2a7c3801c15 Mon Sep 17 00:00:00 2001 From: lbriggs Date: Sun, 12 Apr 2015 22:18:03 +0100 Subject: [PATCH 09/11] Cleanup --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 4fabb9d..4edf784 100644 --- a/README.md +++ b/README.md @@ -549,11 +549,8 @@ 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. -<<<<<<< HEAD * [QEMU](http://www.qemu.org/) - QEMU is a generic and open source machine emulator and virtualizer. -======= * [Proxmox VE](https://www.proxmox.com/proxmox-ve) - Complete open source virtualization management solution. ->>>>>>> 55b7e6c4e3269a6c8e199d77a41c778696f972b6 * [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 a29af5177a698faa71a82df212b222e90ef8840f Mon Sep 17 00:00:00 2001 From: lbriggs Date: Sun, 12 Apr 2015 22:20:00 +0100 Subject: [PATCH 10/11] Removing some dupes --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4edf784..fd95dde 100644 --- a/README.md +++ b/README.md @@ -345,8 +345,6 @@ * [Node-Bell](https://github.com/eleme/node-bell) - Real-time anomalies detection for periodic time series, metrics monitor. * [Observium](http://www.observium.org/) - SNMP monitoring for servers and networking devices. Runs on linux. * [OMD](http://omdistro.org/) - The Open Monitoring Distribution. -* [Packetbeat](http://packetbeat.com/) - Captures network traffic and displays it in a custom Kibana dashboard for easy viewing. -* [Prometheus](http://prometheus.io/) - Service monitoring and time series database written in Go at Soundcloud.§ * [Riemann](http://riemann.io/) - Flexible and fast events processor allowing complex events/metrics analysis. * [Sensu](http://sensuapp.org/) - Open source monitoring framework. * [Sentry](https://getsentry.com/) - Application monitoring, event logging and aggregation. @@ -371,6 +369,7 @@ * [InfluxDB](http://influxdb.com/) - Open source distributed time series database with no external dependencies. * [KairosDB](https://code.google.com/p/kairosdb/) - Fast distributed scalable time series database, fork of OpenTSDB 1.x. * [OpenTSDB](http://opentsdb.net/) - Store and server massive amounts of time series data without losing granularity. +* [Packetbeat](http://packetbeat.com/) - Captures network traffic and displays it in a custom Kibana dashboard for easy viewing. * [Prometheus](http://prometheus.io/) - An open-source service monitoring system and time series database. * [RRDtool](http://oss.oetiker.ch/rrdtool/) - Open source industry standard, high performance data logging and graphing system for time series data. * [Statsd](https://github.com/etsy/statsd/) - Application statistic listener. From 3ebcffa300324ee05c14778232c52536a50fd4b6 Mon Sep 17 00:00:00 2001 From: lbriggs Date: Sun, 12 Apr 2015 22:21:32 +0100 Subject: [PATCH 11/11] Adding Archipel --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd95dde..6139f05 100644 --- a/README.md +++ b/README.md @@ -543,13 +543,14 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v ## Virtualization *Virtualization software.* +* [Archipel](http://archipelproject.org/) - XMPP based virtualization management platform. * [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. +* [oVirt](http://www.ovirt.org/) - Manages virtual machines, storage and virtual networks. * [Packer](http://www.packer.io/) - A tool for creating identical machine images for multiple platforms from a single source configuration. -* [QEMU](http://www.qemu.org/) - QEMU is a generic and open source machine emulator and virtualizer. * [Proxmox VE](https://www.proxmox.com/proxmox-ve) - Complete open source virtualization management solution. +* [QEMU](http://www.qemu.org/) - QEMU is a generic and open source machine emulator and virtualizer. * [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.