From 24af4cab04cddb10692c70c98578f0d50e143f14 Mon Sep 17 00:00:00 2001 From: jsatoh Date: Sat, 20 Apr 2013 14:09:07 +0000 Subject: [PATCH] 2013-04-20 Junichi Satoh * include/help/ja/help_alert-matches.php: Updated help. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8019 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ .../include/help/ja/help_alert-matches.php | 13 +++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index f34ac249e9..53965a02c9 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2013-04-20 Junichi Satoh + + * include/help/ja/help_alert-matches.php: Updated help. + 2013-04-19 Miguel de Dios * mobile/operation/modules.php: fixed another typo bug in the code diff --git a/pandora_console/include/help/ja/help_alert-matches.php b/pandora_console/include/help/ja/help_alert-matches.php index 30f803b50b..324a825041 100644 --- a/pandora_console/include/help/ja/help_alert-matches.php +++ b/pandora_console/include/help/ja/help_alert-matches.php @@ -6,10 +6,11 @@

アクションを起こすアラートの数

-いくつアラートが上がった時にアクション(メール送信等)を実行するかを定義します。 -数値は、開始の値と終了の値が定義でき、定義する値によって次のような動作になります。 +いくつアラートが上がった時にアクションを実行するかを定義します。これは、細かいチューニングパラメータです。

+ +これは、アラートの動作の定義を若干変更します。警告のアラートの回数を最大 5に設定した場合に、メールを一度のみ送信したい場合は、ここを 0 および 1 に設定します。0 から 1回目にのみ(つまり 1回のみ)メールを送信するという意味になります。

+ +同一のアラートに複数のアクションを設定できますが、"アラートを起こす回数"を定義することにより、アラートの動作は頻度に依存するようになります。

+ +例えば、何らかの事象が最初に発生した時は XXXXX にメールを送信しますが、障害が継続している場合は、ZZZZ にメールを送信したいとします。これを実現するには、該当のアラートにこのパラメータを変更したアクションを追加します。

-
    -
  • 未定義もしくは開始の値が 0 の場合は、常にアクションを実行します。
  • -
  • 開始の値と終了の値が 1 以上の場合は、アラートの回数がその範囲の間、アクションを実行します。
  • -