We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Parsing can handle special characters.
Parsing can not handle special characters.
Checkmk responded with an error message: {'result': {'site_id': u'XXXXXXX1', 'site_config': {'url_prefix': '', 'status_host': None, 'user_sync': None, 'socket': ('tcp', {'tls': ('encrypted', {'verify': True}), 'address': ('XXXXXXX.de', 6557)}), 'replication': 'slave', 'user_login': True, 'insecure': False, 'disable_wato': True, 'disabled': False, 'alias' : u'Special char included here \xdf en', 'secret': 'XXXXXXXXXX', 'globals': {'dcd_web_api_connection': {'credentials': 'automation', 'base_url': 'https://XXXXXXX1 '}}, 'replicate_mkps': True, 'proxy': {'params': None}, 'timeout': 2, 'persist': False, 'replicate_ec': True, 'multisiteurl': 'https://XXXXXXXXXXX/check_mk/'}, 'configuration_hash': 'XXXXXXXXXX'}, 'result_code': 0}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
Parsing can handle special characters.
Actual behavior
Parsing can not handle special characters.
Steps to reproduce the behavior
Environment
Logs and other useful output
Checkmk responded with an error message: {'result': {'site_id': u'XXXXXXX1', 'site_config': {'url_prefix': '', 'status_host': None, 'user_sync': None, 'socket': ('tcp', {'tls': ('encrypted', {'verify': True}), 'address': ('XXXXXXX.de', 6557)}), 'replication': 'slave', 'user_login': True, 'insecure': False, 'disable_wato': True, 'disabled': False, 'alias' : u'Special char included here \xdf en', 'secret': 'XXXXXXXXXX', 'globals': {'dcd_web_api_connection': {'credentials': 'automation', 'base_url': 'https://XXXXXXX1 '}}, 'replicate_mkps': True, 'proxy': {'params': None}, 'timeout': 2, 'persist': False, 'replicate_ec': True, 'multisiteurl': 'https://XXXXXXXXXXX/check_mk/'}, 'configuration_hash': 'XXXXXXXXXX'}, 'result_code': 0}
The text was updated successfully, but these errors were encountered: