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 #6051] call OnStateChanged() on Acknowledgement, Reschedule, etc. #1480

Closed
icinga-migration opened this issue Apr 22, 2014 · 7 comments
Labels
blocker Blocks a release or needs immediate attention bug Something isn't working
Milestone

Comments

@icinga-migration
Copy link

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

Created by mfriedrich on 2014-04-22 09:25:35 +00:00

Assignee: mfriedrich
Status: Resolved (closed on 2014-05-02 22:41:25 +00:00)
Target Version: 0.0.11
Last Update: 2014-05-02 22:41:25 +00:00 (in Redmine)

Icinga Version: 0.0.9

  • AcknowledgementSet/Cleared
  • NextCheckChanged
  • FlappingChanged
  • NotificationSentToAllUsers
  • DowntimeTriggered

Changesets

2014-05-02 21:17:36 +00:00 by (unknown) 0c72228

DB IDO: Update Host/Service status on Acknowledgement Add/Clear.

Refs #6051

2014-05-02 21:38:37 +00:00 by (unknown) 03e44dc

DB IDO: Update Host/Service state 'next_check' on NextCheckChanged.

Refs #6051

2014-05-02 21:56:52 +00:00 by (unknown) ba12ec2

DB IDO: Update Host/Service state 'is_flapping' on FlappingChanged.

Refs #6051

2014-05-02 22:27:05 +00:00 by (unknown) fc44798

DB IDO: Update Host/Service state 'last_notification' on NotificationSentToAllUsers.

Refs #6051

2014-05-02 22:37:47 +00:00 by (unknown) a5e7390

DB IDO: Update Host/Service state 'last_notification' on DowntimeTriggered.

Refs #6051

2014-05-02 22:38:56 +00:00 by (unknown) 3d586b2

DB IDO: Update Host/Service state 'scheduled_downtime_depth' on DowntimeTriggered.

Refs #6051

2014-05-02 22:41:05 +00:00 by (unknown) 579fc97

Merge branch 'feature/db-ido-update-events-6051' into next

Fixes #6051

Relations:

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-04-28 11:28:46 +00:00

  • Priority changed from Normal to High

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-04-29 12:12:41 +00:00

  • Target Version changed from 0.0.10 to 0.0.11

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-05-02 21:17:24 +00:00

[2014-05-02 23:16:40 +0200]  debug/db_ido_mysql: Query: UPDATE icinga_hoststatus SET acknowledgement_type = '2',  problem_has_been_acknowledged = '1' WHERE host_object_id = 879 AND instance_id = 2

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-05-02 21:38:02 +00:00

[2014-05-02 23:37:04 +0200]  debug/db_ido_mysql: Query: UPDATE icinga_hoststatus SET next_check = FROM_UNIXTIME(1399066623) WHERE host_object_id = 879 AND instance_id = 2

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-05-02 22:37:09 +00:00

[2014-05-03 00:36:38 +0200]  debug/db_ido_mysql: Query: UPDATE icinga_hoststatus SET current_notification_number = '0',  last_notification = FROM_UNIXTIME(1399070198),  next_notification = FROM_UNIXTIME(1399070971) WHERE host_object_id = 111 AND instance_id = 2

[2014-05-03 00:34:28 +0200]  debug/db_ido_mysql: Query: UPDATE icinga_hoststatus SET scheduled_downtime_depth = '2' WHERE host_object_id = 880 AND instance_id = 2

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-05-02 22:40:40 +00:00

  • Description updated

@icinga-migration
Copy link
Author

Updated by Anonymous on 2014-05-02 22:41:25 +00:00

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

Applied in changeset 579fc97.

@icinga-migration icinga-migration added blocker Blocks a release or needs immediate attention bug Something isn't working libicinga labels Jan 17, 2017
@icinga-migration icinga-migration added this to the 0.0.11 milestone Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker Blocks a release or needs immediate attention bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant