How do we calculate main status?

The status of your status page shows the overall status of your components, and is calculated as follows:

If the site has only one component

  • If the component is 'Major Outage', the site status will read 'Major System Outage'
  • If the component is 'Partial Outage', the site status will read 'Partial System Outage'
  • If the component is 'Degraded Performance', the site status will read 'Partially Degraded Service'
  • If the component is 'Under Maintenance', the site status will read 'Under Maintenance'
  • If the component is 'Operational', the site status will read 'All Systems Operational'

If all the components of the page have the same status

  • If all of them are 'Major Outage', the site status will read 'Experiencing Major Outage'
  • If all of them are 'Partial Outage', the site status will read 'Experiencing Partial Outage'
  • If all of them are 'Degraded Performance', the site status will read 'Experiencing Degraded Performance'
  • If all of them are 'Under Maintenance', the site status will read 'Under Maintenance'
  • If all of them are 'Operational', the site status will read 'All Systems Operational'

If more than one component (but not all of them) have the same status (other than 'Operational')

The main status will represent the status of these components in this order:

  1. If 2 or more components are 'Major Outage', the site status will read 'Experiencing Partial Outage'
  2. If 2 or more components are 'Partial Outage', the site status will read 'Experiencing Minor Outage'
  3. If 2 or more components are 'Degraded Performance', the site status will read 'Experiencing Partially Degraded Performance'
  4. If 2 or more components are 'Under Maintenance', the site status will read 'System Under Maintenance'

If only one component has a status other than 'Operational'

  • If the component is 'Major Outage', the site status will read '{{component}} Experiencing Major Outage'
  • If the component is 'Partial Outage', the site status will read '{{component}} Experiencing Partial Outage'
  • If the component is 'Degraded Performance', the site status will read '{{component}} Experiencing Degraded Performance'
  • If the component is 'Under Maintenance', the site status will read '{{component}} Under Maintenance'

Where '{{component}}' is your component's name