update archetypes to match config systems

This commit is contained in:
steveoh 2017-09-05 13:53:40 -06:00
parent 9c6851ccbb
commit 08610dfc4f

View File

@ -18,9 +18,9 @@ severity = "degraded-performance"
# affectedsystems: is a list of systems affected # affectedsystems: is a list of systems affected
# by the incident. # by the incident.
# Example: # Example:
# affectedsystems = ["API", "Build servers"] # affectedsystems = ["API", "CDN"]
# #
affectedsystems = ["API", "Build servers"] affectedsystems = ["API", "CDN"]
# resolved: marks an incident as resolved. # resolved: marks an incident as resolved.
# It can be either true or false. # It can be either true or false.