Navigation Menu

Skip to content

Commit

Permalink
Add "reporter" field for expected result of system.status
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 23, 2015
1 parent 71aa127 commit 8d47dde
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tutorial/1.1.0/groonga/index.md
Expand Up @@ -241,7 +241,8 @@ $ curl "http://node0:10041/droonga/system/status" | jq "."
"node1:10031/droonga": {
"live": true
}
}
},
"reporter": "..."
}
~~~

Expand All @@ -258,7 +259,8 @@ $ curl "http://node1:10041/droonga/system/status" | jq "."
"node1:10031/droonga": {
"live": true
}
}
},
"reporter": "..."
}
~~~

Expand Down

0 comments on commit 8d47dde

Please sign in to comment.