2011-09-11 Junichi Satoh <junichi@rworks.jp>
* include/help/ja/help_action_threshold.php: Added a new help file. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4933 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
672810b0e0
commit
71e8032c14
|
@ -1,3 +1,7 @@
|
|||
2011-09-11 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* include/help/ja/help_action_threshold.php: Added a new help file.
|
||||
|
||||
2011-09-08 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_api.php: fixed the array key for module name.
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
/**
|
||||
* @package Include/help/ja
|
||||
*/
|
||||
?>
|
||||
<h1>時間しきい値</h1>
|
||||
|
||||
<p>
|
||||
時間しきい値
|
||||
</p>
|
||||
<p>
|
||||
最大アラート数よりも多い回数のアラートを発生させないことを保証する時間間隔の定義です。定義した間隔を越えた場合、復旧する値になった場合を除き、障害の値であってもアラートは発生しません。特定の復旧の値を受け取った場合は、しきい値に関係なく復旧します。
|
||||
</p>
|
Loading…
Reference in New Issue