aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/consul/resources/config/consul-agent-config/multicloud-health-check.json
AgeCommit message (Expand)AuthorFilesLines
2019-09-02Delete oom for ocataHaibin Huang1-14/+0
2019-03-25Add starlingx pluginHaibin Huang1-0/+14
2018-10-10Add pike pluginHuang Haibin1-0/+14
2018-09-19Refactor MC windirver plugin namespaceBin Yang1-1/+1
2018-05-03Remove nsPrefix references from consul chartPriyanka Jain1-4/+4
2018-03-19Move consul config from shared NFS to configmapjasmineWen1-0/+63
} /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
{
  "service": {
    "name": "Health Check: APPC - SDN Host",
    "checks": [
      {
        "id": "appc-sdnhost",
        "name": "APPC SDN Host Health Check",
        "http": "http://appc-sdnhost:8282/apidoc/explorer/index.html",
        "method": "HEAD",
        "header": {
          "Authorization": ["Basic YWRtaW46S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ=="],
          "Cache-Control": ["no-cache"],
          "Content-Type": ["application/json"],
          "Accept": ["application/json"]
        },
        "tls_skip_verify": true,
        "interval": "15s",
        "timeout": "1s"
      }
    ]
  }
}