michael-baraboo
ae750aa367
feat(alerting): add alerting support for jetbrains space ( #713 )
...
* add alerting support for jetbrains space
* readme fixes
* add jetbrainsspace to provider interface compilation check
* add jetbrainsspace to a couple more tests
2024-03-28 18:36:22 -04:00
Bugra Kocabay
c6515c4b1c
feat(alerting): Add gotify provider ( #605 )
...
* feat(alerting): add gotify provider feature
* feat(alerting): update alert message
* feat(test): add tests for gotify provider
* feat(docs): add documentation for gotify provider
* feat(alerting): rename apptoken to token
* feat(docs): update docs for apptoken renaming to token
---------
Co-authored-by: Bugra Kocabay <kocabay.bugra@gmail.com>
Co-authored-by: TwiN <twin@linux.com>
2023-11-03 18:21:52 -04:00
Kevin Richter
802ad7ff8f
feat(alerting): Add AWS SES Alerting Provider ( #579 )
...
* Add SES Provider
* Formatting
* Rename ses to aws-ses
* Typo
* Parse tag instead of type name
* Use aws.slice to convert string array & rename awsses -> aws-ses
* Rename type
* Update README.md
* Update alerting/config.go
* Rename package aws-ses to awsses
* Update README.md
* PR comments
---------
Co-authored-by: TwiN <twin@linux.com>
2023-10-25 23:52:43 -04:00
Hugues Lismonde
7e163c3fcf
feat(alerting): Add GitLab alerting provider ( #485 )
...
* feat: ✨ add gitlab provider
* docs: 📝 add documentation for gitlab provider
* docs: 📝 fix removed github screenshot
* refactor: ➖ remove uniuri dependency
* refactor: 🎨 correctly capitalize GitLab
* Update alerting/alert/type.go
* fix: 💡 correct comments about webhook url and authorization key
* Update alerting/provider/gitlab/gitlab.go
* Update alerting/provider/gitlab/gitlab_test.go
---------
Co-authored-by: TwiN <twin@linux.com>
2023-05-30 21:57:15 -04:00
Kevin Woblick
21f62f362f
feat(alerting): Add Pushover provider ( #405 )
...
* Add a new Pushover provider (#129 )
- Adds new provider named Pushover with corresponding tests
- Adds Pushover as a provider to the configuration and adjusts test accordingly
- Adds Pushover to alerting_test.go, provider.go and type.go
- Updates the readme with configuration details
* Correct import order
* Fix some missing pushover references
* Apply suggestions from code review
* Rename application-key to application-token for Pushover
---------
Co-authored-by: TwiN <twin@linux.com>
2023-01-29 17:32:16 -05:00
TwiN
ecc0636a59
feat(alerting): Implement GitHub alerting provider
2022-12-15 23:38:44 -05:00
TwiN
d058d7a54b
fix!: Default Alert.Enabled to true ( #380 )
...
BREAKING CHANGE: It used to default to false, which meant that users had to explicitly set endpoints[].alerts[].enabled to true
2022-12-05 23:15:19 -05:00
TwiN
f8140e0d96
fix(alerting): Resolve issue with blank GoogleChat messages ( #364 )
...
* debug: Print GoogleChat request body
* chore: Update TwiN/whois to v1.1.0
* fix: Add missing client changes
* test: Improve DNS tests
* chore: Remove accidental change
* docs: Add note for future change to default behavior
* fix(alerting): Don't include URL in Google Chat alert if endpoint type isn't HTTP
Fixes #362
2022-11-22 20:12:26 -05:00
TwiN
35038a63c4
feat(alerting): Implement ntfy provider
...
Closes #308
Work remaining:
- Add the documentation on the README.md
- Test it with an actual Ntfy instance (I've only used https://ntfy.sh/docs/examples/#gatus as a reference; I haven't actually tested it yet)
2022-10-09 16:45:01 -04:00
TwiN
7b2af3c514
chore: Fix alerting provider order
2022-10-09 16:45:01 -04:00
Kalissaac
04a682eddc
style(alerting): Alphabetically sort Matrix provider
2022-07-20 19:00:12 -04:00
Kalissaac
37f3f964ea
feat(alerts): Add Matrix alert provider
2022-07-20 19:00:12 -04:00
TwiN
a848776a34
refactor(alerting): Sort alert types alphabetically
2022-01-16 00:07:19 -05:00
Kostiantyn Polischuk
51a4b63fb5
feat(alerting): Add Google Chat alerting provider ( #234 )
2022-01-14 21:00:00 -05:00
TwiN
18d28fc362
Add tests for validation of description
2021-12-12 17:03:11 -05:00
TwiN
6da281bf4e
Disallow certain characters in endpoint name, group and alert description
2021-12-12 17:03:11 -05:00
Vinicius Reis
7353fad809
Opsgenie Alert Provider ( #214 )
...
* ✨ opsgenie alert provider
* ✅ add unit tests
* ✏️ typofix
* 📝 update readme
* ✨ add details
* ✨ use group to previne colisions
* ✏️ typofix
* ✏️ typofix
2021-12-09 20:32:38 -05:00
TwiN
f6336eac4e
Fix #117 : Implement email alerts
2021-12-02 21:05:17 -05:00
TwiN
c6d0809ecc
Hide Alert.ResolveKey and Alert.Triggered
2021-11-18 00:11:32 -05:00
TwiN
6ed93d4b82
Rename Service to Endpoint ( #192 )
...
* Add clarifications in comments
* #191 : Rename Service to Endpoint
2021-10-23 16:47:12 -04:00
TwinProduction
2074697efa
Improve alerting tests
2021-07-29 19:54:40 -04:00
Bastien Ogier
23fb69fca9
Add teams alerting provider
2021-07-28 14:20:53 +02:00
TwinProduction
db23bd9073
#29 : Automatically reload on configuration file update
2021-05-18 22:29:15 -04:00