From: Jean Flach Date: Mon, 16 Mar 2015 12:15:54 +0000 (+0100) Subject: Remove http_vhosts config from Windows X-Git-Tag: v2.4.0~823 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d490b0f15cff7787d91c27325f4f8607499f4f6a;p=icinga2 Remove http_vhosts config from Windows There is no check_http planed for Windows fixes #8762 --- diff --git a/etc/icinga2/conf.d/win32/hosts.conf b/etc/icinga2/conf.d/win32/hosts.conf index 990d07c47..0cc68b65a 100644 --- a/etc/icinga2/conf.d/win32/hosts.conf +++ b/etc/icinga2/conf.d/win32/hosts.conf @@ -26,15 +26,6 @@ object Host NodeName { /* Set custom attribute `os` for hostgroup assignment in `groups.conf`. */ vars.os = "Windows" - /* Define http vhost attributes for service apply rules in `services.conf`. */ - vars.http_vhosts["http"] = { - http_uri = "/" - } - /* Uncomment if you've sucessfully installed Icinga Web 2. */ - //vars.http_vhosts["Icinga Web 2"] = { - // http_uri = "/icingaweb2" - //} - /* Define disks and attributes for service apply rules in `services.conf`. */ vars.disks["disk"] = { /* No parameters. */