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 #10348] Checkresultreader is unable to process host checks #3475

Closed
icinga-migration opened this issue Oct 12, 2015 · 3 comments
Labels
area/compat Deprecated features from 1.x bug Something isn't working
Milestone

Comments

@icinga-migration
Copy link

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

Created by dpauli on 2015-10-12 18:39:35 +00:00

Assignee: gbeutner
Status: Resolved (closed on 2015-10-13 07:00:04 +00:00)
Target Version: 2.3.11
Last Update: 2015-10-13 11:09:33 +00:00 (in Redmine)

Icinga Version: 2.3.10
Backport?: Already backported
Include in Changelog: 1

The check result reader is working fine for service checks. However, when reading a file for a host check (that is, without a service_description in it), the function call "Service::Ptr service = host->GetServiceByShortName(attrs["service_description"]);" throws an exception that is not handled, omitting the host check to be processed.

This should be repaired as Icinga 1.x was handling such results without any problem.

Attachments

Changesets

2015-10-13 06:56:12 +00:00 by (unknown) 7c4fa22

Fix support for host checks in CheckResultReader

fixes #10348

2015-10-13 11:09:23 +00:00 by (unknown) ac11653

Fix support for host checks in CheckResultReader

fixes #10348
@icinga-migration
Copy link
Author

Updated by gbeutner on 2015-10-13 06:56:57 +00:00

  • Status changed from New to Assigned
  • Assigned to set to gbeutner
  • Target Version set to 2.4.0

@icinga-migration
Copy link
Author

Updated by Anonymous on 2015-10-13 07:00:04 +00:00

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

Applied in changeset 7c4fa22.

@icinga-migration
Copy link
Author

Updated by gbeutner on 2015-10-13 11:09:33 +00:00

  • Target Version changed from 2.4.0 to 2.3.11
  • Backport? changed from TBD to Yes

@icinga-migration icinga-migration added bug Something isn't working area/compat Deprecated features from 1.x labels Jan 17, 2017
@icinga-migration icinga-migration added this to the 2.3.11 milestone Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/compat Deprecated features from 1.x bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant