diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 01f1f514b8..0334e1f0b6 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2012-10-11 Junichi Satoh + + * include/help/ja/help_response_parameters.php, + include/help/ja/help_response_macros.php: Added new help files, + parameters and macros in event responses. + 2012-10-10 Juan Manuel Ramon * include/javascript/pandora.js diff --git a/pandora_console/include/help/ja/help_response_macros.php b/pandora_console/include/help/ja/help_response_macros.php new file mode 100644 index 0000000000..ed8b16fa01 --- /dev/null +++ b/pandora_console/include/help/ja/help_response_macros.php @@ -0,0 +1,31 @@ +イベント応答マクロ + +

+応答対象(コマンドやURL)には、カスタマイズするためにマクロを利用できます。 +

+次のマクロを利用できます。 + +

+ +

基本的な利用方法

+例として、イベントに関連付けしたエージェントへの ping を示します。 +

+コマンドを次のように設定します: ping -c 5 _agent_address_ +

+設定パラメータがある場合は、それもマクロとして利用できます。 + +

パラメータマクロ

+例として、URL のパラメータをカスタマイズします。 +

+パラメータを次のように設定します: User,Section +

+そして、URL を次のように設定します: http://example.com/index.php?user=_User_&section=_Section_ +

diff --git a/pandora_console/include/help/ja/help_response_parameters.php b/pandora_console/include/help/ja/help_response_parameters.php new file mode 100644 index 0000000000..46c1d2750b --- /dev/null +++ b/pandora_console/include/help/ja/help_response_parameters.php @@ -0,0 +1,22 @@ + + +

イベント応答パラメータ

+ +

応答パラメータはカンマで区切ります。 +

+例: +

+User,Password,Port +

+それぞれのパラメータは、前後にアンダースコアをつけることにより、コマンドおよび URL でマクロとして利用できます。 +

+例: +

+_Port_ +

+パラメータには、スペースを含んではいけません。 +