Icinga / icinga2

The core of our monitoring platform with a powerful configuration language and REST API.
https://icinga.com/docs/icinga2/latest
GNU General Public License v2.0
2.03k stars 578 forks source link

Custom notifications on downed hosts also send another down notification #9046

Closed dasJ closed 1 week ago

dasJ commented 3 years ago

Describe the bug

I have a host that is down and that has notifications with interval = 0 so renotifications are disabled. When the initial notification was sent and I send another custom notification, it sends another down notification.

To Reproduce

  1. Have a host with notifications that have interval = 0
  2. Have the host in a down state
  3. Wait for the notification to arrive
  4. Send a custom notification for this host

Expected behavior

I should only receive a custom notification and not also a down notification shortly afterwards.

Your Environment

Include as many relevant details about the environment you experienced the problem in

Additional context

Al2Klimov commented 2 years ago

Sounds like #7818

yhabteab commented 1 week ago

Duplicate of #6333