mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
fix ping example
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"description": "Ping an ip address to get the latency",
|
||||
"run_check": false,
|
||||
"request": {
|
||||
"google.com"
|
||||
"address": "google.com"
|
||||
},
|
||||
"response": {
|
||||
"status": "OK"
|
||||
@@ -15,7 +15,7 @@
|
||||
"description": "Dial a tcp address",
|
||||
"run_check": false,
|
||||
"request": {
|
||||
"google.com:80"
|
||||
"address": "google.com:80"
|
||||
},
|
||||
"response": {
|
||||
"status": "OK"
|
||||
@@ -26,7 +26,7 @@
|
||||
"description": "Check a url endpoint",
|
||||
"run_check": false,
|
||||
"request": {
|
||||
"google.com"
|
||||
"address": "google.com"
|
||||
},
|
||||
"response": {
|
||||
"status": "200 OK",
|
||||
|
||||
Reference in New Issue
Block a user