gatus/alerting/provider
stendler bb973979d2
feat(alerting): add email and click action to ntfy provider (#778)
* feat(alerting): add optional email to ntfy provider

https://docs.ntfy.sh/publish/#e-mail-notifications

* feat(alerting): add optional click action to ntfy provider

https://docs.ntfy.sh/publish/#click-action

* feat(alerting): add option to disable firebase in ntfy provider

https://docs.ntfy.sh/publish/#disable-firebase

* feat(alerting): add option to disable message caching in ntfy provider

https://docs.ntfy.sh/publish/#message-caching

* test(alerting): add buildRequestBody tests for email and click properties

* test(alerting): add tests for Send to verify request headers

* feat(alerting): refactor to prefix firebase & cache with "disable"

This avoids the need for a pointer, as omitting these bools in the config defaults to false
and omitting to set these headers will use the server's default - which is enabled on ntfy.sh
2024-10-04 20:23:07 -04:00
..
awsses refactor: Break core package into multiple packages under config/endpoint (#759) 2024-05-09 22:56:16 -04:00
custom feat(alerting): custom alert support endpoint errors (#844) 2024-09-17 22:26:21 -04:00
discord refactor: Break core package into multiple packages under config/endpoint (#759) 2024-05-09 22:56:16 -04:00
email refactor: Break core package into multiple packages under config/endpoint (#759) 2024-05-09 22:56:16 -04:00
gitea feat(alerting): implement Gitea alerting provider (#842) 2024-08-21 17:51:45 -04:00
github refactor: Break core package into multiple packages under config/endpoint (#759) 2024-05-09 22:56:16 -04:00
gitlab refactor: Break core package into multiple packages under config/endpoint (#759) 2024-05-09 22:56:16 -04:00
googlechat refactor: Break core package into multiple packages under config/endpoint (#759) 2024-05-09 22:56:16 -04:00
gotify refactor: Break core package into multiple packages under config/endpoint (#759) 2024-05-09 22:56:16 -04:00
jetbrainsspace refactor: Break core package into multiple packages under config/endpoint (#759) 2024-05-09 22:56:16 -04:00
matrix refactor: Break core package into multiple packages under config/endpoint (#759) 2024-05-09 22:56:16 -04:00
mattermost feat(alerting): Add optional field alerting.mattermost.channel (#823) 2024-09-17 21:02:31 -04:00
messagebird refactor: Break core package into multiple packages under config/endpoint (#759) 2024-05-09 22:56:16 -04:00
ntfy feat(alerting): add email and click action to ntfy provider (#778) 2024-10-04 20:23:07 -04:00
opsgenie refactor: Break core package into multiple packages under config/endpoint (#759) 2024-05-09 22:56:16 -04:00
pagerduty refactor: Break core package into multiple packages under config/endpoint (#759) 2024-05-09 22:56:16 -04:00
pushover refactor: Break core package into multiple packages under config/endpoint (#759) 2024-05-09 22:56:16 -04:00
slack refactor: Break core package into multiple packages under config/endpoint (#759) 2024-05-09 22:56:16 -04:00
teams feat(alerting): alert teams add client insecure option (#864) 2024-09-21 20:26:30 -04:00
telegram feat(alerting): add telegram overriding token and id (#826) 2024-07-27 19:05:17 -04:00
twilio refactor: Break core package into multiple packages under config/endpoint (#759) 2024-05-09 22:56:16 -04:00
zulip feat(alerting): Implement Zulip's alerts (#845) 2024-09-03 23:21:08 -04:00
provider_test.go chore: Bump module version to v5 2022-12-06 01:41:18 -05:00
provider.go feat(alerting): Implement Zulip's alerts (#845) 2024-09-03 23:21:08 -04:00