Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dev.icinga.com #12310] Notification sent too fast when one master fails #4434

Closed
icinga-migration opened this issue Aug 4, 2016 · 4 comments
Labels
area/notifications Notification events bug Something isn't working
Milestone

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/12310

Created by bsheqa on 2016-08-04 12:25:26 +00:00

Assignee: gbeutner
Status: Resolved (closed on 2016-08-05 05:00:04 +00:00)
Target Version: 2.5.0
Last Update: 2016-08-05 05:00:04 +00:00 (in Redmine)

Icinga Version: v2.4.10-592-g905380b
Backport?: Not yet backported
Include in Changelog: 1

In a master-master setup: If one master fails during a notification interval, the first notification sent from the second master is sent to fast.

Filing master:

[2016-08-04 12:04:16 +0200] information/Notification: Completed sending 'Problem' notification 'test-icinga-master3.test.netways.de!notification dummy!notification-object-1' for checkable 'test-icinga-master3.test.netways.de!notification dummy' and user 'bsheqa'.
[2016-08-04 12:05:17 +0200] information/Notification: Completed sending 'Problem' notification 'test-icinga-master3.test.netways.de!notification dummy!notification-object-1' for checkable 'test-icinga-master3.test.netways.de!notification dummy' and user 'bsheqa'.

second master:

[2016-08-04 12:05:55 +0200] information/Notification: Completed sending 'Problem' notification 'test-icinga-master3.test.netways.de!notification dummy!notification-object-1' for checkable 'test-icinga-master3.test.netways.de!notification dummy' and user 'bsheqa'.
[2016-08-04 12:05:55 +0200] information/Notification: Completed sending 'Problem' notification 'test-icinga-master3.test.netways.de!notification dummy!notification-object-1' for checkable 'test-icinga-master3.test.netways.de!notification dummy' and user 'bsheqa'.
[2016-08-04 12:07:00 +0200] information/Notification: Completed sending 'Problem' notification 'test-icinga-master3.test.netways.de!notification dummy!notification-object-1' for checkable 'test-icinga-master3.test.netways.de!notification dummy' and user 'bsheqa'.

When master1 comes back, the first notification is sent to fast, as well.

Changesets

2016-08-05 04:57:50 +00:00 by gbeutner d0658c4

Fix incorrect parameter name for NotificationSentAllUsersHandler

fixes #12310
@icinga-migration
Copy link
Author

Updated by mfriedrich on 2016-08-04 12:44:05 +00:00

  • Category set to Notifications

@icinga-migration
Copy link
Author

Updated by gbeutner on 2016-08-05 04:45:59 +00:00

  • Subject changed from Notification sent to fast when one master fails to Notification sent too fast when one master fails
  • Target Version set to 2.5.0

@icinga-migration
Copy link
Author

Updated by gbeutner on 2016-08-05 04:58:00 +00:00

  • Status changed from New to Assigned
  • Assigned to set to gbeutner

@icinga-migration
Copy link
Author

Updated by gbeutner on 2016-08-05 05:00:04 +00:00

  • Status changed from Assigned to Resolved
  • Done % changed from 0 to 100

Applied in changeset d0658c4.

@icinga-migration icinga-migration added bug Something isn't working area/notifications Notification events labels Jan 17, 2017
@icinga-migration icinga-migration added this to the 2.5.0 milestone Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/notifications Notification events bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant