]> granicus.if.org Git - icinga2/commitdiff
Remove http_vhosts config from Windows
authorJean Flach <jean-marcel.flach@netways.de>
Mon, 16 Mar 2015 12:15:54 +0000 (13:15 +0100)
committerJean-Marcel Flach <jean-marcel.flach@netways.de>
Mon, 16 Mar 2015 12:24:41 +0000 (13:24 +0100)
There is no check_http planed for Windows

fixes #8762

etc/icinga2/conf.d/win32/hosts.conf

index 990d07c474b246632ea77adeb05abb4f80f79b7e..0cc68b65a5d5de1ad01486c1faeab70bb8af9ff9 100644 (file)
@@ -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. */