Skip to content

Releases: hyperjumptech/monika

v1.3.2

23 Apr 08:25
7e8edcf
Compare
Choose a tag to compare

[1.3.2] - 2021-04-23

Added

  • Show link to Monika config generator when Monika cannot find the configuration file.
  • Docs: Added links to Monika config generator on the landing page.

Changed

  • Default configuration file's name is now monika.json. Monika will search for monika.json first in the current directory. If it couldn't be found, Monika will search for config.json.
  • Docs: Readme, Overview, and Notifications.

Fixed

  • Slow log prints when Monika is run with -l flag.

v1.3.1

09 Apr 08:29
0e4334d
Compare
Choose a tag to compare

[1.3.1] - 2021-04-09

Added

Changed

  • Docs and Readme are updated.

v1.3.0

01 Apr 08:22
87b12f8
Compare
Choose a tag to compare

[1.3.0] - 2021-04-01

Added

  • Chaining Requests (BREAKING CHANGE). Now you can use headers or body from the previous response in the next request. With this version, the request key in configuration is no longer used. The new requests key is used instead.
  • Telegram Notification.
  • Microsoft Teams Notification.
  • Docs: Configuration examples for each notification channels.

Removed

  • The request key is no longer used.

Changed

  • Run Monika with minimum configuration. Now Monika can run with just a single URL.

Fixed

  • Start up email has no body when sent using SMTP.
  • Error when the width of terminal/console is small.
  • Docs: Broken links

Patching v1.2.0

26 Mar 09:07
2cfc120
Compare
Choose a tag to compare

Fixes error when Monika v1.2.0 is run

v1.2.0

26 Mar 08:46
2f72d5b
Compare
Choose a tag to compare

[1.1.0] - 2021-03-26

Added

  • Whatsapp Notification Channel
  • Sends notifications when Monika starts to check the notification settings
  • Docs: add example to simulate HTML form submission POST request
  • Docs: add instruction on how to run Monika in background

Changed

  • Made Notifications optional in the configuration
  • Improved log output
  • Improved notification message

Patching v1.1.2

22 Mar 10:28
0109954
Compare
Choose a tag to compare

This patch fixes error when running Monika.

Patching v1.1.1

22 Mar 10:02
37827bf
Compare
Choose a tag to compare

This patch fixes failure when installing monika globally through npm

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