Last active
July 13, 2017 20:55
-
-
Save miguelangelgonzalez/2c859afb2d177e789a5b2c1ac95f3347 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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