ja:documentation:pandorafms:installation:04_configuration

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
ja:documentation:pandorafms:installation:04_configuration [2024/03/24 04:35] – [servername] junichija:documentation:pandorafms:installation:04_configuration [2024/03/24 04:49] (現在) – [logserver_threads] junichi
行 719: 行 719:
 ''1'' にするとイベント相関サーバを有効にします。''0'' で無効です。(デフォルトは ''1'' です) ''[[:ja:documentation:02_installation:04_configuration#correlationserver|correlationserver]]'' も参照してください。 ''1'' にするとイベント相関サーバを有効にします。''0'' で無効です。(デフォルトは ''1'' です) ''[[:ja:documentation:02_installation:04_configuration#correlationserver|correlationserver]]'' も参照してください。
  
 +=== eventserver_threads ===
 +
 +{{:wiki:icono-modulo-enterprise.png  |Enterprise version.}} It sets the number of threads to be executed in the ''[[#eventserver|eventserver]]'', default value 1.
 +
 +{{:wiki:icono-modulo-enterprise.png  |Enterprise 版}} ''[[#eventserver|eventserver]]'' で実行されるスレッドの数を設定します。デフォルト値は 1 です。
 +
 +<code>
 +# Number of threads for the Event Server (PANDORA FMS ENTERPRISE ONLY).
 +eventserver_threads 1
 +
 +</code>
  
 === event_window === === event_window ===
行 1736: 行 1747:
  
 </code> </code>
 +
 +=== syslog_whitelist ===
 +
 +[[https://pandorafms.com/es/pandora-fms-prices/?o=dwpfms|{{:wiki:icono-modulo-enterprise.png?nolink&23x23  |Enterprise Version}}]]When activating the [[:en:documentation:pandorafms:installation:04_configuration#syslogserver|Syslog server]] , sets the **allowed**  logs using regular expression filtering (**regexp**).
 +
 +[[https://pandorafms.com/es/pandora-fms-prices/?o=dwpfms|{{:wiki:icono-modulo-enterprise.png?nolink&23x23  |Enterprise 版}}]] [[:ja:documentation:pandorafms:installation:04_configuration#syslogserver|Syslog サーバ]] を有効化するときに、正規表現フィルタリング (**regexp**) を使用して **許可する** ログを設定します。
 +
 +<code>
 +
 +# Whitelist regexp filter for the Syslog Server (PANDORA FMS ENTERPRISE ONLY).
 +# syslog_whitelist .*
 +
 +</code>
 +
 +With ''.*''  everything is allowed; see "[[:en:documentation:pandorafms:monitoring:09_log_monitoring#pfms_server_level_filters|PFMS server level filters]]" for more details.
 +
 +''.*'' を使用すると、すべてが許可されます。 詳細については、[[:ja:documentation:pandorafms:monitoring:09_log_monitoring#pfms_server_level_filters|PFMS サーバ レベルフィルタ]] を参照してください。
 +
 +=== syslog_blacklist ===
 +
 +{{:wiki:icono-modulo-enterprise.png?nolink&23x23  |Enterprise Version}} When activating the [ [#syslogserver|Syslog server]] , sets **locked** logs using regular expression filtering (**regexp**).
 +
 +{{:wiki:icono-modulo-enterprise.png?nolink&23x23  |Enterprise 版}} [ [#syslogserver|Syslog サーバ]] を有効化するときに、正規表現フィルタリング (**regexp**) を使用して **ブロックする** ログを設定します。
 +
 +<code>
 +
 +# Blacklist regexp filter for the Syslog Server (PANDORA FMS ENTERPRISE ONLY).
 +# syslog_blacklist regex
 +
 +</code>
 +
 +See "[[:en:documentation:pandorafms:monitoring:09_log_monitoring#pfms_server_level_filters|PFMS server level filters]]" for more details.
 +
 +より詳細は、[[:ja:documentation:pandorafms:monitoring:09_log_monitoring#pfms_server_level_filters|PFMS サーバ レベルフィルタ]] を参照してください。
 +
 +=== critical_on_error ===
 +
 +If set to 1 (the default), when the executions of certain checks fail (not the checks themselves), the modules go into critical. If set to 0, they will end up going into unknown. 
 +
 +1 (デフォルト) に設定すると、(チェック自体ではなく) 特定のチェックの実行が失敗すると、モジュールは障害状態になります。 0 に設定すると、最終的には不明になります。
 +
 +<code>
 +critical_on_error 1 
 +
 +</code>
 +
 +=== logserver ===
 +
 +{{:wiki:icono-modulo-enterprise.png  |Enterprise version.}} It enables or disables the log server, default value ''0''  (disabled). 
 +
 +{{:wiki:icono-modulo-enterprise.png  |Enterprise 版}} ログサーバを有効化または無効化します。デフォルトは ''0'' (無効化)です。
 +
 +<code>
 +# Enable (1) or disable (0) Pandora FMS Log Server (PANDORA FMS ENTERPRISE ONLY).
 +logserver 0
 +
 +</code>
 +
 +=== logserver_threads ===
 +
 +{{:wiki:icono-modulo-enterprise.png  |Enterprise version.}} 
 +
 +{{:wiki:icono-modulo-enterprise.png  |Enterprise 版}}
 +
 +It sets the number of threads to be executed in the [[#logserver|logserver]], default value ''1''.
 +
 +[[#logserver|logserver]] で実行されるスレッドの数を設定します。デフォルト値は ''1'' です。
 +
 +<code>
 +# Number of threads for the Log Server (PANDORA FMS ENTERPRISE ONLY).
 +logserver_threads 1
 +
 +</code>
 +
 +=== too_many_xml ===
 +
 +<code>
 +# If greater than 0, generate an event when more than the specified number of XML data files are queued for an agent.
 +too_many_xml 10
 +
 +</code>
 +
 +Default value: 10. Generates an event in the Web Console if there are more XML files than the specified number waiting to be processed by the PFMS server.
 +
 +デフォルト値: 10。PFMS サーバによる処理を待機している XML ファイルが指定された数よりも多い場合、Web コンソールでイベントを生成します。
  
 ==== 環境変数 ==== ==== 環境変数 ====
  • ja/documentation/pandorafms/installation/04_configuration.1711254911.txt.gz
  • 最終更新: 2024/03/24 04:35
  • by junichi