Skip to content

Instantly share code, notes, and snippets.

@ceizner
Created April 12, 2019 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ceizner/c7c24711d6cceb1e72c88725b0d5d6be to your computer and use it in GitHub Desktop.
Save ceizner/c7c24711d6cceb1e72c88725b0d5d6be to your computer and use it in GitHub Desktop.
app_checks:
- name: os_master2_healthz
check_module: http_check
interval: 5
pattern:
comm: dragent
conf:
url: "https://XXXXX.com/healthz"
tags:
- role:master
- function:api
collect_response_time: true
disable_ssl_validation: true
ignore_ssl_warning: true
check_hostname: false
collect_response_time: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment