Alert notifications

Alert notifications

We are excited to introduce Kadeck's new Alerting Module, which makes monitoring and troubleshooting Apache Kafka infrastructure easier than ever and raises the bar in the industry.

The new alerting module includes two new settings pages: Alerts Integrations and Alerts Notifications that can be found in the Administration area.

The notifications run in tandem with the monitoring system and report any issues to the health assistant system as well as via external notification integrations.

How to get it

The new monitoring module is included in Kadeck Teams Enterprise and in Kadeck Desktop Professional. Alert notifications are only available in Kadeck Teams Enterprise.

Rights for Alert Notifications

The access to the new alerting pages is restricted to admin users only.

Alert Notifications

This page allows the administrator to configure which incidents get notified to which integration.

Incidents

  1. Broker Is Down → which reports an incident when a broker is down or unreachable
  2. Schema Registry is Down → which reports an incident when the schema registry is down or unreachable.
  3. Connect Worker is Down → which reports an incident when a Kafka Connect Worker is down or unreachable.
  4. Under Replicated Partitions → which reports an incident when a partition has its number of replicas below the replication factor set for it.
  5. Offline Partition → which reports an incident when a partition has no leader and therefore cannot be read and/or written to.
  6. No Controller → which reports an incident when the cluster has no controller set.

Many more checks will be added in the upcoming releases, plus the ability to create your custom incidents.

Alert Integrations

This page allows the administrator to configure external notification integrations. At the moment, 4 different types of integrations are possible: Slack, Microsoft Teams, Pagerduty and regular email. the first 3 work via webhooks. The email integration requires a bit more configuration.


    • Related Articles

    • Managing Licenses in Kadeck Teams Enterprise

      Introduction In this guide, we'll walk you through the process of assigning licenses to your team members and help you understand how to maintain control over deployment. Confidentiality of Teamid and Secret Upon purchasing Kadeck Teams Enterprise, ...
    • Try out Kadeck Teams on a local machine

      Replace {latest version} with the actual latest released version. Getthe Kadeck Teams docker image via docker from our official repository, using: docker pull xeotek/kadeck:{latest version} Free version Use the following command to run Kadeck Teams ...
    • Release 5.X

      This article describes the changes of the version 5.x update. Latest image tag: xeotek/kadeck:5.3.0 Release 5.3 We're excited to announce the release of Kadeck 5.3.0, bringing essential updates to our platform: Auth/OpenID Authentication Integration: ...
    • Download Kadeck Teams image to a private repository

      Replace {latest version} with the actual latest released version. On a server with internet connection, use the save command to export the image: docker save xeotek/kadeckweb:{latest version} > kadeckweb.tar Optionally, the file can be compressed ...
    • Release 4.2.9

      This article describes the changes of the version 4.2.x update. Note: We have released a 4.2.9 hotfix that solves a performance problem in connection with the schema registry, which led to an extremely long connection process or missing schemas for ...