update latest incident
This commit is contained in:
parent
887bb6f956
commit
be72f9b98b
11
README.md
11
README.md
@ -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
6248
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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
|
||||||
|
|
||||||
+++
|
+++
|
||||||
|
Loading…
Reference in New Issue
Block a user