ja:documentation:pandorafms:technical_annexes:15_raspberry_monitoring

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
ja:documentation:pandorafms:technical_annexes:15_raspberry_monitoring [2026/05/08 22:35] – [インストール] junichija:documentation:pandorafms:technical_annexes:15_raspberry_monitoring [2026/05/08 22:43] (現在) – [(OBSOLETE)] junichi
行 3: 行 3:
 {{indexmenu_n>15}} {{indexmenu_n>15}}
  
-[[ja:documentation:start|Pandora FMS ドキュメント一覧に戻る]]+[[ja:documentation:pandorafms:start|Pandora FMS ドキュメント一覧に戻る]]
  
 <wrap #ks1 /> <wrap #ks1 />
行 98: 行 98:
  
 <wrap #ks2_1_1 /> <wrap #ks2_1_1 />
 +
 +=== ソフトウエア NetFlow プローブ ===
 +
 +If you do **not** have a router with built-in NetFlow but traffic "passes" through a Linux® system, you can install software that acts as a probe and sends NetFlow traffic information to the collector. In Linux, there is a program called **fprobe** that captures traffic and forwards it to a NetFlow server. With it, NetFlow traffic can be generated from all network traffic passing through its interfaces.
 +
 +NetFlow 機能を内蔵したルータをお持ちでない場合でも、トラフィックが Linux® システムを通過する場合は、プローブとして機能し、NetFlow トラフィック情報をコレクターに送信するソフトウェアをインストールできます。Linux には、トラフィックをキャプチャして NetFlow サーバに転送する **fprobe** というプログラムがあります。これを使用すると、インターフェースを通過するすべてのネットワークトラフィックから NetFlow トラフィックを生成できます。
 +
 +First, **fprobe** must be installed:
 +
 +まず、**fprobe** をインストールする必要があります。
 +
 +<code bash>
 +apt-get install fprobe
 +</code>
 +
 +At the time of installation, it will ask which interface you need to monitor and to which IP address and port number to send the collected information. It can be reconfigured at any time with:
 +
 +インストール時に、監視対象のインターフェースと、収集した情報を送信する IP アドレスおよびポート番号を選択するよう求められます。以下のコマンドでいつでも再設定できます。
 +
 +<code bash>
 +/usr/sbin/fprobe -i <interface_to_watch> -fip <ip_address_collector>:<port>
 +</code>
 +
 +//In the following model//, all traffic from the ''eth0'' interface will be sent to the NetFlow collector listening on port ''9995'' of the IP address ''192.168.70.185'':
 +
 +//以下のモデルでは、//''eth0'' インターフェースからのすべてのトラフィックは、IP アドレス ''192.168.70.185'' のポート ''9995'' で待機している NetFlow コレクターに送信されます。
 +
 +<code bash>
 +/usr/sbin/fprobe -i eth0 -fip 192.168.70.185:9995
 +</code>
 +
 +Once traffic is generated, you can see statistics of this traffic in the NetFlow collector with the command:
 +
 +トラフィックが生成されると、NetFlow コレクタで以下のコマンドを使用してそのトラフィックの統計情報を確認できます。
 +
 +<code bash>
 +nfdump -R /var/spool/pandora/data_in/netflow
 +</code>
 +
 +NetFlow must be enabled to be accessible from the Operation and Administration menus: [[:en:documentation:pandorafms:monitoring:18_netflow#ks2_5_1|Enable NetFlow]].
 +
 +NetFlow は、操作メニューと管理メニューからアクセスできるように有効にする必要があります: [[:ja:documentation:pandorafms:monitoring:18_netflow#ks2_5_1|NetFlow を有効にする]]。
 +
 +Once NetFlow is configured, Pandora FMS Server must be restarted to start the **nfcapd** server. This must be correctly installed before attempting to start it. **Check the server logs if you have any doubts**.
 +
 +NetFlow の設定が完了したら、**nfcapd** サーバを起動するために Pandora FMS サーバを再起動する必要があります。起動する前に、nfcapd が正しくインストールされていることを確認してください。**不明な点がある場合は、サーバログを確認してください。**
 +
 +[[ja:documentation:pandorafms:start|Pandora FMS ドキュメント一覧に戻る]]
 +
 +===== (OBSOLETE) =====
  
 ==== SD カードフラッシュイメージ ==== ==== SD カードフラッシュイメージ ====
  • ja/documentation/pandorafms/technical_annexes/15_raspberry_monitoring.1778279758.txt.gz
  • 最終更新: 2026/05/08 22:35
  • by junichi