From b1955e24b21ab2a7ab6211e6412e63eecb036284 Mon Sep 17 00:00:00 2001 From: jsatoh Date: Tue, 28 May 2013 00:36:30 +0000 Subject: [PATCH] 2013-05-28 Junichi Satoh * include/help/ja/help_module_interval_factor.php: Added a new help file. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8216 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ .../help/ja/help_module_interval_factor.php | 14 ++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 pandora_console/include/help/ja/help_module_interval_factor.php diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 48d03e66bc..7747e2ac8a 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2013-05-28 Junichi Satoh + + * include/help/ja/help_module_interval_factor.php: Added a new help + file. + 2013-05-27 Miguel de Dios * operation/search_main.php: change again the label of the bottom diff --git a/pandora_console/include/help/ja/help_module_interval_factor.php b/pandora_console/include/help/ja/help_module_interval_factor.php new file mode 100644 index 0000000000..1db1104db8 --- /dev/null +++ b/pandora_console/include/help/ja/help_module_interval_factor.php @@ -0,0 +1,14 @@ + + +

倍率としてのモジュール実行間隔

+


データサーバモジュールでは、実行間隔は秒数では設定しません

+ +実行間隔は、エージェント実行間隔の何倍かで計算されます。

+ +例えば、エージェント実行間隔が 300 (5分) で、モジュールの実行を 15分間隔にしたい場合は、モジュールの実行間隔を 3 に設定します。

+ +そのため、このモジュールは、300秒 x 3 = 900秒(15分) 間隔になります。 +