feat(alerting): Add condition results to Pushover (#945)

Co-authored-by: TwiN <twin@linux.com>
This commit is contained in:
Mehmet Osmanoglu
2024-12-28 17:35:19 +01:00
committed by GitHub
parent 9a12adbaf5
commit f2a82e0681
3 changed files with 39 additions and 15 deletions

View File

@ -1189,7 +1189,7 @@ endpoints:
| `alerting.pushover` | Configuration for alerts of type `pushover` | `{}` |
| `alerting.pushover.application-token` | Pushover application token | `""` |
| `alerting.pushover.user-key` | User or group key | `""` |
| `alerting.pushover.title` | Fixed title for all messages sent via Pushover | Name of your App in Pushover |
| `alerting.pushover.title` | Fixed title for all messages sent via Pushover | `"Gatus: <endpoint>"` |
| `alerting.pushover.priority` | Priority of all messages, ranging from -2 (very low) to 2 (emergency) | `0` |
| `alerting.pushover.resolved-priority` | Override the priority of messages on resolved, ranging from -2 (very low) to 2 (emergency) | `0` |
| `alerting.pushover.sound` | Sound of all messages<br />See [sounds](https://pushover.net/api#sounds) for all valid choices. | `""` |