Merge pull request #33 from steveoh/master

update archetypes to match config systems
This commit is contained in:
David Calavera 2017-09-06 13:36:06 -07:00 committed by GitHub
commit fef087ba28

View File

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