Flapping notification issue
Open
@ymartin-ovh is already working on this.
Since Jun 4, 2024.
area/notifications
needs feedback
- Dominant language
- C++
- Stars
- 2.2k
- Forks
- 616
- Avg merge
- 5d 6h
- Merged PRs (30d)
- 10
Description
Hello
Regarding flapping thresholds, I have sometimes a flappingstart notification when the service is OK.
If the service is still flapping, I don't get further notifications (Problem or Flapping) with the state of the service (warning, critical, unknown).
Is it possible to configure Icinga to send notifications when service is in flapping state ?
Reproducer:
- create a service attached to an host with enable_flapping
- attach a notification to the service
types = [ "Acknowledgement", "Problem", "Recovery", "FlappingStart", "FlappingEnd" ]
states = [ "Critical", "Unknown" ] - flap service state to trigger icinga2 flapping detection
Environment:
- os: debian 11
- version: 2.13.7-1+debian11
Example:

Regards
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.