Sensu v0.12.1 Release Notes

Release Date: 2013-11-02 // over 10 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a config loading bug where Sensu was not ignoring files without a valid JSON object.
    • ๐Ÿ›  Fixed handling event log line data for extensions.

    โž• Added

    • API GET /stashes now returns stash expiration information, time remaining in seconds. eg. [{"path": "foo", "content":{"bar": "baz"}, "expire": 3598}].