Commit 3196213e authored by sritharan's avatar sritharan
Browse files

Update 05-osm-usage.md

parent 0f87a5c8
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -869,7 +869,12 @@ Whenever a threshold is crossed, POL sends 'alarm' to alarm server and when the

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

In order to enable the alarm notification enhancement in POL, change `pol.yaml` to set `enhanced_alarms` to `True`.
In order to enable/disable the alarm notification enhancement in POL, change `pol.yaml` to set `enhanced_alarms` to `True`/`False`.

```yaml
   alert:
      enhanced_alarms: True|False
```

#### Experimental functionality