Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 3a6b79a5051cbfc64cfe4fdf897e87c98c01750a
https://github.com/tribe29/checkmk/commit/3a6b79a5051cbfc64cfe4fdf897e87c98…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2020-09-29 (Tue, 29 Sep 2020)
Changed paths:
M cmk/base/checkers/_abstract.py
M cmk/fetchers/controller.py
Log Message:
-----------
Handle exceptions from Fetcher.{__enter__, __init__()}
Program, TCP, and IPMI Fetchers set up a connection in `__enter__()` and
this may raise an exception. In that case, the exception must be
wrapped in an ErrorResult in the same way as errors from
`Fetcher.fetch()`.
CMK-5612
Change-Id: Ic214af89ea1f4777f8f5f533724ed7916da57000