From 925babaff43f99dc10ea94b5cacc93492b750271 Mon Sep 17 00:00:00 2001 From: Anna Reznikov Date: Tue, 6 Jun 2017 07:41:34 +0000 Subject: [PATCH] snmp notifier releasnote Change-Id: I130a064762c9e4d6fe7a4f06cb0d2632920b3a69 --- releasenotes/notes/SNMP_notifier-5c46505b3043b58f.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 releasenotes/notes/SNMP_notifier-5c46505b3043b58f.yaml diff --git a/releasenotes/notes/SNMP_notifier-5c46505b3043b58f.yaml b/releasenotes/notes/SNMP_notifier-5c46505b3043b58f.yaml new file mode 100644 index 000000000..83908c70c --- /dev/null +++ b/releasenotes/notes/SNMP_notifier-5c46505b3043b58f.yaml @@ -0,0 +1,5 @@ +features: + - A new ``SNMP notifier`` was added, in order to send SNMP traps from Vitrage. + SNMP traps will be sent to signed up targets, when Vitrage deduced alarm + is raised. This notifier allows to listen to alarms raised by Vitrage. + The new notifier is pluggable so anyone can add an implementation.