2013-05-21 Ramon Novoa <rnovoa@artica.es>
* include/functions_netflow.php: Added support for multiple netflow directories. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8199 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
51d2aea8dd
commit
5ff7651c81
|
@ -1,3 +1,8 @@
|
|||
2013-05-21 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* include/functions_netflow.php: Added support for multiple netflow
|
||||
directories.
|
||||
|
||||
2013-05-23 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/functions_html.php
|
||||
|
|
|
@ -696,7 +696,7 @@ function netflow_get_command ($filter) {
|
|||
|
||||
// Netflow data path
|
||||
if (isset($config['netflow_path']) && $config['netflow_path'] != '') {
|
||||
$command .= ' -R '.$config['netflow_path'];
|
||||
$command .= ' -R. -M '.$config['netflow_path'];
|
||||
}
|
||||
|
||||
// Filter options
|
||||
|
|
Loading…
Reference in New Issue