Skip to content

Releases: exelban/JAM

v0.0.4

15 Feb 12:40
Compare
Choose a tag to compare
  • fix: fixed not loading templates when debug is on but not in dev mode. This means that local templates are missing, and if local templates are missing the included ones must be used
  • feat: added UI settings that allows to set web page title and hide url of the host if name is provided
  • feat: initialized SMTP notifications

v0.0.3

24 Nov 16:00
Compare
Choose a tag to compare

Bug fixes

  • fix: fixed a version number in the build and added dev tag for development builds

New features

  • feat: adjusted "Last outage was" timestamp

v0.0.2

03 Nov 14:34
Compare
Choose a tag to compare

Bug fixes

  • fix: fixed forever loop in template loader
  • fix: removed omitting responses when a call is not ok (basically when the host could not be reached). It must not be omitted but marked as an unsuccess request

New features

  • feat: hidden mongo url credentials
  • feat: added incident history per host and enabled the last outage information for the host details
  • feat: changed host id generation to make id more compact
  • feat: removed default SuccessThreshold and FailureThreshold values. No values means that the success and failure threshold will be 1.
  • feat: removed tags since now hosts could be grouped by group

v0.0.1

13 Oct 12:39
Compare
Choose a tag to compare
  • feat: added description tooltip to the service header
  • feat: added average response time chart generation and added it to the service details page
  • feat: changed default storage backend from memory to boltdb. Removed storage type configuration from config file and moved to the app argument.
  • feat: redesigned host page. Added information about SSL certificate, last outage

v0.0.0

03 Oct 17:03
Compare
Choose a tag to compare
  • first release