Skip to content

Mark Dock Unhealthy

Jorge Silva edited this page Jan 8, 2016 · 14 revisions

Setup

  1. Get docks cli from here: https://github.com/CodeNow/docks-cli
  2. Follow the instructions in the docks cli README.

Marking a Dock Unhealthy

When you get a PagerDuty notification, you'll probably get the docks AWS ID (not the IP address).

  1. Get the dock's IP address by running docks aws --environment delta|gamma|SOME_OTHER_ENV and match the dock's ID to it's IP.
  2. Mark the dock as unhealthy by running the docks unhealthy --environment delta|gamma|SOME_OTHER_ENV -i <dockIP>
Clone this wiki locally