alertmanager.yml
file.global:resolve_timeout: 5mroute:receiver: webhook_receiverreceivers:- name: webhook_receiverwebhook_configs:- url: "<INSERT-YOUR-WEBHOOK>"send_resolved: true
Replace <INSERT-YOUR-WEBHOOK>
with the webhook that you generated earlier in the alertmanager.yml file and run the Alertmanager using the following command.
Run the Alert manager using the following command alertmanager --config.file=alertmanager.yml