From 42e52828ff5fbad4e3acf43a8457ca66729081d5 Mon Sep 17 00:00:00 2001 From: nir0s Date: Tue, 24 Jun 2014 10:15:08 +0300 Subject: [PATCH 1/8] added elasticsearch, fluentd and graylog2 to logging --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4fef5bc..3e9cee1 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,9 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ *Log management tools : collect, parse, visualize ...* * [Logstash](http://logstash.net/) - Logstash is a tool for managing events and logs. +* [Elasticsearch](http://www.elasticsearch.org/) - A Lucene Based Docuement store mainly used for log indexing, storage and analysis. +* [Fluentd](http://www.fluentd.org/) - Log Collector and Shipper +* [Graylog2](http://graylog2.org/) - Pluggable Log and Event Analysis Server with Alerting options. * [Kibana](http://www.elasticsearch.org/overview/kibana/) - Visualize logs and time-stamped data. ## Network Configuration Management From 6137d7ba3022a014fa72ccd22e22c6cb0e2c946f Mon Sep 17 00:00:00 2001 From: nir0s Date: Tue, 24 Jun 2014 10:15:51 +0300 Subject: [PATCH 2/8] added cloud orchestration, with Cloudify and moved Salt over there --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3e9cee1..9c0ed82 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,11 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [OpenNebula](http://opennebula.org/) - An user-driven cloud management platform for sysadmins and devops. * [OpenStack](https://www.openstack.org/) - Open source software for building private and public clouds. +## Cloud Orchestration + +* [Cloudify](http://www.getcloudify.org/) - +* [Salt](http://www.saltstack.com/) - It's written in Python. + ## Cloud Storage * [git-annex assistant](http://git-annex.branchable.com/assistant/) - A synchronised folder on each of your OSX and Linux computers, Android devices, removable drives, NAS appliances, and cloud services. From 4453346477cc3b7075392dd12a5914a84fe0e6c1 Mon Sep 17 00:00:00 2001 From: nir0s Date: Tue, 24 Jun 2014 10:16:18 +0300 Subject: [PATCH 3/8] added queueing section with ZeroMQ --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9c0ed82..ff28c80 100644 --- a/README.md +++ b/README.md @@ -221,6 +221,10 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-vs-redis +## Queueing + +* [ZeroMQ](http://zeromq.org/) - For logs, events and metrics queueing (or anything else for that matter..) + ## RDBMS *Relational DBMS.* From 43d940b9531f96a0725b0adec8652a054cd772d0 Mon Sep 17 00:00:00 2001 From: nir0s Date: Tue, 24 Jun 2014 10:16:41 +0300 Subject: [PATCH 4/8] added packaging section with omnibus and packman --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ff28c80..0563ca7 100644 --- a/README.md +++ b/README.md @@ -221,6 +221,11 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-vs-redis +## Packaging + +* [omnibus-ruby](https://github.com/opscode/omnibus-ruby) - full stack, cross distro packaging software (Ruby). +* [packman](http://packman.readthedocs.org) - full stack, cross distro packaging software (Python). + ## Queueing * [ZeroMQ](http://zeromq.org/) - For logs, events and metrics queueing (or anything else for that matter..) From 98f821dbc040a914991a73794a962e659ea9afc9 Mon Sep 17 00:00:00 2001 From: nir0s Date: Tue, 24 Jun 2014 10:18:01 +0300 Subject: [PATCH 5/8] added fpm to packaging --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0563ca7..c47aaca 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v ## Packaging +* [fpm](https://github.com/jordansissel/fpm) - versatile multi format package creator. * [omnibus-ruby](https://github.com/opscode/omnibus-ruby) - full stack, cross distro packaging software (Ruby). * [packman](http://packman.readthedocs.org) - full stack, cross distro packaging software (Python). From a5dce3f8c3a231058ff097850ec80adb7efcd0a6 Mon Sep 17 00:00:00 2001 From: nir0s Date: Tue, 24 Jun 2014 10:18:26 +0300 Subject: [PATCH 6/8] added lime to editors --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c47aaca..f5bd80f 100644 --- a/README.md +++ b/README.md @@ -365,6 +365,7 @@ Various resources, such as books, websites and articles, for improving your skil * [Eclipse](http://eclipse.org/) - IDE written in Java with an extensible plug-in system. * [Geany](http://www.geany.org/) - GTK2 text editor. * [Haroopad](http://pad.haroopress.com/) - Markdown editor with live preview. +* [Lime](http://limetext.org/) - Aims to provide an open source solution to Sublime Text ## Websites *Useful sysadmin related websites.* From a73ac5d635c64fae381335cebe4e50f5cad759b0 Mon Sep 17 00:00:00 2001 From: nir0s Date: Tue, 24 Jun 2014 10:20:22 +0300 Subject: [PATCH 7/8] fixed queuing section name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5bd80f..cfe4d08 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [omnibus-ruby](https://github.com/opscode/omnibus-ruby) - full stack, cross distro packaging software (Ruby). * [packman](http://packman.readthedocs.org) - full stack, cross distro packaging software (Python). -## Queueing +## Queuing * [ZeroMQ](http://zeromq.org/) - For logs, events and metrics queueing (or anything else for that matter..) From e97480aa4605c3d2a31ec08bd8686506eefc49e0 Mon Sep 17 00:00:00 2001 From: nir0s Date: Tue, 24 Jun 2014 10:22:19 +0300 Subject: [PATCH 8/8] added RabbitMQ to queuing --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cfe4d08..b0bfb51 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,8 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v ## Queuing -* [ZeroMQ](http://zeromq.org/) - For logs, events and metrics queueing (or anything else for that matter..) +* [RabbitMQ](http://www.rabbitmq.com/) - Robust, fully featured, cross distro queuing system. +* [ZeroMQ](http://zeromq.org/) - Lightweight queuing system. ## RDBMS *Relational DBMS.*