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:
parent
0e9d2d34d9
commit
32a70eea6b
|
@ -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
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
/* Include package help/ja
|
||||
*/
|
||||
?>
|
||||
|
||||
<p> ヒストリイベントが有効の場合、削除スクリプト(pandora_db.pl)は、未承諾もしくは処理中(新しいもののみ)のイベントを削除する前にヒストリテーブルへコピーします。
|
||||
<br><br>これらのイベントは、ヒストリイベントビューで扱うことができます。このビューは、イベント画面の新しいタブからアクセスできます。
|
||||
</p>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
/* Include package help/ja
|
||||
*/
|
||||
?>
|
||||
|
||||
<p> イベントの複製が有効の場合、受け取ったイベントは、メタコンソールのリモートデータベースにコピーされます。
|
||||
<br><br>
|
||||
メタコンソールのデータベースへのアクセス権、複製モード(全イベントまたは承諾済のみ)、複製間隔(秒)を設定する必要があります。
|
||||
<br><br>
|
||||
<b>注意:</b>
|
||||
<br><br>
|
||||
このオプションが有効の場合は、イベントビューワは無効になります。
|
||||
<br><br>
|
||||
イベントの複製の設定変更を反映させるには、サーバを再起動する必要があります。
|
||||
</p>
|
Loading…
Reference in New Issue