Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.87 KB

File metadata and controls

29 lines (21 loc) · 1.87 KB
subject releaseDate version
Infrastructure agent
2020-01-15
1.8.32

Notes

A new version of the agent has been released. Follow standard procedures to update your Infrastructure agent.

Features

integrations:
  - name: ssh-integration
    when:
      file_exists: /var/run/sshd.pid

The agent will execute ssh-integration only if the /var/run/sshd.pid file exists.

Bug fixes

  • Agent service wasn't stopping / restarting properly on upstart-based Linux distributions.
  • In Integration config files: Dollar symbols were unintentionally being expanded into environment variables. Before, pa$$word would have been expanded to pa${}${}word; this behavior has been corrected.
  • Improved NFS support. Read and write bytes per second were not being correctly set to 0, resulting JSON marshalling errors.