Commit 0f87a5c8 authored by garciadeblas's avatar garciadeblas
Browse files

Update 05-osm-usage.md

parent b078dcbf
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -865,14 +865,11 @@ Regarding how to configure alarms through VNFDs for the auto-scaling use case, f

##### Alarm Notification Enhancement

Whenever a threshold is crossed, POL sends 'alarm' to alarm server and when the threshold is lower than the threshold, POL sends 'ok' to alarm server for every evaluation cycle.Republishing the alarm/ok inspite of no status change floods with notification messages.
Whenever a threshold is crossed, POL sends 'alarm' to alarm server and when the metric is lower than the threshold, POL sends 'ok' to alarm server for every evaluation cycle. Republishing the alarm/ok in spite of no status change floods with notification messages.

To overcome this issue, alarm notification enhancement will suppress sending repeated alarm/ok to alarm management server by comparing with the last status.

###### Enabling the alarm notification enhancement

- Configure POL to enable the alarm notification enhancement by changing the `pol.yaml`:
  - Set `enhanced_alarms` as `True`
In order to enable the alarm notification enhancement in POL, change `pol.yaml` to set `enhanced_alarms` to `True`.

#### Experimental functionality