Examples
Got an interesting example of how would you use Keep? Feel free to submit a new example issue and we’ll credit you when we add it!
Create an incident only if the customer is on Enterprise tier
In this example we will utilize:
- Datadog for monitoring
- OpsGenie for incident management
- A postgres database that stores the customer tier.
This example consists of two steps:
- Connect your tools - Datadog, OpsGenie and Postgres.
- Create a workflow that is triggered by the alert, runs an SQL query, and decides whether to create an incident. Once the workflow is created, you can upload it via the Workflows page.
Send a slack message for every Cloudwatch alarm
- Connect your Cloudwatch(/es) and Slack to Keep.
- Create a simple Workflow that filters for CloudWatch events and sends a Slack message:
Monitor a HTTP service
Suppose you want to monitor an HTTP service. All you have to do is upload the following workflow: