Skip to content

Moira Client 2.3.4

Compare
Choose a tag to compare
@kamaev kamaev released this 20 Aug 08:35
· 31 commits to master since this release
5e3b596
  • Added health methods (get_notifier_state, disable_notifications, enable_notifications) to potect end user from false NODATA notifications. See more details: https://moira.readthedocs.io/en/latest/user_guide/selfstate.html
  • Added event.delete_all() and notification.delete_all() to remove unexpectedly generated trigger events and notifications in cases when Moira Notifier is managed to stop sending notifications.
  • Added subscription.test(subscription_id) to trigger test notification.
  • Added boolean attributes to subscription (ignore_warnings, ignore_recoverings). Corresponding tags "ERROR", "DEGRADATION" and "HIGH DEGRADATION" are deprecated.
  • Added boolean "is_remote" attribute to trigger to provide ability to use external Graphite storage instead of Redis.
  • Added string "trigger_type" attribute to trigger. Options are: rising, falling, expression. Single thresholds (only warn_value or only error_value) may be used if "trigger_type" value is defined.