Merge remote-tracking branch 'kahun/pr/263' into merge-patches

This commit is contained in:
phre4k 2015-04-05 16:21:00 +02:00
commit 8bd42685f3
1 changed files with 10 additions and 0 deletions

View File

@ -4,6 +4,7 @@
* [Awesome Sysadmin](#awesome-sysadmin)
* [Automation](#automation)
* [Backups](#backups)
* [ChatOps](#chatops)
* [Cloning](#cloning)
* [Cloud Computing](#cloud-computing)
* [Cloud Storage](#cloud-storage)
@ -78,6 +79,15 @@
* [DREBS](https://github.com/dojo4/drebs) - AWS EBS backup script that supports strategies.
* [ZBackup](http://zbackup.org/) - A versatile deduplicating backup tool
## ChatOps
*Conversation-driven development and management. See http://www.reddit.com/r/chatops for more information.*
* [Eggdrop](http://www.eggheads.org/) - the world's most popular Open Source IRC bot, designed for flexibility and ease of use, and is freely distributable under the GNU GPL.
* [Err](http://errbot.net/) - a plugin based chatbot designed to be easily deployable, extensible and maintainable.
* [Hubot](https://hubot.github.com/) - A customizable, life embetterment robot.
* [Lazlo](https://github.com/djosephsen/lazlo) - A chatops automation framework in Go.
* [Lita](https://www.lita.io/) - A robot companion for your company's chat room.
## Cloning
*Cloning software.*