3d127900bf
This is a more accurated representation of what it means. Signed-off-by: David Calavera <david.calavera@gmail.com>
695 B
695 B
+++
default attributes for an incident.
Hugo adds title
and date
by default
when running hugo new incidents/new-incident.md
,
so we don't have to specify them here.
severity: represents the impact of
your system due to the current incident.
This is the list of supported severities:
- under-maintenance
- degraded-performance
- partial-outage
- major-outage
severity = "degraded-performance"
affectedsystem: is a list of systems affected
by the incident.
Example:
affectedsytems = ["API", "Build servers"]
affectedsytems = ["API", "Build servers"]
resolved: marks an incident as resolved.
It can be either true or false.
resolved = false +++