From bdd8fc4f300a02794878a3f2bbaf814d08f34ebd Mon Sep 17 00:00:00 2001 From: Francisco Augusto Date: Sat, 4 Oct 2014 01:40:47 +0200 Subject: [PATCH] Add Service Discovery category --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 005c38f..e96ad19 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Packaging](#packaging) * [RDBMS](#rdbms) * [Security](#security) + * [Service Discovery](#service-discovery) * [SMTP](#smtp) * [Software Containers](#software-containers) * [SSH](#ssh) @@ -91,11 +92,6 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Rundeck](http://rundeck.org/) - Simple orchestration tool. * [Salt](http://www.saltstack.com/) - It's written in Python. -## Service discovery - -* [Consul](http://www.consul.io/) - Consul is a tool for service discovery, monitoring and configuration. -* [ZooKeeper](http://zookeeper.apache.org/) - ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. -* [Doozerd](https://github.com/ha/doozerd) - Doozer is a highly-available, completely consistent store for small amounts of extremely important data. ## Cloud Storage @@ -327,6 +323,12 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [Fail2Ban](http://www.fail2ban.org/wiki/index.php/Main_Page) - Scans log files and takes action on IPs that show malicious behavior. +## Service Discovery + +* [Consul](http://www.consul.io/) - Consul is a tool for service discovery, monitoring and configuration. +* [Doozerd](https://github.com/ha/doozerd) - Doozer is a highly-available, completely consistent store for small amounts of extremely important data. +* [ZooKeeper](http://zookeeper.apache.org/) - ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. + ## SMTP *SMTP servers.*