...
Email
PagerDuty
Slack
Webhook
Manage alerts
The Alerts > Rules page lists the installed alerts in the system. A list of alerts can be searched using their state, labels, title, etc., intuitively on this page. Each alert can be further investigated by clicking on that alert from the list where the alert’s properties, current evaluation graph, and history are displayed.
...
Use a Slack webhook to create a contact point in slack.
Follow the link below to create a slack webhook and get its url- https://api.slack.com/messaging/webhooks
One the webhook is created, enter its URL in the webhook field while creating the contact point.
Setting webhook contact point integration
Add the webhook URL in the URL (mandatory) field.
Add any additional settings as necessary.
...
Setting Flock contact point integration
Setting flock integration with Kloudfuse alerting is same as setting up webhook based integration. However, the webhook url needs to be obtained from your flock app and some configuration at flock end is required.
Get a webhook url by creating an “incoming webhooks” from flock and pay attention to the transformations. Please add following transformation configuration in the incoming webhook you create:
Code Block {"text": "{ status: \"$(json.status)\" alerts: $(json.alerts), groupLabels: $(json.groupLabels), commonLabels: $(json.commonLabels), commonAnnotations: $(json.commonAnnotations), externalURL: \"$(json.externalURL)\", version: \"$(json.version)\", groupKey: \"$(json.groupKey)\", truncatedAlerts: $(json.truncatedAlerts), orgId: $(json.orgId), title: \"$(json.title)\", state: \"$(json.state)\", message: \"$(json.message)\" }"}
Use the URL from above step (it would look like: https://api.flock.com/hooks/sendMessage/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx) to create a webhook contact point as described here.