Change-Id: I7e8c3f7b1dd3201b75848ae6264eaa2375a5b06b
Signed-off-by: aguilard <e.dah.tid@telefonica.com>
- name: vdu-webhook
webhook_configs:
- url: http://webhook-translator/alert_vdu
+ - name: scaleout-webhook
+ webhook_configs:
+ - url: http://webhook-translator/scaleout_vdu
+ - name: scalein-webhook
+ webhook_configs:
+ - url: http://webhook-translator/scalein_vdu
route:
group_wait: 10s
group_interval: 2m
- receiver: vdu-webhook
matchers:
- alertname = "vdu_down"
+ - receiver: 'scaleout-webhook'
+ matchers:
+ - alertname =~ "^scaleout_.*"
+ - receiver: 'scalein-webhook'
+ matchers:
+ - alertname =~ "^scalein_.*"