Skip to content

Commit

Permalink
Add Service Discovery category
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Augusto committed Oct 3, 2014
1 parent 0dce32b commit bdd8fc4
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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.*

Expand Down

0 comments on commit bdd8fc4

Please sign in to comment.