Sensu v1.4.0 Release Notes

Release Date: 2018-05-02 // about 6 years ago
  • โž• Added

    • Sensu call-home mechanism, the Tessen client (opt-in). It sends anonymized data about the Sensu installation to the Tessen hosted service (Sensu Inc), on sensu-server startup and every 6 hours thereafter. All data reports are logged for transparency/awareness and transmitted over HTTPS. The anonymized data currently includes the flavour of Sensu (Core or Enterprise), the Sensu version, and the Sensu client and server counts.
    • ๐Ÿ‘ API list endpoints (e.g. /events) now all support pagination.

    ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Support for writing multiple check results to the client socket (in one payload).
    • ๐Ÿ‘Œ Improved event last_ok, now updating the value when storing latest check results for better accuracy.

    ๐Ÿ›  Fixed

    • โฑ Include child process (e.g. check execution) stop (SIGTERM/KILL) error message in timeout output. This helps when debugging defunct/zombie processes, e.g. "Execution timed out - Unable to TERM/KILL the process: Operation not permitted".