"help.args.conf_path":"path to the configuration file",
"help.args.state_path":"path to the state file, which contains information about the recent checks; default: file in temporary directory, unique for the conf-path input",
"checks.http_request.status_code_mismatch":"actual status code {{status_code_actual}} does not match expected value {{status_code_expected}}",
"checks.http_request.header_value_mismatch":"actual header value for key '{{key}}' '{{value_actual}}' and does not match the expected value {{value_expected}}",
"checks.http_request.body_misses_part":"body does not contain the expected part '{{part}}'",