Releases: TwiN/gatus
Releases · TwiN/gatus
v0.1.2
- Support sending alert when an unhealthy service with a triggered alert becomes healthy again (
services[].alerts[].send-on-resolved
) #10 - Added support for Twilio alerts - Thanks to @greboid #7
- Made Slack alerts cuter
- Updated the default interval from 30s to 60s
- Improved documentation
- Fixed an issue with custom alerts' not supporting the usage of more than one placeholder
v0.1.1
v0.1.0
v0.0.8
v0.0.7
v0.0.6
v0.0.5
v0.0.4
v0.0.3
- Added support for
[RESPONSE_TIME]
as well as the>
,<
, >=and
<=` operators - Added support for
[BODY]
as well as basic support for JSON template through[BODY].path.here
- Added timestamp in hover text
- Removed
Explanation
field fromConditionResult
- Updated to Go 1.14