From 94aca868717a3017176b61e05b15e0b6c68859d7 Mon Sep 17 00:00:00 2001 From: jsatoh Date: Wed, 25 Jun 2014 00:47:24 +0000 Subject: [PATCH] 2014-06-25 Junichi Satoh * include/help/ja/help_ff_interval.php, include/help/ja/help_ff_timeout.php: Translated to Japanese. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10283 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ .../include/help/ja/help_ff_interval.php | 12 ++++++------ pandora_console/include/help/ja/help_ff_timeout.php | 13 +++++++------ 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index eec086117f..e7484f6227 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2014-06-25 Junichi Satoh + + * include/help/ja/help_ff_interval.php, + include/help/ja/help_ff_timeout.php: Translated to Japanese. + 2014-06-24 Alejandro Gallardo * include/graphs/pandora.d3.js: Fixed some errors on diff --git a/pandora_console/include/help/ja/help_ff_interval.php b/pandora_console/include/help/ja/help_ff_interval.php index 44a039a2be..e3083cf398 100644 --- a/pandora_console/include/help/ja/help_ff_interval.php +++ b/pandora_console/include/help/ja/help_ff_interval.php @@ -3,19 +3,19 @@ * @package Include/help/ja */ ?> -

Module Flip Flop Interval

+

連続抑制時の間隔



-If FF threshold is greater than 0, several consecutive values are required to change the status of a module. But if you want subsequent cheks to be performed at a different interval you can specify it with FF interval. +連続抑制回数が 0 より大きい場合、モジュールの状態変化が発生するには複数回値が変化した状態になる必要があります。このときモジュールの値を通常の間隔と異なる間隔でチェックしたい場合は、連続抑制時の間隔で設定できます。 -For example, a ping module with a 5 minute interval, a FF threshold of 1 and a FF interval of 60 seconds would behave in the following way: +たとえば、5分間隔の ping モジュールにおいて、連続抑制回数が 1 で連続抑制時の間隔が 60秒の場合、次のような動作をします。

- - - + + + diff --git a/pandora_console/include/help/ja/help_ff_timeout.php b/pandora_console/include/help/ja/help_ff_timeout.php index 9dbf287c62..3866a40253 100644 --- a/pandora_console/include/help/ja/help_ff_timeout.php +++ b/pandora_console/include/help/ja/help_ff_timeout.php @@ -3,19 +3,20 @@ * @package Include/help/ja */ ?> -

Module Flip Flop Timeout

+

連続抑制タイムアウト



-If FF threshold is greater than 0, several consecutive values are required to change the status of a module. This works well for synchronous modules, but since asynchronous modules do not send data at regular intervals, checking for consecutive values may not be that useful if they are far away in time. Thus, if FF timeout is greater than 0, consecutive values must occur within the configured time interval. +連続抑制回数が 0 より大きい場合、モジュールの状態変化が発生するには複数回値が変 +化した状態になる必要があります。これは同期モジュールでは問題無く動きますが、非同期モジュールでは決まった間隔でデータが送信されないため、データ送られてくる間隔が大きく開いた場合に連続抑制は使い勝手がよくありません。このような場合、連続抑制タイムアウトを 0 より大きい値にすることにより、その時間内に連続抑制回数に達した場合という条件付けを行うことができます。 -For example, an asynchronous proc module with a FF threshold of 1 and a FF timeout of 600 (10 minutes) would behave in the following way: +たとえば、非同期 proc モジュールにおいて、連続抑制回数が 1 で連続抑制タイムアウトが 600(10分) の場合は次のようになります。

TimeDataStatus change時間データ状態変化
12:00 1
- - - + + +
TimeDataStatus change時間データ状態変化
12:00 1