Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Release 1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Mar 18:02

Automatic release of version: 1.2.0
Changes in this release:

Bug Fixes

  • Logging:
    • Split Monitoring log-level so Spring and Monitoring logging have separate log-levels, allowing for more control. (c8f1c004)

Documentation Changes

  • Add documentation for properties, ports. Add missing param in javadocs. (069d1f7f)

Chores

  • README:
    • Replace image in docker-compose example (b86c11bd)
  • deps:
    • update dependency griefed/baseimage-ubuntu-jdk-8 to v2.0.7 (dab10804)
    • update dependency ghcr.io/griefed/gitlab-ci-cd to v2.0.4 (e4e269c3)

Other Changes

  • 1.2.0 (4e6b1492)
  • //git.griefed.de/Griefed/Monitoring (028f8c96)
  • Host Availability:
    • When ping fails, check with socket connection and configurable ports. (8fed7d42)
  • Host information:
    • When the address is only an IP address matching d+.d+.d+.d+, only check for host availability. (870cf424)
    • Retrieve host information at startup to prevent multiple pollings running at once. (c4baed60)
  • Status Page:
    • Improve visuals and identification of problematic hosts. (cc057f0c)