Skip to content

Commit

Permalink
pes-1073 reverting changes from previous PR. (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlschlepp authored Oct 8, 2024
1 parent 2858057 commit ce0f78d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion backend/config-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ severities:
sev3: 'sev3'
sev4: 'sev4'
statuses:
- declared
- investigating
- identified
- monitoring
Expand Down
10 changes: 5 additions & 5 deletions backend/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Options: slack
platform: slack
# The channel where incident activity is logged
digest_channel: platform-engineering-support
digest_channel: incidents
# Roles defined here will appear as options for each incident
roles:
incident_commander: "The Incident Commander is the decision maker during a major incident, delegating tasks and listening to input from subject matter experts in order to bring the incident to resolution. They become the highest ranking individual on any major incident call, regardless of their day-to-day rank. Their decisions made as commander are final.\\n\\nYour job as an Incident Commander is to listen to the call and to watch the incident Slack room in order to provide clear coordination, recruiting others to gather context and details. You should not be performing any actions or remediations, checking graphs, or investigating logs. Those tasks should be delegated.\\n\\nAn IC should also be considering next steps and backup plans at every opportunity, in an effort to avoid getting stuck without any clear options to proceed and to keep things moving towards resolution.\\n\\nMore information: https://response.pagerduty.com/training/incident_commander/"
Expand All @@ -15,15 +15,15 @@ severities:
# Whether or not to deliver incident update reminders for critical incidents
# This will send out a reminder message to an active incident channel at the supplied
# interval
#incident_reminders:
incident_reminders:
# Any severity in this list will have a scheduled reminder job created
# This job will remind the channel to send out updates at the interval
# specified rate below
# qualifying_severities:
# - sev1
qualifying_severities:
- sev1
# rate determines how often reminders are sent to an incident channel
# This is an int and is interpreted as minutes
# rate: 30
rate: 30
# Statuses defined here will appear as options for each incident
statuses:
- investigating
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.16
v1.17

0 comments on commit ce0f78d

Please sign in to comment.