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.
Connecting Netdata to Keep
To connect Netdata to Keep, you need to configure it as a webhook from Netdata. Follow the steps below to set up the integration:
- 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
https://api.keephq.dev/alerts/event/netdata
. - Generate an API key with webhook role from the Keep settings.
- Add a request header with the key “x-api-key” and API key as the value.
- 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.