Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pes 1073 v2 enable slack digestion #23

Merged
merged 12 commits into from
Oct 4, 2024
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ New features are being added all the time.
- You'll need a Postgres instance to connect to.
- Configure the app using `config.yaml` and deploy it to Kubernetes, Docker, or whichever platform you choose.

[Full setup documentation is available here](https://docs.incidentbot.io/setup/)
[Full setup documentation is available here](https://docs.incidentbot.io/installation/)

You have the option to download source from the latest release and build your own image as well.

Expand Down
1 change: 1 addition & 0 deletions backend/config-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ 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: incidents
digest_channel: platform-engineering-support
# 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.15
v1.16
Loading