Add carbon.localhost checks
This commit is contained in:
parent
6886f91f9b
commit
68238a1ad2
1 changed files with 12 additions and 0 deletions
|
@ -28,4 +28,16 @@ object Host "beholder" {
|
|||
http_headerstring = "Location: https://beholder.cacert.org/"
|
||||
http_ipv6 = true
|
||||
}
|
||||
vars.http_vhosts["carbon.localhost v4"] = {
|
||||
http_uri = "/graphite/"
|
||||
http_vhost = "carbon.localhost"
|
||||
http_string = "Graphite"
|
||||
http_ipv4 = true
|
||||
}
|
||||
vars.http_vhosts["carbon.localhost v6"] = {
|
||||
http_uri = "/graphite/"
|
||||
http_vhost = "carbon.localhost"
|
||||
http_string = "Graphite"
|
||||
http_ipv6 = true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue