2013-01-28 Junichi Satoh <junichi@rworks.jp>

* include/help/ja/help_events_replication.php,
	include/help/ja/help_events_history.php: Added new help files.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7530 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
jsatoh 2013-01-28 06:37:41 +00:00
parent 0e9d2d34d9
commit 32a70eea6b
3 changed files with 29 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2013-01-28 Junichi Satoh <junichi@rworks.jp>
* include/help/ja/help_events_replication.php,
include/help/ja/help_events_history.php: Added new help files.
2013-01-25 Miguel de Dios <miguel.dedios@artica.es>
* operation/netflow/nf_live_view.php: fixed and cleaned the filter

View File

@ -0,0 +1,9 @@
<?php
/* Include package help/ja
*/
?>
<p> ヒストリイベントが有効の場合、削除スクリプト(pandora_db.pl)は、未承諾もしくは処理中(新しいもののみ)のイベントを削除する前にヒストリテーブルへコピーします。
<br><br>これらのイベントは、ヒストリイベントビューで扱うことができます。このビューは、イベント画面の新しいタブからアクセスできます。
</p>

View File

@ -0,0 +1,15 @@
<?php
/* Include package help/ja
*/
?>
<p> イベントの複製が有効の場合、受け取ったイベントは、メタコンソールのリモートデータベースにコピーされます。
<br><br>
メタコンソールのデータベースへのアクセス権、複製モード(全イベントまたは承諾済のみ)、複製間隔()を設定する必要があります。
<br><br>
<b>注意:</b>
<br><br>
このオプションが有効の場合は、イベントビューワは無効になります。
<br><br>
イベントの複製の設定変更を反映させるには、サーバを再起動する必要があります。
</p>