"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",
"help.args.send_ok_notifications":"whether an '{{condition_name}}' condition shall be reported",
"help.args.language":"language to use (instead of the language, set in the environment variables)",
"help.args.erase_state":"whether the state shall be deleted on start; this will cause that all checks are executed immediatly",
"help.args.show_schema":"print the hmdl JSON schema to stdout and exit",
"help.args.expose_full_conf":"only print the extended configuration to stdout and exit (useful for debugging)",
"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}}'",