Skip to content

Releases: statusengine/worker

worker-3.8.2

12 May 06:32
0fe50e8

Choose a tag to compare

What's Changed

  • Add is_openitcockpit option into config.yml to allow implementation for openITCOCKPIT specific shortcuts by @ibering in #41
    By default this option is disabled, so no user of Statusengine is affected by this.

Full Changelog: 3.8.1...3.8.2

worker-3.8.1

23 Sep 13:33

Choose a tag to compare

  • Implement a new worker to handle notification log records

worker-3.8.0

17 Sep 09:15
2e68096

Choose a tag to compare

What's Changed

  • Add new statusengine_host_notifications_log and statusengine_service_notifications_log tables
  • Update CrateDB Support for 5.8

Full Changelog: 3.7.6...3.8.0

worker-3.7.6

19 Jan 16:24

Choose a tag to compare

worker-3.7.5

25 May 13:13
0173e0e

Choose a tag to compare

worker-3.7.4

02 Dec 07:24

Choose a tag to compare

  • Bugfix: Close TCP connections to Graphite to avoid connections in TIME_WAIT state. This resolve any Graphite error: Could not connect: [99] Cannot assign requested address issues. d6be6fc

worker-3.7.3

08 Jul 14:00

Choose a tag to compare

  • Bugfix: Disable MySQL Query Parameters on error by default. (Got implemented with statusengine/interface#47) 186f009 (ITC-2552)
  • Bugfix: Increase column length of statusengine_logentries.logentry_data from 255 to 2048 cc248e6 (ITC-2551)
  • Bugfix: Set length of long_output and perfdata to 8192 characters across all tables - MySQL only - CrateDB has 32766 bytes f5e6cb6 (ITC-2472, ITC-2553)

worker-3.7.2

17 May 13:51
ac3efcb

Choose a tag to compare

  • Bugfix: Value of number_servicecheck_worker gets ignored (ITC-2533)

worker-3.7.1

24 Mar 19:40

Choose a tag to compare

  • Print SQL query to stdout on error: statusengine/interface#47
  • Bugfix: Dispatch on bulk records from queue to bring back true number_of_bulk_records limit

worker-3.7.0

28 Feb 19:40
0cad50d

Choose a tag to compare

  • Add update statements for MySQL #24 #28 - thanks to @ibering
  • Implement passing of external commands through Statusengine C++ Broker
  • Added support for Elasticsearch 7.x
  • Add option to set mysql encoding - thanks to @ibering
  • Fix for composer 2.0

Please see https://statusengine.org/roadmap/#worker-3.7.0 for changes.