Releases: statusengine/worker
Releases · statusengine/worker
worker-3.8.1
worker-3.8.0
What's Changed
- Add new
statusengine_host_notifications_log
andstatusengine_service_notifications_log
tables - Update CrateDB Support for 5.8
Full Changelog: 3.7.6...3.8.0
worker-3.7.6
What's Changed
- Add comment to make clear what value acknowledgement_type does repres… by @nook24 in #38
- Refactor BulkInsertObjectStore::hasRaisedTimeout to avoid that some to avoid a huge delay (around 30 seconds) from reading objects from the queue and writing objects into the database
Full Changelog: 3.7.5...3.7.6
worker-3.7.5
worker-3.7.4
- 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
- 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
- Bugfix: Value of number_servicecheck_worker gets ignored (ITC-2533)
worker-3.7.1
- 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
- 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.
worker-3.6.0
- Read config options from environment variables
Please see https://statusengine.org/roadmap/#worker-3.6.0 for changes.