From 3e960c4a55c952f6a66046b971c6494f299ec9b0 Mon Sep 17 00:00:00 2001 From: Anthony Bocci Date: Sat, 23 Jun 2018 14:31:37 +0200 Subject: [PATCH] Create the component statuses documentation The component-status.md file is based on the online version at: https://docs.cachethq.io/docs/component-statuses --- docs/component-statuses.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/component-statuses.md diff --git a/docs/component-statuses.md b/docs/component-statuses.md new file mode 100644 index 00000000..9df7bcc7 --- /dev/null +++ b/docs/component-statuses.md @@ -0,0 +1,15 @@ +# Component Statuses + +Unlike Incidents, Cachet starts listing Component statuses from 1. +When creating or updating a component, you'll need to specify a status for it. + +A status can be one of the following: + +Status|Name|Description +------|----|----------- +1|Operational|The component is working +2|Performance issues|The component is experiencing some slowness. +3|Partial Outage|The component may not be working for everybody. This could be a geographical issue for example. +4|Major outage|The component is not working for anybody. + +