2012-02-02 Junichi Satoh <junichi@rworks.jp>
* include/help/ja/help_aggregate_by.php: Added a missing help file. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5465 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
c893f033ef
commit
a1b18e31e9
|
@ -1,3 +1,7 @@
|
|||
2012-02-02 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* include/help/ja/help_aggregate_by.php: Added a missing help file.
|
||||
|
||||
2012-02-01 Vanessa Gil <vanessa.gil@artica.es>
|
||||
|
||||
* operation/events/events_validate.php: Allowed post a comment
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
/**
|
||||
* @package Include/help/ja
|
||||
*/
|
||||
?>
|
||||
<h1>集約</h1>
|
||||
|
||||
宛先IPでの集約: 異なる宛先IPごとに通信をまとめて表示します。<br>
|
||||
|
||||
発信元IPでの集約: 異なる発信元IPごとに通信をまとめて表示します。<br>
|
||||
|
||||
宛先ポートでの集約: 異なる宛先ポートごとに通信をまとめて表示します。<br>
|
||||
|
||||
発信元ポートでの集約: 異なる発信元ポートごとに通信をまとめて表示します。<br>
|
||||
|
||||
集約なし: 全通信です。<br>
|
Loading…
Reference in New Issue