Skip to content

Instantly share code, notes, and snippets.

@noob-master147
Last active July 1, 2020 05:01
Show Gist options
  • Save noob-master147/cb9b4d3abef1ec02deeb6f246ba4c1f2 to your computer and use it in GitHub Desktop.
Save noob-master147/cb9b4d3abef1ec02deeb6f246ba4c1f2 to your computer and use it in GitHub Desktop.
HyperPing
{
event: "check.down",
check: {
url: "https://js.stripe.com/v3/",
status: 502,
down: true,
date: 1556506024291,
downtime: 1
},
pings: [
{
original: true,
location: "london",
status: 502,
statusMessage: "Bad Gateway"
},
{
original: false,
location: "paris",
status: 502,
statusMessage: "Bad Gateway"
},
{
original: false,
location: "frankfurt",
status: 502,
statusMessage: "Bad Gateway"
}
]
}
{
event: "check.up",
check: {
url: "https://js.stripe.com/v3/",
status: 200,
down: false,
date: 1556505843864,
downtime: 2
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment