How can i add incident monitoring in my existing project

Hello,

I have a running project, and it’s working fine with the latest version of zeebe. Right now i want implement a incident alert system in the project. If there are some incident it will automatically send admin a mail.

In our project we are using

  • camunda zeebe community version
  • zeebe-node
  • nestjs-zeebe

I first tried to write a custom zeebe exporter but there are not enough documentation how to write and test a exporter in development environment.

Hi @Kousher_Alam :wave:

Maybe you can refer to this project to customize an incident exporter.

Hope to help you.

1 Like

Another helpful link:

https://camunda.com/blog/2020/02/incident-exporter/

The incident exporter hasn’t been updated for a while, so maven dependencies will probably need to be changed. PRs welcome.