In Icinga2 hosts.conf, I can add: http_header = "HOST: myhost.mycorp.com"
and my check_http sends it as the header. I want to also add http_header = "ACCEPT: /"
How do I do this syntactically? On command line for check_http
, I can add multiple -k
options.