Skip to content

Releases: hyperjumptech/monika

Releasing v1.1.0

22 Mar 09:39
a7535d0
Compare
Choose a tag to compare

[1.1.0] - 2021-03-22

Add

  • Counter threshold to make sure false positives
  • Flags to make sure notification only send once for a failure series or success series.
  • Record of events
  • Slack notification channel
  • Documentation improvements
  • Preinstall script to enforce npm version lower than 7
  • Probe persistent log

Changed

  • Enhanced error message
  • Interval now per-probe instead of for all probe

Bug fixes and Improvement

18 Mar 09:08
810ca45
Compare
Choose a tag to compare
  • Update documentation.
  • Update error handling and error messages.
  • Update output logs.

Releasing v1.0.0

10 Mar 08:40
a521bc5
Compare
Choose a tag to compare
  • Command line application to monitor HTTP server status
  • Call HTTP to webserver for their response code and response time
  • Notify email if the HTTP call returns with unacceptable response code and response time
  • Support sending email notification using SMTP, mailgun an sendgrid
  • Call a webhook endpoint upon unacceptable response code or response time.
  • Configuration using JSON upon start