TwiN

Results 18 issues of TwiN

This is a bit tricky, because if, for instance, the max is 1 and there's a desired size of 1 before the upgrade, it would be fine to increase the...

### Describe the feature request I'd like to create an alerting provider for [binwiederhier/ntfy](https://github.com/binwiederhier/ntfy). For other examples, see https://github.com/TwiN/gatus/tree/master/alerting/provider Documentation should also be added in https://github.com/TwiN/gatus/blob/master/README.md#alerting Here's an example of...

help wanted
good first issue
alerting

If you're using Gatus, I would really appreciate if you could let me know in the comments. Regardless of whether you're using it for personal projects or at your company,...

announcement

This feature would allow more than one replica of Gatus with the exact same configuration to coexist by leveraging leader election through the new postgres `storage.type`. Programmatically, this is how...

feature

Currently, users can target specific groups of people by using the description as a way to notify specific groups for specific alerts. This, however, does not apply for all alerting...

feature

While I am satisfied with the verbosity of the documentation in the `README.md` file, I'd like to add more examples to the `examples` folder. Unlike the current examples, would be...

documentation
help wanted
good first issue

Gatus should provide a way to add conditions to validate the value of a header. Here's what it could look like: ```yaml - name: example url: "https://example.org/" interval: 30s conditions:...

feature

See #161

bug
good first issue

Add support for multiple level of profanity detection. e.g. ```go func IdProfane(s string, level int) bool { // ... } func IsProfane(s string) bool { return IsProfane(s, 1) } ```...

enhancement