Sensu v0.10.1 Release Notes

Release Date: 2013-07-17 // almost 11 years ago
  • 🛠 Fixed

    • Catches nil exit statuses, returned from check execution.
    • 0️⃣ Empty command token substitution defaults now work. eg. "-f :::bar|:::"
    • ⚡️ Specs updated to run on OS X, bash compatibility.

    ➕ Added

    • 🔧 You can specify multiple Sensu service configuration directories, using the -d (--config_dir) CLI argument, providing a comma delimited list.
    • A post initialize hook ("post_init()") was added to the extension API, enabling setup (connections, etc.) within the event loop.