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 | ||||||||
Level | Trivial Change | ||||||||
Class | Bug Fix | ||||||||
Compatibility | Compatible - no manual interaction needed | ||||||||
Checkmk versions & editions |
|
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.