-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
0b7dbc3
commit bf089fd
Showing
44 changed files
with
5,163 additions
and
4,679 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
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,10 @@ | ||
- apiVersion: n9/v1alpha | ||
kind: AlertMethod | ||
metadata: | ||
name: discord | ||
displayName: Discord Alert Method | ||
project: default | ||
spec: | ||
description: Example Discord Alert Method | ||
discord: | ||
url: https://discord.com/api/webhooks/123/secret |
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,24 @@ | ||
- apiVersion: n9/v1alpha | ||
kind: AlertMethod | ||
metadata: | ||
name: email | ||
displayName: Email Alert Method | ||
project: default | ||
spec: | ||
description: Example Email Alert Method | ||
email: | ||
to: | ||
- [email protected] | ||
cc: | ||
- [email protected] | ||
bcc: | ||
- [email protected] | ||
subject: Your SLO $slo_name needs attention! | ||
body: |- | ||
$alert_policy_name has triggered with the following conditions: | ||
$alert_policy_conditions[] | ||
Time: $timestamp | ||
Severity: $severity | ||
Project: $project_name | ||
Service: $service_name | ||
Organization: $organization |
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,13 @@ | ||
- apiVersion: n9/v1alpha | ||
kind: AlertMethod | ||
metadata: | ||
name: jira | ||
displayName: Jira Alert Method | ||
project: default | ||
spec: | ||
description: Example Jira Alert Method | ||
jira: | ||
url: https://nobl9.atlassian.net/ | ||
username: [email protected] | ||
apiToken: "123456789" | ||
projectKey: AL |
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,11 @@ | ||
- apiVersion: n9/v1alpha | ||
kind: AlertMethod | ||
metadata: | ||
name: opsgenie | ||
displayName: Opsgenie Alert Method | ||
project: default | ||
spec: | ||
description: Example Opsgenie Alert Method | ||
opsgenie: | ||
auth: GenieKey 123 | ||
url: https://api.opsgenie.com |
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,12 @@ | ||
- apiVersion: n9/v1alpha | ||
kind: AlertMethod | ||
metadata: | ||
name: pagerduty | ||
displayName: PagerDuty Alert Method | ||
project: default | ||
spec: | ||
description: Example PagerDuty Alert Method | ||
pagerduty: | ||
integrationKey: "123456789" | ||
sendResolution: | ||
message: Alert is now resolved |
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,12 @@ | ||
- apiVersion: n9/v1alpha | ||
kind: AlertMethod | ||
metadata: | ||
name: servicenow | ||
displayName: ServiceNow Alert Method | ||
project: default | ||
spec: | ||
description: Example ServiceNow Alert Method | ||
servicenow: | ||
username: user | ||
password: super-strong-password | ||
instanceName: vm123 |
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,10 @@ | ||
- apiVersion: n9/v1alpha | ||
kind: AlertMethod | ||
metadata: | ||
name: slack | ||
displayName: Slack Alert Method | ||
project: default | ||
spec: | ||
description: Example Slack Alert Method | ||
slack: | ||
url: https://hooks.slack.com/services/321/123/secret |
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,10 @@ | ||
- apiVersion: n9/v1alpha | ||
kind: AlertMethod | ||
metadata: | ||
name: teams | ||
displayName: Teams Alert Method | ||
project: default | ||
spec: | ||
description: Example Teams Alert Method | ||
msteams: | ||
url: https://meshmark.webhook.office.com/webhookb2/123@321/IncomingWebhook/123/321 |
Oops, something went wrong.