Icinga / Icinga/icinga2

Flapping notification issue

Open
#9,750 5 comments 0 reactions 1 assignee View on GitHub

@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:
flap

Regards

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.