-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: adding yml sample configs * fix: revert bin/run to production version. dev version accidentally pushed * doc: add more yaml samples * removed debug artifacts * chore: formatting * fix: bye config.json! using newere and sexier yaml as default (this commit needs a meme) * Update docs/src/pages/guides/alerts.md Co-authored-by: Armedi <[email protected]> * Update docs/src/pages/guides/alerts.md Co-authored-by: Armedi <[email protected]> * Update docs/src/pages/guides/cli-options.md Co-authored-by: Armedi <[email protected]> * Update docs/src/pages/guides/notifications.md Co-authored-by: Armedi <[email protected]> * Update docs/src/pages/guides/notifications.md Co-authored-by: Armedi <[email protected]> * chore: ran formatter * chore: improve consistency yaml vs yml Co-authored-by: Armedi <[email protected]> Co-authored-by: Nico Prananta <[email protected]>
- Loading branch information
1 parent
151db77
commit 5bec709
Showing
20 changed files
with
269 additions
and
220 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
probes: | ||
- requests: | ||
- url: http://github.com | ||
|
||
notifications: | ||
- id: desktop-notification | ||
type: desktop |
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 @@ | ||
probes: | ||
- requests: | ||
- url: http://github.com | ||
|
||
notifications: | ||
- id: unique-id-mailgun | ||
type: mailgun | ||
data: | ||
recipients: [RECIPIENT_EMAIL_ADDRESS] | ||
apiKey: YOUR_API_KEY | ||
domain: YOUR_DOMAIN |
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,9 @@ | ||
probes: | ||
- requests: | ||
- url: http://github.com | ||
|
||
notifications: | ||
- id: monika-webhook | ||
type: monika-notif | ||
data: | ||
url: YOUR_MONIKA_WHATSAPP_WEBHOOK |
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 @@ | ||
probes: | ||
- requests: | ||
- url: http://github.com | ||
|
||
notifications: | ||
- id: unique-id-mailgun | ||
type: mailgun | ||
data: | ||
recipients: [RECIPIENT_EMAIL_ADDRESS] | ||
apiKey: YOUR_API_KEY | ||
sender: YOUR_VERIFIED_EMAIL_BY_SENDGRID |
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,9 @@ | ||
probes: | ||
- requests: | ||
- url: http://github.com | ||
|
||
notifications: | ||
- id: unique-id-slack | ||
type: slack | ||
data: | ||
url: https://YOUR_SLACK_INCOMING_WEBHOOK_URL |
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 @@ | ||
probes: | ||
- requests: | ||
- url: http://github.com | ||
|
||
notifications: | ||
- id: unique-id-smtp | ||
type: smtp | ||
data: | ||
recipients: [YOUR_EMAIL_ADDRESS_HERE] | ||
hostname: smtp.gmail.com | ||
port: 587 | ||
username: YOUR_GMAIL_ACCOUNT | ||
password: YOUR_GMAIL_PASSWORD_OR_APP_PASSWORD |
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,9 @@ | ||
probes: | ||
- requests: | ||
- url: http://github.com | ||
|
||
notifications: | ||
- id: unique-id-teams | ||
type: type | ||
data: | ||
url: https://YOUR_TEAMS_WEBHOOK_URL |
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 @@ | ||
probes: | ||
- requests: | ||
- url: http://github.com | ||
|
||
notifications: | ||
- id: unique-id-telegram | ||
type: telegram | ||
data: | ||
group_id: YOUR_GROUP_ID | ||
bot_token: YOUR_BOT_TOKEN |
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,9 @@ | ||
probes: | ||
- requests: | ||
- url: http://github.com | ||
|
||
notifications: | ||
- id: unique-id-webhook | ||
type: webhook | ||
data: | ||
url: https://YOUR_WEBHOOK_URL |
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 @@ | ||
probes: | ||
- requests: | ||
- url: http://github.com | ||
|
||
notifications: | ||
- id: unique-id-webhook | ||
type: webhook | ||
data: | ||
recipients: [628123456789] | ||
url: https://yourwhatsappapiserver.com | ||
username: whatsappusername | ||
password: whatsapppassword |
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 @@ | ||
probes: | ||
- requests: | ||
- url: http://github.com | ||
|
||
notifications: | ||
- id: unique-id-webhook | ||
type: webhook | ||
data: | ||
thread_id: 12345678910 | ||
access_token: your_custom_integration_access_token |
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
Oops, something went wrong.