Skip to content
Snippets Groups Projects
Commit 501837fb authored by garciaale's avatar garciaale Committed by bravof
Browse files

Parameterizes webhook service URL as env variable


Signed-off-by: default avatargarciaale <agarcia@whitestack.com>
parent eb035dad
No related branches found
No related tags found
1 merge request!65Snmp package2
......@@ -29,11 +29,11 @@ vnfd-catalog:
value: 20
actions:
alarm:
- url: https://webhook.site/e65ad8a0-53b5-4d7f-bd50-c1a50b260871
- url: ${WEBHOOK_URL}
ok:
- url: https://webhook.site/e65ad8a0-53b5-4d7f-bd50-c1a50b260871
- url: ${WEBHOOK_URL}
insufficient-data:
- url: https://webhook.site/e65ad8a0-53b5-4d7f-bd50-c1a50b260871
- url: ${WEBHOOK_URL}
vnf-monitoring-param-ref: cirros_vnf_cpu_util
count: 1
description: cirros_vnfd-VM
......
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