Skip to content

Releases: elabit/robotmk

Release v1.4.3

11 Mar 11:22

Choose a tag to compare

Compatibility version for Checkmk V2.3

This will be the last version of Robotmk v1.
Robotmk will be continued as an integration in Checkmk v2.3 (aka "Synthetic Monitoring").

v2.0.0-beta-0

05 Mar 09:15

Choose a tag to compare

v2.0.0-beta-0 Pre-release
Pre-release

This is a test build not intended for public use.

Changes

  • Fixed runtime monitoring
  • Allowed forwarding variant and application

v2.0.0-alpha-13

19 Feb 12:32

Choose a tag to compare

v2.0.0-alpha-13 Pre-release
Pre-release

This is a test build not intended for public use.

Changes

  • Adds missing --merge flag to rebot command. This caused incorrect service names.
  • Fixes an error, where a task would be incorrectly detect to have completed.
  • add robotmk_core-1.0.0.mkp

v2.0.0-alpha-12

12 Jan 15:36

Choose a tag to compare

v2.0.0-alpha-12 Pre-release
Pre-release

This is a test build not intended for public use.

Changes

  • Introduce suite grouping

v2.0.0-alpha-11

12 Jan 10:59

Choose a tag to compare

v2.0.0-alpha-11 Pre-release
Pre-release

This is a test build not intended for public use.

Changes

  • Add application name to config and suite execution report
  • Manage Windows tasks via WinApi instead via schtasks.exe
  • Adjust permissions per user instead of for group "Users"
  • Relax check if user has active session when running task to avoid localization issues
  • Print hint to not close window in Windows task windows

v2.0.0-alpha-10

08 Jan 16:29

Choose a tag to compare

v2.0.0-alpha-10 Pre-release
Pre-release

This is a test build not intended for public use.

Changes

  • Delete Windows tasks also after successful completion. Previously, they were only deleted in case of an error.
  • Update dependencies.
  • Update RCC to version 17.12.0.
  • Implement optional grace period in scheduler.

v2.0.0-alpha-9

21 Dec 10:46

Choose a tag to compare

v2.0.0-alpha-9 Pre-release
Pre-release

This is a test build not intended for public use.

Changes

  • Internal improvements regarding error and termination handling
  • Minor changes to config and results models
  • RCC setup failure results now include error messages

v2.0.0-alpha-8

19 Dec 11:42

Choose a tag to compare

v2.0.0-alpha-8 Pre-release
Pre-release

This is a test build not intended for public use.

Changes

  • Improve logging: Log more on info level
  • Attempts: Switch to 1-based indices and include index in result output
  • Improve task-related error messages

v2.0.0-alpha-7

18 Dec 13:20

Choose a tag to compare

v2.0.0-alpha-7 Pre-release
Pre-release

This is a test build not intended for public use.

Changes

  • Fix mixup of timeout and termination when running tasks
  • RCC environment building and rebot command: Run in specific session

v2.0.0-alpha-6

15 Dec 12:54

Choose a tag to compare

v2.0.0-alpha-6 Pre-release
Pre-release

This is a test build not intended for public use.

Changes

  • More integration tests and small changes to environment build results models.
  • RCC profile config: explicitly set either custom or default model.
  • Make RCC environment building more robust by executing a no-op inside the environment as build step.
  • Add start time to suite execution report.
  • Align timestamps in log with timestamps in directory names.
  • Add log rotation.