ksyun_healthcheck

最近更新时间:2020-09-10 21:39:41

查看PDF

Provides an Health Check resource.

Example Usage

resource "ksyun_healthcheck" "default" {
  listener_id = "537e2e7b-0007-4a75-9749-882167dbc93d"
  health_check_state = "stop"
  healthy_threshold = 2
  interval = 20
  timeout = 200
  unhealthy_threshold = 2
  url_path = "/monitor"
  is_default_host_name = true
  host_name = "www.ksyun.com"
}

Argument Reference

The following arguments are supported:

  • listener_id - (Required) The id of the listener.
  • health_check_state - (Required) Status maintained by health examination.Valid Values:‘start’, ‘stop’.
  • healthy_threshold - (Required) Health threshold.Valid Values:1-10.
  • interval - (Required) Interval of health examination.Valid Values:1-3600.
  • timeout - (Required) Health check timeout.Valid Values:1-3600.
  • unhealthy_threshold - (Required) Unhealthy threshold.Valid Values:1-10.
  • url_path - (Optional) Link to HTTP type listener health check.
  • host_name - (Optional) Domain name of HTTP type health check.

文档内容是否对您有帮助?

根本没帮助
文档较差
文档一般
文档不错
文档很好

在文档使用中是否遇到以下问题

内容不全,不深入
内容更新不及时
描述不清晰,比较混乱
系统或功能太复杂,缺乏足够的引导
内容冗长

更多建议

0/200

评价建议不能为空

提交成功!

非常感谢您的反馈,我们会继续努力做到更好!

问题反馈