mirror of https://github.com/Icinga/icinga2.git
Remove http_vhosts config from Windows
There is no check_http planed for Windows fixes #8762
This commit is contained in:
parent
9bcbc8f4f8
commit
ae05c1ac13
|
@ -26,15 +26,6 @@ object Host NodeName {
|
||||||
/* Set custom attribute `os` for hostgroup assignment in `groups.conf`. */
|
/* Set custom attribute `os` for hostgroup assignment in `groups.conf`. */
|
||||||
vars.os = "Windows"
|
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`. */
|
/* Define disks and attributes for service apply rules in `services.conf`. */
|
||||||
vars.disks["disk"] = {
|
vars.disks["disk"] = {
|
||||||
/* No parameters. */
|
/* No parameters. */
|
||||||
|
|
Loading…
Reference in New Issue