[Groonga-commit] droonga/droonga.org at 575e0cf [gh-pages] Add "reporter" field to examples of system.status results

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Apr 23 18:07:09 JST 2015


YUKI Hiroshi	2015-04-23 18:07:09 +0900 (Thu, 23 Apr 2015)

  New Revision: 575e0cf9ec991a445a49e32d28cc1d8d3f33db16
  https://github.com/droonga/droonga.org/commit/575e0cf9ec991a445a49e32d28cc1d8d3f33db16

  Message:
    Add "reporter" field to examples of system.status results

  Modified files:
    tutorial/1.1.0/add-replica/index.md

  Modified: tutorial/1.1.0/add-replica/index.md (+20 -10)
===================================================================
--- tutorial/1.1.0/add-replica/index.md    2015-04-23 18:04:44 +0900 (f65d76d)
+++ tutorial/1.1.0/add-replica/index.md    2015-04-23 18:07:09 +0900 (3b4b90a)
@@ -92,7 +92,8 @@ $ curl "http://node0:10041/droonga/system/status" | jq "."
     "node1:10031/droonga": {
       "live": true
     }
-  }
+  },
+  "reporter": "..."
 }
 $ curl "http://node1:10041/droonga/system/status" | jq "."
 {
@@ -103,7 +104,8 @@ $ curl "http://node1:10041/droonga/system/status" | jq "."
     "node1:10031/droonga": {
       "live": true
     }
-  }
+  },
+  "reporter": "..."
 }
 $ curl "http://node2:10041/droonga/system/status" | jq "."
 {
@@ -111,7 +113,8 @@ $ curl "http://node2:10041/droonga/system/status" | jq "."
     "node2:10031/droonga": {
       "live": true
     }
-  }
+  },
+  "reporter": "..."
 }
 ~~~
 
@@ -192,7 +195,8 @@ $ curl "http://node0:10041/droonga/system/status" | jq "."
     "node2:10031/droonga": {
       "live": true
     }
-  }
+  },
+  "reporter": "..."
 }
 ~~~
 
@@ -252,7 +256,8 @@ $ curl "http://node0:10041/droonga/system/status" | jq "."
     "node1:10031/droonga": {
       "live": true
     }
-  }
+  },
+  "reporter": "..."
 }
 $ curl "http://node1:10041/droonga/system/status" | jq "."
 {
@@ -263,7 +268,8 @@ $ curl "http://node1:10041/droonga/system/status" | jq "."
     "node1:10031/droonga": {
       "live": true
     }
-  }
+  },
+  "reporter": "..."
 }
 $ curl "http://node2:10041/droonga/system/status" | jq "."
 {
@@ -271,7 +277,8 @@ $ curl "http://node2:10041/droonga/system/status" | jq "."
     "node2:10031/droonga": {
       "live": true
     }
-  }
+  },
+  "reporter": "..."
 }
 ~~~
 
@@ -306,7 +313,8 @@ $ curl "http://node0:10041/droonga/system/status" | jq "."
     "node0:10031/droonga": {
       "live": true
     }
-  }
+  },
+  "reporter": "..."
 }
 ~~~
 
@@ -357,7 +365,8 @@ $ curl "http://node0:10041/droonga/system/status" | jq "."
     "node2:10031/droonga": {
       "live": true
     }
-  }
+  },
+  "reporter": "..."
 }
 $ curl "http://node2:10041/droonga/system/status" | jq "."
 {
@@ -368,7 +377,8 @@ $ curl "http://node2:10041/droonga/system/status" | jq "."
     "node2:10031/droonga": {
       "live": true
     }
-  }
+  },
+  "reporter": "..."
 }
 ~~~
 
-------------- next part --------------
HTML����������������������������...
Descargar 



More information about the Groonga-commit mailing list
Back to archive index