gatus

⛑ Automated developer-oriented status page

APACHE-2.0 License

Stars
5.4K
Committers
79

Bot releases are hidden (Show)

gatus - v0.1.3

Published by TwiN about 4 years ago

  • Serve assets from server instead of using CDNs.
  • Removed bootstrap.min.js, because it wasn't necessary (oops)
  • Added Gzip compression for static assets

One of the reasons I originally wanted to use CDNs for Bootstrap and jQuery was that serving static assets, especially if you need to compress them prior to serving them, uses some CPU. That said, I've been told that people would prefer not using CDNs, and on second thought, perhaps I was overengineering.

gatus - v0.1.2

Published by TwiN about 4 years ago

  • 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
gatus - v0.1.1

Published by TwiN about 4 years ago

  • Added support for custom alert provider (alerting.custom)
  • Fixed an issue with the tool tip overflowing at the top
gatus - v0.1.0

Published by TwiN about 4 years ago

  • Implemented alerting for Slack
  • Implemented Gzip compression and cache results to prevent wasting CPU
  • UI improvements
    • The UI is now more mobile-friendly
    • Added logo
    • Service statuses are now regenerated only if there has been a change
  • Updated Go to 1.15
gatus - v0.0.8

Published by TwiN about 4 years ago

  • Added support for getting the length of a string/slice defined by a json path (e.g. len([BODY].name) == 8)
gatus - v0.0.7

Published by TwiN about 4 years ago

  • Added support for readable GraphQL requests
gatus - v0.0.6

Published by TwiN about 4 years ago

  • Fixed issue with JSON path
gatus - v0.0.5

Published by TwiN about 4 years ago

  • Decreased tool tip fade timer from 2s to 500ms
  • Result body is now trimmed as well
gatus - v0.0.4

Published by TwiN over 4 years ago

  • Added support for headers, method, body and json path with arrays
  • Improved documentation
  • Redesigned dashboard
gatus - v0.0.3

Published by TwiN over 4 years ago

  • 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 from ConditionResult
  • Updated to Go 1.14
gatus - v0.0.2

Published by TwiN over 4 years ago