From 854446ddf5544bfbd6f7dea7cf951cc767b96742 Mon Sep 17 00:00:00 2001 From: HyeJong Date: Fri, 11 Aug 2017 16:37:14 +0900 Subject: [PATCH] Update README.md Fix typo --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 269de6a..8ca7cb5 100644 --- a/README.md +++ b/README.md @@ -35,11 +35,12 @@ Pulse is the platform for building lightweight agent program for many types of d ``` 3. Send object heartbeat and counter value by json periodically(recommended 2~5sec). - > http://server_ip:6180/counters + > http://server_ip:6180/counter ``` - { +[ + { "object" : { "host" : "host1", "name" : "name1", @@ -65,7 +66,8 @@ Pulse is the platform for building lightweight agent program for many types of d {"name" : "counter3", "value" : 8888} ] } - +] + ``` 4. Then you can see realtime data on scouter client