Jump to content
Калькуляторы

flow-capture запуск нескольких экземпляров в FreeBSD

Привет всем знатокам FreeBSD. 
Есть служба Flow-Capture. Ее задача в приеме и сохранении Flow-статистики. Проблема в том, что добавили 3й сервер доступа и началась каша в данных Понимаю, что для каждого сервера доступа, в идеальном случае, был бы свой flow-сервер, но не хочу городить. Виртуалку думал поднять, но не до нее немного. Есть мысли как это поднять на самой фре кроме jail?

Спасибо.

Share this post


Link to post
Share on other sites

Цитата

# flow_capture_profiles (str):  A list of configuration profiles to enable.
#                               This allows you to run several instances of
#                               flow-capture with different parameters.
#                               Consider the following example:
#                               flow_capture_enable="YES"
#                               flow_capture_localip="85.172.168.9"
#                               flow_capture_profiles="r1 r2"
#                               flow_capture_r1_datadir="/var/db/flows/r1"
#                               flow_capture_r1_port="4444"
#                               flow_capture_r1_flags="-E20G -n287 -N-2"
#                               flow_capture_r2_datadir="/var/db/flows/r2"
#                               flow_capture_r2_port="4445"
#                               flow_capture_r2_flags="-E5G -n287 -N-2"
#
#                               This will run two instances of the flow-capture
#                               with parameters taken from appropriate
#                               flow_capture_PROFILENAME_xxx variables. For
#                               unspecified parameters flow_capture_xxx
#                               variables will be used.
 

Из /usr/local/etc/rc.d/flow_capture

Share this post


Link to post
Share on other sites

1 час назад, vlad11 сказал:

И будьте готовы к повышенной дисковой нагрузке и износу винтов.

Да ладно. Два экзэмпляра не один год крутились. Ни один диск непострадал. :-)

Share this post


Link to post
Share on other sites

19 часов назад, snvoronkov сказал:

Да ладно. Два экзэмпляра не один год крутились. Ни один диск непострадал. :-)

значит пострадает и в самое ближайшее и непредсказуемое время. Таков закон.

Хоть мониторите?

Share this post


Link to post
Share on other sites

3 часа назад, mse.rus77 сказал:

значит пострадает и в самое ближайшее и непредсказуемое время. Таков закон.

Хоть мониторите?

А то! Зеркало там. Один накроется - есть второй.

Да и второй поток год уже как писать перестали.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.