Navigation Menu

Skip to content

Commit

Permalink
Add description
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 28, 2014
1 parent 2a25a14 commit a2027e6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 6 additions & 2 deletions _po/ja/tutorial/1.0.4/groonga/index.po
Expand Up @@ -288,8 +288,12 @@ msgstr ""
"能し続けていた場合には、残ったノードがDroongaクラスタとして動作し続けます。そのため、そのような事態が起こっても秘密裏に、機能停止したノードを復旧した"
"りクラスタに復帰させたりすることができます。"

msgid "Let's make sure that the cluster works, by the `system.status` command:"
msgstr "クラスタが動作している事を、`system.status` コマンドを使って確認してみましょう:"
msgid ""
"Let's make sure that the cluster works, by the `system.status` command.\n"
"You can see the result via HTTP, like:"
msgstr ""
"クラスタが動作している事を、`system.status` コマンドを使って確認してみましょう。\n"
"コマンドはHTTP経由で実行できます:"

msgid ""
"~~~\n"
Expand Down
3 changes: 2 additions & 1 deletion ja/tutorial/1.0.4/groonga/index.md
Expand Up @@ -142,7 +142,8 @@ GroongaをHTTPサーバとして使う場合は、以下のように `-d` オプ

このコマンドにより、2つのノードはクラスタを形成し、互いの生死を監視するようになります。もしクラスタ内のどれか1つのノードが機能を停止し、他のノードがまだ機能し続けていた場合には、残ったノードがDroongaクラスタとして動作し続けます。そのため、そのような事態が起こっても秘密裏に、機能停止したノードを復旧したりクラスタに復帰させたりすることができます。

クラスタが動作している事を、`system.status` コマンドを使って確認してみましょう:
クラスタが動作している事を、`system.status` コマンドを使って確認してみましょう。
コマンドはHTTP経由で実行できます:

~~~
# curl "http://192.168.0.10:10041/droonga/system/status"
Expand Down
3 changes: 2 additions & 1 deletion tutorial/1.0.4/groonga/index.md
Expand Up @@ -135,7 +135,8 @@ By the command two nodes construct a cluster and they monitor each other.
If one of nodes dies and there is any still alive node, survivor(s) will work as the Droonga cluster.
Then you can recover the dead node and re-join it to the cluster secretly.

Let's make sure that the cluster works, by the `system.status` command:
Let's make sure that the cluster works, by the `system.status` command.
You can see the result via HTTP, like:

~~~
# curl "http://192.168.0.10:10041/droonga/system/status"
Expand Down

0 comments on commit a2027e6

Please sign in to comment.