差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| ja:documentation:pandorafms:technical_annexes:15_raspberry_monitoring [2026/05/08 22:35] – [インストール] junichi | ja:documentation:pandorafms:technical_annexes:15_raspberry_monitoring [2026/05/08 22:43] (現在) – [(OBSOLETE)] junichi | ||
|---|---|---|---|
| 行 3: | 行 3: | ||
| {{indexmenu_n> | {{indexmenu_n> | ||
| - | [[ja: | + | [[ja: |
| <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 " | ||
| + | |||
| + | NetFlow 機能を内蔵したルータをお持ちでない場合でも、トラフィックが Linux® システムを通過する場合は、プローブとして機能し、NetFlow トラフィック情報をコレクターに送信するソフトウェアをインストールできます。Linux には、トラフィックをキャプチャして NetFlow サーバに転送する **fprobe** というプログラムがあります。これを使用すると、インターフェースを通過するすべてのネットワークトラフィックから NetFlow トラフィックを生成できます。 | ||
| + | |||
| + | First, **fprobe** must be installed: | ||
| + | |||
| + | まず、**fprobe** をインストールする必要があります。 | ||
| + | |||
| + | <code bash> | ||
| + | apt-get install fprobe | ||
| + | </ | ||
| + | |||
| + | At the time of installation, | ||
| + | |||
| + | インストール時に、監視対象のインターフェースと、収集した情報を送信する IP アドレスおよびポート番号を選択するよう求められます。以下のコマンドでいつでも再設定できます。 | ||
| + | |||
| + | <code bash> | ||
| + | / | ||
| + | </ | ||
| + | |||
| + | //In the following model//, all traffic from the '' | ||
| + | |||
| + | // | ||
| + | |||
| + | <code bash> | ||
| + | / | ||
| + | </ | ||
| + | |||
| + | Once traffic is generated, you can see statistics of this traffic in the NetFlow collector with the command: | ||
| + | |||
| + | トラフィックが生成されると、NetFlow コレクタで以下のコマンドを使用してそのトラフィックの統計情報を確認できます。 | ||
| + | |||
| + | <code bash> | ||
| + | nfdump -R / | ||
| + | </ | ||
| + | |||
| + | NetFlow must be enabled to be accessible from the Operation and Administration menus: [[: | ||
| + | |||
| + | 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: | ||
| + | |||
| + | ===== (OBSOLETE) ===== | ||
| ==== SD カードフラッシュイメージ ==== | ==== SD カードフラッシュイメージ ==== | ||