-
Notifications
You must be signed in to change notification settings - Fork 532
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
86 changed files
with
1,506 additions
and
887 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -202,5 +202,6 @@ tags | |
|
||
# exclude docker env files | ||
docker/.env | ||
|
||
# exclude data dump files | ||
*.dump | ||
!data/dispatch-sample-data.dump |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+84.5 KB
docs/.gitbook/assets/slack-conversation-list-participants (1) (1).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+34.1 KB
docs/.gitbook/assets/slack-conversation-status-report-response (1) (1).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
description: Configuration options for the Opsgenie plugin. | ||
--- | ||
|
||
# Configuring Opsgenie | ||
|
||
{% hint style="info" %} | ||
Dispatch ships with support for resolving oncall schedules via the Opsgenie API. Below, is how to configure the Opsgenie plugin to work with `Dispatch`. This plugin is not required for core functionality, however a plugin of type `oncall` must always be enabled. | ||
{% endhint %} | ||
|
||
## `OPSGENIE_API_KEY` \[Required. Secret: True\] | ||
|
||
> Opsgenie API key. | ||
## `OPSGENIE_TEAM_ID` \[Required\] | ||
|
||
> Id for the Opsgenie team. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
--- | ||
description: Configuration options for PagerDuty plugin. | ||
description: Configuration options for the PagerDuty plugin. | ||
--- | ||
|
||
# Configuring PagerDuty | ||
|
||
By default Dispatch ships with support for resolving oncall schedules via the PagerDuty API. | ||
{% hint style="info" %} | ||
Dispatch ships with support for resolving oncall schedules via the PagerDuty API. Below, is how to configure the PagerDuty plugin to work with `Dispatch`. This plugin is not required for core functionality, however a plugin of type `oncall` must always be enabled. | ||
{% endhint %} | ||
|
||
## `PAGERDUTY_API_KEY` \[secret: True\] | ||
## `PAGERDUTY_API_KEY` \[Required. Secret: True\] | ||
|
||
> PagerDuty API Key. | ||
> PagerDuty API key. | ||
## `PAGERDUTY_API_FROM_EMAIL` | ||
## `PAGERDUTY_API_FROM_EMAIL` \[Required\] | ||
|
||
> Email to be added to all outgoing incident pages. | ||
Oops, something went wrong.