Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #176 from Icinga/feature/demo-config-updates
Browse files Browse the repository at this point in the history
Update demo config for Icinga VHosts
  • Loading branch information
Michael Friedrich authored Jan 28, 2019
2 parents c02c6d3 + 7cc029a commit 54b6ba0
Showing 1 changed file with 6 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@ object Host "<%= @node_name-%>" {
http_uri = "/icingaweb2"
}
vars.http_vhosts["http Icinga Website"] = {
http_address = "www.icinga.com"
http_vhost = "www.icinga.com"
http_address = "icinga.com"
http_vhost = "icinga.com"
}
vars.http_vhosts["http Icinga Discourse"] = {
http_address = "community.icinga.com"
http_vhost = "community.icinga.com"
}
vars.http_vhosts["http Icinga RT"] = {
http_address = "rt.icinga.com"
http_vhost = "rt.icinga.com"
}
vars.http_vhosts["http Icinga Docs"] = {
http_address = "docs.icinga.com"
http_vhost = "docs.icinga.com"
}
vars.http_vhosts["http Icinga Exchange"] = {
http_address = "exchange.icinga.com"
http_vhost = "exchange.icinga.com"
Expand All @@ -68,11 +68,6 @@ object Host "<%= @node_name-%>" {
http_vhost = "github.com"
http_uri = "/Icinga"
}
vars.http_vhosts["http Icinga Docker Hub"] = {
http_address = "registry.hub.docker.com"
http_vhost = "registry.hub.docker.com"
http_uri = "/repos/icinga/"
}

/* database checks */
vars.databases["icinga"] = {
Expand Down

0 comments on commit 54b6ba0

Please sign in to comment.