From fe923cf69a4cb33b23d61ffa0e4343bec40496f8 Mon Sep 17 00:00:00 2001 From: Niv Oppenhaim Date: Thu, 4 Jan 2018 15:40:03 +0000 Subject: [PATCH] Webhook release notes Change-Id: I105d23898376bc1b6e50da39300bee3bc0d51057 Depends-On: I0c808c5e44f9d6092d113bb277c8ab8cf0d69716 --- releasenotes/notes/webhooks-139aeaaab7119302.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 releasenotes/notes/webhooks-139aeaaab7119302.yaml diff --git a/releasenotes/notes/webhooks-139aeaaab7119302.yaml b/releasenotes/notes/webhooks-139aeaaab7119302.yaml new file mode 100644 index 000000000..406b656bb --- /dev/null +++ b/releasenotes/notes/webhooks-139aeaaab7119302.yaml @@ -0,0 +1,5 @@ +--- +features: + - Added support to register webhooks to the database. When these webhooks + are added and the webhook notifier option is enabled via the config file, + Vitrage will send notifications regarding alarm state changes to the registered webhooks.