Skip to content

Tools for keeping your cloud operating in top form. Chaos Monkey is a resiliency tool that helps applications tolerate random instance failures.

License

Notifications You must be signed in to change notification settings

stitchfix/SimianArmy

 
 

Repository files navigation

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

CloudBees build status

Build Status

DETAILS

Please see the wiki.

SUPPORT

Simian Army Google group.

LOCAL DEV

To run tests locally,

./gradlew clean test

Note that if you run tests with intellij, it looks like tests may not work until you've run this from the command line at least once.

BUILDING AS A WAR FILE

To build a war file, run

./gradlew build --info --stacktrace

You can find the resulting builds by matching the contents of

build/libs/*.war

LICENSE

Copyright 2012 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 at

http://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.

About

Tools for keeping your cloud operating in top form. Chaos Monkey is a resiliency tool that helps applications tolerate random instance failures.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.6%
  • Other 0.4%