Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Netflix/SimianArmy
Tools for keeping your cloud operating in top form. Chaos Monkey is a resiliency tool that helps applications tolerate random instance failures.
https://github.com/Netflix/SimianArmy
Last synced: 10 days ago
JSON representation
Tools for keeping your cloud operating in top form. Chaos Monkey is a resiliency tool that helps applications tolerate random instance failures.
- Host: GitHub
- URL: https://github.com/Netflix/SimianArmy
- Owner: Netflix
- License: apache-2.0
- Archived: true
- Created: 2012-07-06T22:00:05.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-12-18T09:29:22.000Z (almost 6 years ago)
- Last Synced: 2024-09-26T21:43:37.442Z (about 1 month ago)
- Language: Java
- Homepage:
- Size: 14.6 MB
- Stars: 7,970
- Watchers: 913
- Forks: 1,134
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-starred - SimianArmy - Tools for keeping your cloud operating in top form. Chaos Monkey is a resiliency tool that helps applications tolerate random instance failures. (Java)
- awesome-github-repos - Netflix/SimianArmy - Tools for keeping your cloud operating in top form. Chaos Monkey is a resiliency tool that helps applications tolerate random instance failures. (Java)
- awesome-repositories - Netflix/SimianArmy - Tools for keeping your cloud operating in top form. Chaos Monkey is a resiliency tool that helps applications tolerate random instance failures. (Java)
- awesome-chaos-engineering - The Simian Army - A suite of tools for keeping your cloud operating in top form. (3. Fault Injection / Generic Tools)
- awesome-microservices - SimianArmy
README
[![NetflixOSS Lifecycle](https://img.shields.io/osslifecycle/Netflix/SimianArmy.svg)](OSSMETADATA)
[![Build Status](https://travis-ci.org/Netflix/SimianArmy.svg?branch=master)](https://travis-ci.org/Netflix/SimianArmy)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)## PROJECT STATUS: RETIRED
**The Simian Army project is no longer actively maintained**. Some of the Simian
Army functionality has been moved to other Netflix projects:* A [newer version of Chaos Monkey](https://github.com/netflix/chaosmonkey) is available as a standalone service.
* [Swabbie] is a new standalone service that will replace the functionality provided by Janitor Monkey.
* Conformity Monkey functionality will be rolled into other [Spinnaker] backend services.[Swabbie]: https://github.com/spinnaker/swabbie
[Spinnaker]: https://www.spinnaker.io/### DESCRIPTION
The Simian Army is a suite of tools for keeping your cloud operating in top
form. Chaos Monkey, the first member, is a resiliency tool that helps ensure
that your applications can tolerate random instance failures### DETAILS
Please see the [wiki](https://github.com/Netflix/SimianArmy/wiki).
### SUPPORT
[Simian Army Google group](http://groups.google.com/group/simianarmy-users)
Because the project is no longer maintained, there is a good chance that nobody will be able to answer a support question.
### LICENSE
Copyright 2012-2016 Netflix, Inc.
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in
compliance with the License. You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is
distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied. See the License for the specific language governing permissions and limitations under the
License.