Skip to content

Instantly share code, notes, and snippets.

@miguelangelgonzalez
Last active July 13, 2017 20:55
Show Gist options
  • Save miguelangelgonzalez/2c859afb2d177e789a5b2c1ac95f3347 to your computer and use it in GitHub Desktop.
Save miguelangelgonzalez/2c859afb2d177e789a5b2c1ac95f3347 to your computer and use it in GitHub Desktop.
heartbeat.monitors:
- type: http
schedule: '@every 30s'
urls: ["https://procyon.leapcentral.net/subscriberbc", "https://procyon.leapcentral.net/stsbc", "https://procyon.leapcentral.net/messagingbc", "https://procyon.leapcentral.net/pushbc", "https://procyon.leapcentral.net/analyticsbc"]
check.request.method: HEAD
check.response.status: 200
- type: icmp
schedule: '@every 30s'
hosts:
- procyon.leapcentral.net
output.elasticsearch:
hosts: ['172.17.0.3:9200']
template.name: "heartbeat"
template.path: "heartbeat.template.json"
template.overwrite: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment