update latest incident

This commit is contained in:
Marius Pana 2022-09-03 12:51:13 +03:00
parent 887bb6f956
commit be72f9b98b
4 changed files with 5211 additions and 5214 deletions

View File

@ -48,16 +48,9 @@ Incidents are plain markdown files inside the `site/content/incidents` directory
### Creating new incidents
Adding incidents to your status page is as simple as adding a new document to the incidents collection.
Create a new incident using npm:
Duplicate an existing incident from site/content/incidents. You can use one of the following severities:
```
npm run new-incident
```
You'll be asked a series of questions about the incident, then Hugo will generate a new file pre-filled with your responses.
After explaining the current situation in the incident, you can just push the file to GitHub. Netlify will deploy the indicent announcement for you in a matter of seconds.
["under-maintenance", "degraded-performance", "partial-outage", "major-outage"]
### Resolving incidents

6248
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +1,11 @@
+++
title = "compute node network connectivity"
date = 2022-08-29T10:35:00.000Z
severity = "partial-maintenance"
severity = "partial-outage"
affectedsystems = [
"EU-RO-1 DC",
"Tenant Machines",
]
resolved = true
+++

4163
yarn.lock

File diff suppressed because it is too large Load Diff