Supported Providers
Netdata
Netdata provider allows you to get alerts from Netdata via webhooks.
Overview
The Netdata Provider enables seamless integration between Keep and Netdata, allowing alerts from Netdata to be directly sent to Keep through webhook configurations. This integration ensures that critical alerts are efficiently managed and responded to within Keep’s platform.
In workflows
This provider can’t be used as a “step” or “action” in workflows. If you want to use it, please let us know by creating an issue in the GitHub repository.
Connecting via Webhook (omnidirectional)
This provider supports webhooks.
To send alerts from Netdata to Keep, Use the following webhook url to configure Netdata send alerts to Keep:
- In Netdata, go to Space settings.
- Go to “Alerts & Notifications”.
- Click on “Add configuration”.
- Add “Webhook” as the notification method.
- Add a name to the configuration.
- Select Room(s) to apply the configuration.
- Select Notification(s) to apply the configuration.
- In the “Webhook URL” field, add KEEP_BACKEND_URL/alerts/event/netdata.
- Add a request header with the key “x-api-key” and the value as .
- Leave the Authentication as “No Authentication”.
- Add the “Challenge secret” as “keep-netdata-webhook-integration”.
- Save the configuration.
Useful Links
Note
- Currently, Netdata don’t support webhook in on-premises installations.