Skip to content
Snippets Groups Projects
Commit b45a7b82 authored by lavado's avatar lavado
Browse files

Merge branch 'patch-3' into 'master'

Reduced the CPU threshold value from 120% to 80% in alarm policy for webhooks

See merge request !21
parents 44d2195f 8b75a5fc
No related branches found
No related tags found
1 merge request!21Reduced the CPU threshold value from 120% to 80% in alarm policy for webhooks
......@@ -62,7 +62,7 @@ vnfd-catalog:
- url: https://webhook.site/5706da10-04a0-4ab0-819b-cb524f71a367
alarm-id: cpu-above-threshold
operation: GT
value: 120
value: 80
vnf-monitoring-param-ref: agw_cpu_util
- id: srsLTE-vdu
name: srsLTE-vdu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment