Celaeno
Bug fixes:
- Fix
scalyr-agent-2 statuscommand non-fatal error when running status command multiple times concurrently or in a short time frame. - Fix
scalyr-agent-statuscommand to not log config override warning to stdout since it may interfere with consumers of the status command output. - Fix merging of active-checkpoints.json and checkpoints.json checkpoint file data. Previously data from active checkpoints file was not correctly merged into full checkpoint data file which means that under some scenarios (e.g. agent crashed after active checkpoint file was written, but before full checkpoint file was written), data which was already sent to the server could be sent twice. Actual time window when this could happen was relatively small since full checkpoint data is written out every 60 seconds by default.
- Fix Postgres monitor error when specifying the Postgres
database_portin the agent config.