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 ### Creating new incidents
Adding incidents to your status page is as simple as adding a new document to the incidents collection. Duplicate an existing incident from site/content/incidents. You can use one of the following severities:
Create a new incident using npm:
``` ["under-maintenance", "degraded-performance", "partial-outage", "major-outage"]
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.
### Resolving incidents ### 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" title = "compute node network connectivity"
date = 2022-08-29T10:35:00.000Z date = 2022-08-29T10:35:00.000Z
severity = "partial-maintenance" severity = "partial-outage"
affectedsystems = [ affectedsystems = [
"EU-RO-1 DC", "EU-RO-1 DC",
"Tenant Machines", "Tenant Machines",
] ]
resolved = true resolved = true
+++ +++

4163
yarn.lock

File diff suppressed because it is too large Load Diff