mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-22 18:06:11 +00:00
Simplify durations
This commit is contained in:
parent
6aa29935f6
commit
3f49479556
1 changed files with 12 additions and 12 deletions
|
|
@ -7,7 +7,7 @@
|
|||
{
|
||||
"status": 200,
|
||||
"hostname": "gateway.example.com",
|
||||
"duration": 8752855,
|
||||
"duration": 10000,
|
||||
"conditionResults": [
|
||||
{
|
||||
"condition": "[STATUS] == 200",
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
{
|
||||
"status": 200,
|
||||
"hostname": "gateway.example.com",
|
||||
"duration": 8784324,
|
||||
"duration": 10000,
|
||||
"conditionResults": [
|
||||
{
|
||||
"condition": "[STATUS] == 200",
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
{
|
||||
"status": 200,
|
||||
"hostname": "gateway.example.com",
|
||||
"duration": 8506461,
|
||||
"duration": 10000,
|
||||
"conditionResults": [
|
||||
{
|
||||
"condition": "[STATUS] == 200",
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
{
|
||||
"status": 200,
|
||||
"hostname": "gateway.example.com",
|
||||
"duration": 9101240,
|
||||
"duration": 10000,
|
||||
"conditionResults": [
|
||||
{
|
||||
"condition": "[STATUS] == 200",
|
||||
|
|
@ -82,7 +82,7 @@
|
|||
{
|
||||
"status": 200,
|
||||
"hostname": "www.example.com",
|
||||
"duration": 8752855,
|
||||
"duration": 10000,
|
||||
"conditionResults": [
|
||||
{
|
||||
"condition": "[STATUS] == 200",
|
||||
|
|
@ -99,7 +99,7 @@
|
|||
{
|
||||
"status": 200,
|
||||
"hostname": "gateway.example.com",
|
||||
"duration": 8784324,
|
||||
"duration": 10000,
|
||||
"conditionResults": [
|
||||
{
|
||||
"condition": "[STATUS] == 200",
|
||||
|
|
@ -116,7 +116,7 @@
|
|||
{
|
||||
"status": 200,
|
||||
"hostname": "gateway.example.com",
|
||||
"duration": 8506461,
|
||||
"duration": 10000,
|
||||
"conditionResults": [
|
||||
{
|
||||
"condition": "[STATUS] == 200",
|
||||
|
|
@ -133,7 +133,7 @@
|
|||
{
|
||||
"status": 200,
|
||||
"hostname": "gateway.example.com",
|
||||
"duration": 9101240,
|
||||
"duration": 10000,
|
||||
"conditionResults": [
|
||||
{
|
||||
"condition": "[STATUS] == 200",
|
||||
|
|
@ -157,7 +157,7 @@
|
|||
{
|
||||
"status": 200,
|
||||
"hostname": "ns1.example",
|
||||
"duration": 8752855,
|
||||
"duration": 20000,
|
||||
"conditionResults": [
|
||||
{
|
||||
"condition": "[STATUS] == 200",
|
||||
|
|
@ -170,7 +170,7 @@
|
|||
{
|
||||
"status": 200,
|
||||
"hostname": "ns1.example.com",
|
||||
"duration": 8784324,
|
||||
"duration": 20000,
|
||||
"conditionResults": [
|
||||
{
|
||||
"condition": "[STATUS] == 200",
|
||||
|
|
@ -183,7 +183,7 @@
|
|||
{
|
||||
"status": 200,
|
||||
"hostname": "ns1.example.com",
|
||||
"duration": 8506461,
|
||||
"duration": 20000,
|
||||
"conditionResults": [
|
||||
{
|
||||
"condition": "[STATUS] == 200",
|
||||
|
|
@ -196,7 +196,7 @@
|
|||
{
|
||||
"status": 200,
|
||||
"hostname": "ns1.example.com",
|
||||
"duration": 9101240,
|
||||
"duration": 20000,
|
||||
"conditionResults": [
|
||||
{
|
||||
"condition": "[STATUS] == 200",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue