2012-01-27 Junichi Satoh <junichi@rworks.jp>

* include/help/ja/help_action_threshold.php: Rewrote the
	  action_threshold help page and added an example.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5438 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
jsatoh 2012-01-27 04:58:51 +00:00
parent 2d945d65bb
commit c0966fddbd
2 changed files with 12 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2012-01-27 Junichi Satoh <junichi@rworks.jp>
* include/help/ja/help_action_threshold.php: Rewrote the
action_threshold help page and added an example.
2012-01-27 Junichi Satoh <junichi@rworks.jp>
* include/help/en/help_alert_special_days.php,

View File

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