Werk #13267: AttributeError: 'Namespace' object has no attribute 'fetch_client_id' in check_mail and check_mail_loop
Component | Checks & agents |
Title | AttributeError: 'Namespace' object has no attribute 'fetch_client_id' in check_mail and check_mail_loop |
Date | Apr 14, 2023 |
Checkmk Edition | Checkmk Raw (CRE) |
Checkmk Version | 2.3.0b1 2.2.0b4 2.1.0p27 |
Level | Trivial Change |
Class | Bug Fix |
Compatibility | Compatible - no manual interaction needed |
Trying to hide EWS related command line arguments from check_mail and check_mail_loop active checks (which don't support EWS yet) led to exceptions being raised due to invalid access to now non-existing arguments. This change makes those arguments visible again with a hint about EWS not being available.