Store MON alarms in MongoDB
[osm/Features.git] / Release5 / detection_of_vim_events_not_directly_related_to_VDU_infra_metrics.md
1 # Detection of VIM events not directly related to VDU infra metrics #
2
3 ## Proposer ##
4 - Gianpietro Lavado (Whitestack)
5
6 ## Type ##
7 **Feature**
8
9 ## Target MDG/TF ##
10 MON
11
12 ## Description ##
13
14 Detection of VIM events not directly related to VDU infra metrics (broken VMs,
15 links/networks down, etc.)
16
17 OSM should be able to detect the following VIM events:
18 1. VM state change (shutdown, pause, not present, etc.)
19 2. Network changes (deletion, disconnection, etc.)
20 3. Volume changes (detachments, deletion, etc.)
21 4. VIM status (API connectivity)
22
23 ## Demo or definition of done ##
24 The following events should make MON throw a log related to the NS, and event in bus.
25 - A VM is powered down at the VIM interface.
26 - A network is disconnected from a VDU.
27 - A volume is detached from a VDU.
28 - The VIM API is not available.