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

Release 1.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Mar 21:21

Automatic release of version: 1.4.0
Changes in this release:

New Features

  • DNS matching:
    • Allow specifying of expectedIp. If the automatically acquired IP does not matche the expected IP, DNS MISMATCH is set as the host status. (410cc9d7)
  • Disabling Notifications:
    • Set de.griefed.monitoring.notifications to false to globally disable all notifications. Per host, set notificationsDisabled to true to specifically disable notifications for a single host. (9bf96aa9)

Other Changes

  • 1.4.0 (a6eb41b8)
  • InformationService:
    • Refactor InformationService.getHostInformationAsJson to receive the full host JsonNode and return status OFFLINE if hostAvailable is false. (1f8ac75c)