From 3b9a8f368483abd0f8df7f95cf4490ab12abf081 Mon Sep 17 00:00:00 2001 From: jsatoh Date: Fri, 24 Feb 2012 04:24:34 +0000 Subject: [PATCH] 2012-02-24 Junichi Satoh include/help/ja/help_ff_threshold.php: Small warning about do not use FF Threshold in KeepAlive modules. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5641 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/include/help/ja/help_ff_threshold.php | 3 +++ 2 files changed, 8 insertions(+) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 78659ac569..bdd64dda64 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2012-02-24 Junichi Satoh + + include/help/ja/help_ff_threshold.php: Small warning about do not + use FF Threshold in KeepAlive modules. + 2012-02-23 Juan Manuel Ramon * operation/events/events_list.php diff --git a/pandora_console/include/help/ja/help_ff_threshold.php b/pandora_console/include/help/ja/help_ff_threshold.php index 599276b0e7..35dacec009 100644 --- a/pandora_console/include/help/ja/help_ff_threshold.php +++ b/pandora_console/include/help/ja/help_ff_threshold.php @@ -43,3 +43,6 @@
このように、連続抑制回数の設定を行うことにより 1 回のみの変化では障害とみなさない設定を実現できます。 この機能は、すべてのモジュールにおいて実装されています。 + +

+注意: Keepalive は 1回の変化のみ通知するため、KeepAlive モジュールではこのパラメータは使わないでください。