ja:documentation:pandorafms:technical_annexes:vdb_pfms

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
ja:documentation:pandorafms:technical_annexes:vdb_pfms [2025/12/17 08:49] – [概要] junichija:documentation:pandorafms:technical_annexes:vdb_pfms [2025/12/17 08:56] (現在) – [補足] junichi
行 2: 行 2:
  
 {{indexmenu_n>54}} {{indexmenu_n>54}}
 +
 +[[:ja:documentation:pandorafms:start|Pandora FMS ドキュメント一覧に戻る]]
  
 <wrap #ks1 /> <wrap #ks1 />
行 16: 行 18:
  
 <wrap #ks2 /> <wrap #ks2 />
 +
 +===== 情報のダウンロード =====
 +
 +The vulnerability database packages can currently be found here:
 +
 +脆弱性データベースパッケージは現在、次の場所にあります。
 +
 +<WRAP center round download 90%>
 +
 +https://packages.pandorafms.com/09fee0f1c66c203ff8a2feffbb619f18/
 +
 +</WRAP>
 +
 +Brief explanation of each available file:
 +
 +利用可能な各ファイルの簡単な説明:
 +
 +  * ''BUILDS'' directory: These are incremental packages. Each package marked with a build date complements the files with respect to the previous build.
 +  * ''package_edge.vdb'': This is the //lightest package// of the vulnerability database (last ''2'' years of vulnerabilities).
 +  * ''package_lite.vdb'': This is the intermediate package of the vulnerability database (last ''5'' years of vulnerabilities). **This is the package distributed by default with the Pandora FMS server**.
 +  * ''package_full.vdb'': This is the **complete** package of the vulnerability database.
 +
 +  * ''BUILDS'' ディレクトリ: これらは増分パッケージです。ビルド日付が記された各パッケージは、以前のビルドのファイルを補完します。
 +  * ''package_edge.vdb'': これは脆弱性データベースの //最も軽量なパッケージ// です (過去 ''2'' 年間の脆弱性)。
 +  * ''package_lite.vdb'': これは脆弱性データベースの中間パッケージです (過去 ''5'' 年間の脆弱性)。**これは Pandora FMS サーバにデフォルトで配布されるパッケージです**。
 +  * ''package_full.vdb'': これは脆弱性データベースの **完全** パッケージです。
 +
 +<wrap #ks3 />
 +
 +===== インストール =====
 +
 +The ''.vdb'' packages are ZIP-type packages that must be extracted (using the **unzip** command) into the directory where the server files are located, which by default is:
 +
 +''.vdb'' パッケージは ZIP タイプのパッケージであり、**unzip** コマンドを使用して、サーバファイルが配置されているディレクトリに抽出する必要があります。デフォルトでは次のディレクトリです。
 +
 +<file>
 +/usr/lib/perl5/PandoraFMS/Vulnerabilities.
 +</file>
 +
 +To do so, it must be executed with the appropriate privileges, depending on each case, as follows:
 +
 +そのためには、次のように、それぞれのケースに応じて適切な権限で実行する必要があります。
 +
 +  * If the light package was downloaded:
 +
 +  * 軽量パッケージをダウンロードした場合:
 +
 +<code bash>
 +unzip -q -o "package_edge.vdb" -d "/usr/lib/perl5/PandoraFMS/Vulnerabilities"
 +</code>
 +
 +  * If the intermediate package was downloaded:
 +
 +  * 中間パッケージをダウンロードした場合:
 +
 +<code bash>
 +unzip -q -o "package_lite.vdb" -d "/usr/lib/perl5/PandoraFMS/Vulnerabilities"
 +</code>
 +
 +  * If the **complete** package was downloaded:
 +
 +  * **完全**パッケージをダウンロードした場合:
 +
 +<code bash>
 +unzip -q -o "package_full.vdb" -d "/usr/lib/perl5/PandoraFMS/Vulnerabilities"
 +</code>
 +
 +  * If a ''BUILD'' package was downloaded:
 +
 +  * ''BUILD'' パッケージをダウンロードした場合:
 +
 +<code bash>
 +unzip -q -o "package_build_YYYYMMDD.vdb" -d "/usr/lib/perl5/PandoraFMS/Vulnerabilities"
 +</code>
 +
 +//Where// ''YYYYMMDD'' //is the full year, month, and day corresponding to the cumulative difference// (they must be applied in chronological order).
 +
 +//ここで// ''YYYYMMDD'' //は累積差異に対応する完全な年、月、日です// (時系列順に適用する必要があります)。
 +
 +<wrap #ks4 />
 +
 +===== 補足 =====
 +
 +<WRAP center round info 90%>
 +
 +A restart of the Pandora FMS Server is not necessary for the new vulnerability database files to be considered.
 +
 +</WRAP>
 +
 +<WRAP center round info 90%>
 +
 +新しい脆弱性データベースファイルを認識するために、Pandora FMS サーバを再起動する必要はありません。
 +
 +</WRAP>
 +
 +//In a future version of PFMS, a system for updating the vulnerability database from the web Console itself will be implemented//.
 +
 +//PFMS の将来のバージョンでは、Web コンソール自体から脆弱性データベースを更新するシステムが実装される予定です。//
 +
 +[[:ja:documentation:pandorafms:start|Pandora FMS ドキュメント一覧に戻る]]
  
  • ja/documentation/pandorafms/technical_annexes/vdb_pfms.1765961397.txt.gz
  • 最終更新: 2025/12/17 08:49
  • by junichi