diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 973f3bcbe6..9cb56c2a00 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2012-01-27 Junichi Satoh + + * include/help/ja/help_action_threshold.php: Rewrote the + action_threshold help page and added an example. + 2012-01-27 Junichi Satoh * include/help/en/help_alert_special_days.php, diff --git a/pandora_console/include/help/ja/help_action_threshold.php b/pandora_console/include/help/ja/help_action_threshold.php index 8945faef84..4d309346fa 100755 --- a/pandora_console/include/help/ja/help_action_threshold.php +++ b/pandora_console/include/help/ja/help_action_threshold.php @@ -3,11 +3,13 @@ * @package Include/help/ja */ ?> -

時間しきい値

+

アクションしきい値

-時間しきい値 -

-

-最大アラート数よりも多い回数のアラートを発生させないことを保証する時間間隔の定義です。定義した間隔を越えた場合、復旧する値になった場合を除き、障害の値であってもアラートは発生しません。特定の復旧の値を受け取った場合は、しきい値に関係なく復旧します。 +何回アラートが発生したかに関わらず、アラートアクションがアクションしきい値の秒数内では 1回のみ実行されます。 + +例えば、メール送信のアクションを設定していて、1時間に1通のみ受けたい場合は、アクションしきい値を 3600にします。 + +個々のアクションしきい値の設定が、全体のアクションしきい値の設定より優先されることに注意してください。 +