You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
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
2015-10-13 11:09:23 +00:00 by (unknown) ac11653
The text was updated successfully, but these errors were encountered: