ja:documentation:pandorafms:management_and_operation:01_alerts

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
ja:documentation:pandorafms:management_and_operation:01_alerts [2025/05/12 13:29] – [ログアラート内での発報] junichija:documentation:pandorafms:management_and_operation:01_alerts [2025/12/17 14:10] (現在) – [ログアラート内での発報] junichi
行 35: 行 35:
 {{  :wiki:esquema-alert-structure.png  }} {{  :wiki:esquema-alert-structure.png  }}
  
-   * **Commands**: Specify //what will be done//; It will be the execution that the Pandora FMS server will carry out when triggering the alert. +  * **[[#ks2|Commands]]**: Specify //what will be done//; It will be the execution that Pandora FMS server will carry out when triggering the alert. 
-   * **Actions**: Specify //how it will be done;// they are the customizations of the command arguments. +  * **[[#ks3|Actions]]**: Specify //how it will be done;//  they are the customizations of the command arguments. 
-   * **Templates**: Specify //when it will be done;// define the conditions for triggering the action(s).+  * **[[#ks4|Templates]]**: Specify //when it will be done;//  define the conditions for triggering the action(s).
  
-  * **コマンド**: アラートが発生したときに Pandora FMS サーバが実行するコマンド定義します。コマンドの例としては、ログへの書き込み、email または SMS の送信、スクリプトの実行などです。 +  * **[[#ks2|コマンド]]**: アラートが発生したときに Pandora FMS サーバが実行するコマンド定義します。コマンドの例としては、ログへの書き込み、email または SMS の送信、スクリプトの実行などです。 
-  * **アクション**: これは「どのように行われるか」を定義するものであり、コマンドの引数のカスタマイズです。モジュール名やエージェントなどの特定のパラメータをコマンドに渡して、コマンド実行をカスタマイズすることができます。 +  * **[[#ks3|アクション]]**: これは「どのように行われるか」を定義するものであり、コマンドの引数のカスタマイズです。モジュール名やエージェントなどの特定のパラメータをコマンドに渡して、コマンド実行をカスタマイズすることができます。 
-  * **テンプレート**: これは、「いつ実行されるのか」を指定し、アクションを引き起こす条件を定義します。 たとえば、モジュールが障害状態になった場合などです。+  * **[[#ks4|テンプレート]]**: これは、「いつ実行されるのか」を指定し、アクションを引き起こす条件を定義します。 たとえば、モジュールが障害状態になった場合などです。
      
 <wrap #ks1_2 /> <wrap #ks1_2 />
行 130: 行 130:
 ==== 定義済のコマンド ==== ==== 定義済のコマンド ====
  
-   * **eMail**: Sends an email from the [[:en:documentation:02_installation:04_configuration#mta_address|Pandora FMS server]]. Email messages are sent in HTML format. It must be taken into account that the receiver must be able to access the resources used in the template, such as images. +  <wrap :en>**eMail**</wrap>: Sends an email from the [[:en:documentation:pandorafms:installation:04_configuration#mta_address|Pandora FMS Server]]. The email messages are sent in HTML format. Keep in mind that the recipient must be able to access the resources used in the template, such as images. 
-   * **Internal audit**: Generates an entry in the internal audit system of Pandora FMS. This is stored in the databasee Pandora FMS and can be reviewed with the event viewer from the console. +  <wrap :en>**Internal audit**</wrap>: Generates an entry in the [[:en:documentation:pandorafms:cybersecurity:07_safety_functions#ks4|Pandora FMS internal audit system]]. This is stored in the Pandora FMS database and can be reviewed with the event viewer from the console. 
-   * **Monitoring Event**: Create a custom event in the Pandora FMS event console. +  <wrap :en>**Monitoring Event**</wrap>Creates a custom event in the Pandora FMS event console. 
-   * **Pandora FMS Alertlog**It is a predefined alert that writes the alerts in plain ASCII format in the file ''/var/log/pandora/pandora_alert.log''+  <wrap :en>**Alertlog**</wrap>:predefined alert that writes alerts in plain ASCII format to the file ''/var/log/pandora/pandora_alert.log''
-   * **SNMP Trap**: Sends an SNMP //trap// parameterized with the arguments used. +  <wrap :en>**SNMP Trap**</wrap>: Sends an SNMP trap with the parameters that are used. 
-   * **Syslog**Sends an alert to the syslog using the **logger** system command+  <wrap :en>**Syslog**</wrap>: Sends an alert to the system log using the system command **logger**. 
-   * **Sound Alert**: Plays a sound in the [[:en:documentation:04_using:02_events#consola_sonora_de_eventos|sound console of events]] when an alert occurs. +  <wrap :en>**Sound Alert**</wrap>: Plays a sound on the [[:en:documentation:pandorafms:management_and_operation:02_events#ks3_3_2|event sound console]] when an alert occurs. 
-   * **Jabber Alert**: Send a Jabber alert to a chat room on a predefined server (the ''.sendxmpprc'' file must be configured first). Put in ''field1'' the username, ''field2'' the name of the **chat** room, and ''field3'' the text message+  <wrap :en>**Jabber Alert**</wrap>Sends a Jabber alert to a chat room on a predefined server (the ''.sendxmpprc'' file must first be configured). Place the user alias in ''field1'', the chat room name in ''field2'', and the text message in ''field3''
-   * **SMS Text**Sends an SMS to a specific mobile phone. First it is necessary to define an alert and configure a //gateway// for sending SMS that is accessible from the Pandora FMS server+  <wrap :en>**SMS Text**</wrap>: Sends an SMS to a specific mobile phone. First, you need to define an alert and configure an SMS gateway that is accessible from the Pandora FMS Server
-   * **Validate Event**: Validates all events related to a module. It will be passed the name of the agent and the name of the module+  <wrap :en>**Validate Event**</wrap>: Validates all events related to a module. The agent name and module name must be passed
-   * **Remote agent control**: Send commands to agents with UDP server enabled. The UDP server is used to instruct agents (Windows and UNIX) to //refresh// the execution of the agentthat is, to force the agent to execute and send data. +  <wrap :en>**Remote agent control**</wrap>Sends commands to agents with the enabled UDP server. The UDP server is used to instruct the agents (MS Windows® and UNIX®) to refresh the agent'execution: in other words, to force the agent to execute and send data. 
-   * **Generate Notification**Allows you to send an internal notification to any user or group+  <wrap :en>**Generate Notification**</wrap>: Allows sending an internal notification to any user. Recipients must be added manually, and each user will delete their notification when possible and/or deemed appropriate
-   * **Send report by e-mail** and **Send report by e-mail (from template)**: Both options allow you to send a report in different formats (XML, PDF, JSON, CSV) by email, the The second option allows you to use a template for that attached report.+  <wrap :en>**Send report by e-mail**</wrap> and <wrap :en>**Send report by e-mail (from template)**</wrap>: Both options allow sending a report in different formats (PDF, JSON, CSV) by emailThe second option allows using a template for the attached report.
  
    * **eMail**: Pandora FMS サーバからメールを送信します。Perl の sendmail モジュールを利用します。メールは HTML 形式で送信されるため、視覚的に魅力的なテンプレートを作成できます。メールの受信者は、画像などテンプレートで使用されるリソースにアクセスできる必要があることに注意してください。    * **eMail**: Pandora FMS サーバからメールを送信します。Perl の sendmail モジュールを利用します。メールは HTML 形式で送信されるため、視覚的に魅力的なテンプレートを作成できます。メールの受信者は、画像などテンプレートで使用されるリソースにアクセスできる必要があることに注意してください。
-   * **Internal audit**: これは、Pandora FMS の内部監査システムに記録を残す内部アラートです。これは、Pandora FMS のデータベースに保存され、コンソールのイベントビューワから確認することができます。 +   * **Internal audit**: これは、Pandora FMS の[[:ja:documentation:pandorafms:cybersecurity:07_safety_functions#ks4|内部監査システム]]に記録を残す内部アラートです。これは、Pandora FMS のデータベースに保存され、コンソールのイベントビューワから確認することができます。 
-   * **Pandora FMS Event**: Pandora FMS イベントマネージャにカスタムイベントを生成します。 +   * **Monitoring Event**: Pandora FMS イベントマネージャにカスタムイベントを生成します。 
-   * **Pandora FMS Alertlog**: /var/log/pandora/pandora_alert.log に、プレーンテキストのログファイルとしてアラートを出力します。+   * **Alertlog**: /var/log/pandora/pandora_alert.log に、プレーンテキストのログファイルとしてアラートを出力します。
    * **SNMP Trap**: 引数を使って SNMP トラップを送信します。    * **SNMP Trap**: 引数を使って SNMP トラップを送信します。
    * **Syslog**: アラートを syslog に飛ばします。システムの logger コマンドを利用します。    * **Syslog**: アラートを syslog に飛ばします。システムの logger コマンドを利用します。
行 158: 行 158:
    * **Send report by e-mail** および **Send report by e-mail (from template)**: どちらのオプションでも、さまざまな形式(XML、PDF、JSON、CSV)のレポートをメールで送信できます。2番目のオプションでは、添付レポートにテンプレートを使用できます。    * **Send report by e-mail** および **Send report by e-mail (from template)**: どちらのオプションでも、さまざまな形式(XML、PDF、JSON、CSV)のレポートをメールで送信できます。2番目のオプションでは、添付レポートにテンプレートを使用できます。
  
-<WRAP center round info 60%>+<WRAP center round info 90%>
  
-When a [[:en:documentation:pandorafms:management_and_operation:12_console_setup#general_setup|public URL]] is set for a Web Console, emails sent will have that link set.+When a [[:en:documentation:pandorafms:management_and_operation:12_console_setup#public_url|public URL]] is set for a Web Console, the email messages sent will have that link set.
  
 </WRAP> </WRAP>
  
-<WRAP center round info 60%>+<WRAP center round info 90%>
  
 ウェブコンソールで [[:ja:documentation:pandorafms:management_and_operation:12_console_setup#一般設定|公開 URL]] が設定されている場合、送信されるメールにはそのリンクが設定されます。 ウェブコンソールで [[:ja:documentation:pandorafms:management_and_operation:12_console_setup#一般設定|公開 URL]] が設定されている場合、送信されるメールにはそのリンクが設定されます。
  
 </WRAP> </WRAP>
 +
 +  * <wrap :en>**Console notification**</wrap>: Allows sending a notification via the Web Console to any user. The available recipients will be added interactively. Notifications will appear and disappear as the corresponding alert is triggered or recovered. Additionally, messages will be permanently deleted according to the <wrap en>//token// [[:en:documentation:pandorafms:management_and_operation:12_console_setup#ks1_7_2|Max. days before delete old messages]]</wrap>. Pre-configured macros will display agent, module, etc. information. Ensure that the recipient has sufficient read rights over the alerted items.
 +  * <wrap :en>**API request**</wrap>: Makes an API query through an alert action based on this command. The following parameters are required in this order:
 +
 +  * <wrap :ja>**Console notification**</wrap>: Webコンソール経由で任意のユーザに通知を送信できます。利用可能な受信者は対話的に追加できます。通知は、対応するアラートが発生または回復すると表示または非表示になります。また、メッセージは<wrap :ja>//token// [[:en:documentation:pandorafms:management_and_operation:12_console_setup#ks1_7_2|Max. days before delete old messages(メッセージ保存日数)]]</wrap>に従って完全に削除されます。事前設定されたマクロは、エージェント、モジュールなどの情報を表示します。受信者がアラート対象項目に対する十分な読み取り権限を持っていることを確認してください。
 +  * <wrap :ja>**API request**</wrap>: このコマンドに基づくアラートアクションを通じてAPIクエリを実行します。以下のパラメータがこの順序で必要です。
 +
 +  - <wrap :en>**URL**</wrap>: IP address or web link to the API server where the query will be made.
 +  - <wrap :en>**Method**</wrap>: Method to use, from a list of options (''GET'', ''POST'', ''PUT'', ''PATCH'', ''DELETE''), similar to those used by the [[:en:documentation:pandorafms:technical_reference:02_annex_externalapi#ks1_4|PFMS API]] (except for ''PATCH'').
 +  - <wrap :en>**Headers**</wrap>: To include request format (usually in JSON format), authorization //token//, etc.
 +  - <wrap :en>**Data**</wrap>: The query itself and its respective parameters.
 +  - <wrap :en>**SSL**</wrap>: Indicates whether a secure connection will be used for the connection.
 +
 +  - <wrap :ja>**URL**</wrap>: クエリが実行される API サーバの IP アドレスまたは Web リンク。
 +  - <wrap :ja>**Method**</wrap>: 使用するメソッド。オプションの一覧 (''GET''、''POST''、''PUT''、''PATCH''、''DELETE'') から選択します。[[:ja:documentation:pandorafms:technical_reference:02_annex_externalapi#ks1_4|PFMS API]] で使用されるものと同様です (''PATCH'' を除く)。
 +  - <wrap :ja>**Headers**</wrap>: リクエスト形式 (通常は JSON 形式)、認証トークンなどを指定します。
 +  - <wrap :ja>**Data**</wrap>: クエリ自体と、そのパラメータです。
 +  - <wrap :ja>**SSL**</wrap>: 接続にセキュア接続を使用するかどうかを指定します。
 +
 +A typical request includes code similar to this:
 +
 +一般的なリクエストには次のようなコードが含まれます。
 +
 +  * <wrap :en>**HEADER**</wrap>: 
 +
 +<code bash>
 +Authorization: Bearer abc123token; Content-Type: application/json; X-Request-ID: 123456
 +</code>
 +
 +  * <wrap :en>**DATA**</wrap>:
 +
 +<code json>
 +{'title': 'foo', 'body': 'bar'}
 +</code>
  
 <wrap #ks2_4 /> <wrap #ks2_4 />
行 174: 行 208:
 ==== アラートのコマンド編集 ==== ==== アラートのコマンド編集 ====
  
-**Management**  menu → **Alerts**  → **Commands**  → click on the name of the command to be edited. Once the chosen alert has been modified, click **Update**.+<wrap :en>**Management → Alerts → Commands**</wrap> menu → click on the name of the command to be edited. Once the chosen alert has been modified, click <wrap :en>**Update**</wrap> button.
  
-**管理(Management)** メニュー → **アラート(Alerts)** → **コマンド(Commands)** → 編集するコマンドの名前をクリック。選択したアラートを編集したら、**更新(Update)** ボタンをクリックします。+<wrap :ja>**管理(Management) → アラート(Alerts) → コマンド(Commands)**</wrap> メニュー → 編集するコマンドの名前をクリック。選択したアラートを編集したら、**更新(Update)** ボタンをクリックします。
  
 <WRAP center round info 90%> <WRAP center round info 90%>
行 182: 行 216:
 The following system commands are unchangeable: The following system commands are unchangeable:
  
-  ''eMail''+  ''eMail'' (Id. 1)
-  ''Internal Audit''+  ''Internal Audit'' (Id. 2)
-  ''Monitoring Event''+  ''Monitoring Event'' (Id. 3)
-  ''Validate Event''+  ''Validate Event'' (Id. 10)
-  ''Generate Notification''+  ''Generate Notification'' (Id. 13)
-  ''Send report by e-mail''+  ''Send report by e-mail'' (Id. 14)
-  ''Send report by e-mail (from template)''+  ''Send report by e-mail (from template)'' (Id. 15)
-  ''RMM Script''.+  * ''Pandora ITSM Ticket'' (Id 16). 
 +  * ''Pandora Telegram'' (Id 19). 
 +  * ''RMM Script'' (Id. 22). 
 +  * ''Console notification'' (Id. 23).
 \\ \\
 </WRAP> </WRAP>
行 197: 行 234:
 以下のシステムコマンドは変更できません。 以下のシステムコマンドは変更できません。
  
-  ''eMail''+  ''eMail'' (Id. 1)
-  ''Internal Audit''+  ''Internal Audit'' (Id. 2)
-  ''Monitoring Event''+  ''Monitoring Event'' (Id. 3)
-  ''Validate Event''+  ''Validate Event'' (Id. 10)
-  ''Generate Notification''+  ''Generate Notification'' (Id. 13)
-  ''Send report by e-mail''+  ''Send report by e-mail'' (Id. 14)
-  ''Send report by e-mail (from template)''+  ''Send report by e-mail (from template)'' (Id. 15)
-  ''RMM Script''.+  * ''Pandora ITSM Ticket'' (Id 16). 
 +  * ''Pandora Telegram'' (Id 19). 
 +  * ''RMM Script'' (Id. 22). 
 +  * ''Console notification'' (Id. 23).
 \\ \\
 </WRAP> </WRAP>
行 262: 行 302:
 <wrap #ks3_3 /> <wrap #ks3_3 />
  
 +==== 定義済アラートアクション ====
 +
 +  * <wrap :en>**Console notification**</wrap>: This command allows you to generate a notification to the supervisor when an alert is triggered. It uses the [[#ks2_3|predefined alert command]]''Console notification''. By modifying this predefined action, you may select the users who will be notified.
 +  * <wrap :en>**Create Pandora ITSM ticket**</wrap>: When [[:en:documentation:10_pandora_itsm:20_pandora_itsm_pandorafms|integration with Pandora ITSM]] is enabled, incidents may be created automatically in that application.
 +  * <wrap :en>**Mail to Admin**</wrap>: Use the predefined command ''eMail''  to send an email message as configured in the <wrap :en>**Destination address**</wrap> field.
 +  * <wrap :en>**Monitoring Event**</wrap>: Use the command of the same name to configure event types and severity (triggered and recovered), among other details.
 +  * <wrap :en>**Pandora ilert, Pandora Slack, Pandora Telegram, Pandora Vonage**</wrap>: Pandora FMS can send notifications, after configuration, to multiple instant messaging applications.
 +  * <wrap :en>**Restart agent**</wrap>: It allows you to send instructions ([[:en:documentation:pandorafms:monitoring:02_operations#ks7_1|restart by default]]) according to the ''Remote agent control''  command to PFMS EndPoints.
 +  * <wrap :en>**Send Report by e-mail**</wrap> and <wrap :en>**Send Report by e-mail (from template)**</wrap>: For sending reports by email. Here you may configure the recipients, the report itself (or template), and its format (PDF, JSON, or CSV).
 +
 +  * <wrap :ja>**Console notification**</wrap>: このコマンドを使用すると、アラートが発生した際に管理者への通知を生成できます。[[#ks2_3|定義済みアラートコマンド]] ''Console notifiction'' を使用します。この定義済みアクションを変更することで、通知先のユーザーを選択できます。
 +  * <wrap :ja>**Create Pandora ITSM ticket**</wrap>: [[:ja:documentation:10_pandora_itsm:20_pandora_itsm_pandorafms|Pandora ITSM との連携]]が有効になっている場合、そのアプリケーションでインシデントが自動的に作成されます。
 +  * <wrap :ja>**Mail to Admin**</wrap>: 定義済みコマンド ''eMail'' を使用して、<wrap :ja>**Destination address**</wrap> フィールドで設定されたメールアドレスにメールを送信します。
 +  * <wrap :ja>**Monitoring Event**</wrap>: 同名のコマンドを使用して、イベントの種類や重要度(発生および回復)などの詳細を設定します。
 +  * <wrap :ja>**Pandora ilert、Pandora Slack、Pandora Telegram、Pandora Vonage**</wrap>: Pandora FMS は、設定後に複数のインスタントメッセージングアプリケーションに通知を送信できます。
 +  * <wrap :ja>**Restart agent**</wrap>: ''Remote agent control'' コマンドに従って、PFMS エンドポイントに指示([[:ja:documentation:pandorafms:monitoring:02_operations#ks7_1|デフォルトでは再起動]])を送信できます。
 +  * <wrap :ja>**Send Report by e-mail**</wrap> および <wrap :ja>**Send Report by email (from template)**</wrap>: レポートをメールで送信します。ここでは、受信者、レポート自体 (またはテンプレート)、およびその形式 (PDF、JSON、または CSV) を設定できます。
 +
 +<wrap #ks3_4 />
  
 ==== アクションの編集 ==== ==== アクションの編集 ====
行 269: 行 328:
 **管理(Management)** メニュー → **アラート(Alerts)** → **アクション(Actions)** → 編集するアクションの名前をクリックします。 **管理(Management)** メニュー → **アラート(Alerts)** → **アクション(Actions)** → 編集するアクションの名前をクリックします。
  
-<wrap #ks3_4 />+<wrap #ks3_5 />
  
 ==== アクションの削除 ==== ==== アクションの削除 ====
行 281: 行 340:
 <wrap #ks4_1 /> <wrap #ks4_1 />
  
-==== 概要 ====+==== アラートテンプレートの概要 ==== 
 + 
 +<WRAP left round box 50%>
  
 <wrap :en>**Management → Alerts → Templates**</wrap> menu. <wrap :en>**Management → Alerts → Templates**</wrap> menu.
  
-<wrap :ja>**管理(Management) → アラート(Alerts) → テンプレート(Templates)**</wrapメニュー。+</WRAP>
  
-Templates define the **conditions** for triggering the alert (//when// to run the action). They are associated to Modules, so that when the conditions of the template are met, the associated action(s) will be executed.+<WRAP left round box 50%>
  
-テンプレートは、アラート発報**条件**を定義します(//いつ//  アクションを実行する必要があるか)アラートテンプレートはモジュールに関連付けられ、テンプレートの条件にマッチすると関連するアクションが実行されます+<wrap :ja>**管理(Management→ アラート(Alerts) → テンプレート(Templates)**</wrap> メニュー。
  
-Its design allows to generate a reduced group of generic templates that may be used for most possible cases in Pandora FMS. The templates created by default are:+</WRAP> 
 +\\ \\ \\ \\ \\ 
  
-Pandora FMS で多くの場合に利用される個々の汎用テンプレートグループを用意しておくことができます。デフォルトで作成されているテンプレートは次の通りです。 +Templates define the **conditions** for triggering the alert (//when// to run the action). They are associated to Modulesso that when the conditions of the template are met, the associated action(s) will be executed. Its design allows to generate a [[#ks4_3|reduced group of generic templates that may be used for most possible cases in Pandora FMS]]. 
- +
-  - <wrap :en>**Critical condition**</wrap>: Configured with //critical severity//, a condition type in //critical state//, it has as default action that of sending an e-mail message to the administrator and with alert recovery enabled. +
-  - <wrap :en>**Manual alert**</wrap>: This is a template used to trigger manual alerts//the condition defined here will never be executed//This template is used to map to actions and commands used to do remote management (restarting the Agent, executing commands on the server, etc.). +
-  - <wrap :en>**Critical condition**</wrap>: Configured with //warning severity//, condition type in //warning status//, it has as default action that of sending an email message to an administrator and with alert recovery enabled. +
-  - <wrap :en>**Unknown condition**</wrap>: Configured with //warning severity//, a condition type in [[:en:documentation:pandorafms:installation:04_configuration#unknown_events|unknown_status]], it has as default action that of sending email message to administrator and with alert recovery enabled.+
  
-  - <wrap :en>**Critical condition**</wrap>: //障害状態//の条件タイである //障害の重大度// が設定されています。デフォルのアクションとして、管理者に電子メールメッセージを送信し、アラートリカバリ有効にしま。 +テンレー、アラートを発報るための**条件**クション実行するタイミグ)を定義。テンプレートはモジュルに関連付けられており、テンプレートの条件が満たされると関連付けられたアクションが実行されます。テンレートの設より、[[#ks4_3|Pandora FMS んどケースで使用できる汎用テンプレートの絞り込みグループ]]生成できます。
-  - <wrap :en>**Manual alert**</wrap>: これは手動ラートトリガーするためのテプレートです。//ここで定義された条件は実行されせん//このテンプレートは、リモート管理(エジェントの再起動サーバ上でのコマンド実行など)に使用するアクションとコマンドをマッピングするために使用されます。 +
-  - <wrap :en>**Warning condition**</wrap>: //警告状態//の条件タイである //警告重大度// が定されています。デフォルトのアクションとして、管理者電子メールメッセージを送信しアラートリカバリを有効にします。 +
-  - <wrap :en>**Unknown condition**</wrap>: [[:ja:documentation:pandorafms:installation:04_configuration#unknown_events|不明状態]] 状態タイプして //不明重要度// が設定されており、デフォルトのアクションとして管理者に電子メール メッセ送信し、アラート回復を有効にします。+
  
 <wrap #ks4_2 /> <wrap #ks4_2 />
行 405: 行 459:
 設定が完了したら、**終了(Finish)** をクリックします。 設定が完了したら、**終了(Finish)** をクリックします。
  
-<wrap #ks5 />+<wrap #ks4_3 />
  
 +==== 定義済アラートテンプレート ====
  
 +The templates created by default are:
  
 +デフォルトで作成済のテンプレートは次のとおりです。
 +
 +  - <wrap :en>**Critical condition**</wrap>: Configured with //critical severity//, a condition type in //critical state//, it has as default action that of sending an e-mail message to the administrator and with alert recovery enabled.
 +  - <wrap :en>**Manual alert**</wrap>: This is a template used to trigger manual alerts, //the condition defined here will never be executed//. This template is used to map actions and commands used to do remote management ([[:en:documentation:pandorafms:monitoring:02_operations#ks7_1|restarting the EndPoint]], executing commands on the server, etc.).
 +  - <wrap :en>**Warning condition**</wrap>: Configured with //warning severity//, a condition type in //warning status//, it has as default action that of sending an email message to an administrator and with alert recovery enabled.
 +  - <wrap :en>**Unknown condition**</wrap>: Configured with //warning severity//, a condition type in [[:en:documentation:pandorafms:installation:04_configuration#unknown_events|unknown_status]], it has as default action that of sending email messages to administrators and with alert recovery enabled.
 +  - <wrap :en>**Default critical condition**</wrap>: The four previous templates may be customized. This template is read-only (system template) and is a copy of the <wrap :en>Critical condition</wrap> template. It is included due to the importance of critical status.
 +
 +  - <wrap :ja>**Critical conditon**</wrap>: //障害状態//の条件タイプである //障害重要度// が設定されています。デフォルトのアクションとして、管理者へのメール送信とアラート復旧が有効になっています。
 +  - <wrap :ja>**Manual alert**</wrap>: これは手動アラートを発報するためのテンプレートです。//ここで定義された条件は実行されません//。このテンプレートは、リモート管理([[:ja:documentation:pandorafms:monitoring:02_operations#ks7_1|エンドポイントの再起動]]、サーバ上でのコマンド実行など)を行うためのアクションとコマンドをマッピングするために使用されます。
 +  - <wrap :ja>**Warning condition**</wrap>: //警告状態//の条件タイプである //警告重要度// が設定されています。デフォルトのアクションとして、管理者へのメール送信とアラート復旧が有効になっています。
 +  - <wrap :ja>**Unknown condition**</wrap>: [[:ja:documentation:pandorafms:installation:04_configuration#unknown_events|不明状態]] の状態タイプとして //警告の重要度// が設定されており、デフォルトのアクションとして管理者へのメール送信とアラート復旧が有効になっています。
 +  - <wrap :ja>**Default critical condition**</wrap>: 前述の 4 つのテンプレートはカスタマイズ可能です。このテンプレートは読み取り専用 (システムテンプレート) で、<wrap :ja>障害状態</wrap> テンプレートのコピーです。障害状態の重要性から含まれています。
 +
 +<wrap #ks5 />
  
 ===== アラートテンプレートのモジュールへの割当 ===== ===== アラートテンプレートのモジュールへの割当 =====
行 449: 行 520:
  
 {{ :wiki:pfms-management-alerts-list_of_alerts-operations_column.png }} {{ :wiki:pfms-management-alerts-list_of_alerts-operations_column.png }}
 +
 +As of version 781 the default action is only shown if it is the only one existing.
 +
 +バージョン 781 では、デフォルトのアクションはそれのみが存在する場合に表示されます。
  
 <wrap #ks5_2 /> <wrap #ks5_2 />
行 559: 行 634:
 ==== サービスペースの関連障害検知抑制 ==== ==== サービスペースの関連障害検知抑制 ====
  
-<WRAP center round tip 60%> +Service-based cascade protection prevents elements of a [[:en:documentation:pandorafms:monitoring:07_services|service]] from triggering their alerts if the alert of the service to which they belong is triggered.
- +
-Version NG 727 or higher. +
- +
-</WRAP> +
- +
-<WRAP center round tip 60%> バージョン NG 727 以上 </WRAP> +
- +
-It is possible to use the [[:en:documentation:pandorafms:monitoring:07_services|Services]] to avoid alerts from multiple sources reporting the same incident.+
  
-[[:ja:documentation:pandorafms:monitoring:07_services|サービス監視]] は、同じインシデントを報告する複数の同一ソースのアラートを回避する使用できます。+サービスベースの関連障害検知抑制は、[[:ja:documentation:pandorafms:monitoring:07_services|サービス]] の要素が属するスのアラートが発報され場合、その要素のアラートが発報されるのを防ぎます。
  
-If Service-based cascading protection is activated, Service elements (Agents, Modules or other Services) will not report problems, **but the Service itself will alert on behalf of the affected element**.+To enable this functionalitythe <wrap :en>**Cascade protection services**</wrap> token must be activated in the [[:en:documentation:pandorafms:monitoring:01_intro_monitoring#ks2_2|advanced configuration of the agents]] for which this behavior is required, and enable the token <wrap :en="">**Cascade protection enabled**</wrap> in the [[:en:documentation:pandorafms:monitoring:07_services#ks6|configuration of the service]] to which these agents belong.
  
-サービスベース関連検知抑制を有効するサービス素(エージェント、モジュール、他のサービス)は問題通知せず、サービス自身が影響受けている要素の代わにアラートを発します。+機能を有効するにはこの動作が必な [[:ja:documentation:pandorafms:monitoring:01_intro_monitoring#ks2_2|エージェントの詳細設定]] で <wrap :ja>**サービス関連障害検知抑制(Cascade protection services)**</wrap> トークン有効にしこれらのエージェントが属する [[:ja:documentation:pandorafms:monitoring:07_services#ks6|サービスの設定]] で <wrap :ja="">**関連障害検知抑制の有効化(Cascade protection enabled)**</wrap> トークン有効にすがあります。
  
-In order to receive this information, edit or create a new alert templateusing the ''_rca_''  macro for a [[:en:documentation:pandorafms:monitoring:07_services#analisis_de_causa_raiz|root cause analysis]].+When the service alert is triggeredinformation on which elements of the service are critical can be sent in the alert with the [[:en:documentation:pandorafms:monitoring:07_services#ks7|macro]] ''_rca_'' which will indicate the root cause of the service status.
  
-この情を受け取ためには、[[:ja:documentation:pandorafms:monitoring:07_services#根本原因分析|根本原因分析]]マクロである ''_rca_'' を使新たなアラートテンプレトを作成または編集します。+サービスアラートが発されサービスのどの要素が障害であるかという情報が [[:ja:documentation:pandorafms:monitoring:07_services#ks7|マクロ]] ''_rca_'' を使用してアラートで送信され、サービスステータスの根本原因が示されます。
  
 <wrap #ks8_2 /> <wrap #ks8_2 />
行 702: 行 769:
  
 When defining event alerts, it is essential to indicate the parameters **agent**, **module** and **event**. When defining event alerts, it is essential to indicate the parameters **agent**, **module** and **event**.
 +
 +In **Command Center** environments, event alerts are not centralized. Each node must have its own event rules configured since the rules configured in the **Command Center** will only trigger alerts for events in the **Command Center** itself.
  
 </WRAP> </WRAP>
行 708: 行 777:
  
 イベントアラートを定義するときは、**エージェント(agent)**、**モジュール(module)**、および**イベント(event)** パラメータを指定することが重要です。 イベントアラートを定義するときは、**エージェント(agent)**、**モジュール(module)**、および**イベント(event)** パラメータを指定することが重要です。
 +
 +**コマンドセンター** 環境では、イベントアラートは一元管理されません。**コマンドセンター** で設定されたルールは、**コマンドセンター** 自体のイベントに対してのみアラートを発報するため、各ノードには独自のイベントルールを設定する必要があります。
  
 </WRAP> </WRAP>
行 927: 行 998:
  
 上記のパラメータを選択したら、<wrap :ja>**追加(Add)**</wrap> ボタンを押して、設定されたアクションのリストを選択して表示できます (セクション <wrap :ja>**このアクションの発報フィールドを表示するには、目的のアクションとモードを選択してください**</wrap>)。 上記のパラメータを選択したら、<wrap :ja>**追加(Add)**</wrap> ボタンを押して、設定されたアクションのリストを選択して表示できます (セクション <wrap :ja>**このアクションの発報フィールドを表示するには、目的のアクションとモードを選択してください**</wrap>)。
 +
 +<WRAP center round tip 90%>
 +
 +Information about the last alert triggered will be displayed according [[:en:documentation:pandorafms:management_and_operation:12_console_setup#ks1_8_9|to how it is configured]] (<wrap :en>**Timestamp, time comparison, or compact mode**</wrap>).
 +
 +</WRAP>
 +
 +<WRAP center round tip 90%>
 +
 +最後に発報されたアラートに関する情報は、[[:ja:documentation:pandorafms:management_and_operation:12_console_setup#ks1_8_9|設定方法に応じて]] (<wrap :ja>**タイムスタンプ、時間比較、またはコンパクトモード**</wrap>) 表示されます。
 +
 +</WRAP>
  
 <wrap #ks12_5 /> <wrap #ks12_5 />
行 934: 行 1017:
 The macros that can be used within the configuration of an event alert are in the [[#ks14|list of macros]]. The macros that can be used within the configuration of an event alert are in the [[#ks14|list of macros]].
  
-イベントアラートの設定内で使用できるマクロは、[[#ks14|マクロ一覧]]にあります。+イベントアラートの設定内で使用できるマクロは、[[#ks15|マクロ一覧]]にあります。
  
 <wrap #ks13 /> <wrap #ks13 />
行 974: 行 1057:
 <WRAP center round important 90%> <WRAP center round important 90%>
  
-For the log alerts to work, the [[:en:documentation:pandorafms:installation:04_configuration#logserver|logserver]] should be activated with the ''logserver 1'' parameter in the Pandora FMS server configuration file.+For log alerts to work, the [[:en:documentation:pandorafms:installation:04_configuration#logserver|Log Server]] must be enabled with parameter ''logserver 1'' in Pandora FMS server configuration file. It is recommended to change this value using the [[:en:documentation:pandorafms:complex_environments_and_optimization:05_satellite#ks3_114_2|graphical remote configuration interface]]. 
 + 
 +Then enable <wrap :en>**Log collector**</wrap> at <wrap :en>**Management → Settings → System Settings → Log collector → Activate Log Collector**</wrap> menu.
  
 </WRAP> </WRAP>
行 981: 行 1066:
  
 ログアラートが機能するには、Pandora FMS サーバ設定ファイルで ''logserver 1'' パラメータを指定して [[:ja:documentation:pandorafms:installation:04_configuration#logserver|logserver]] を有効にする必要があります。 ログアラートが機能するには、Pandora FMS サーバ設定ファイルで ''logserver 1'' パラメータを指定して [[:ja:documentation:pandorafms:installation:04_configuration#logserver|logserver]] を有効にする必要があります。
 +
 +次に、<wrap :ja>**管理(Management) → セットアップ(Settings) → システム設定(System Settings) → ログ収集(Log collector) → ログ収集の有効化(Activate Log Collector)**</wrap> メニューで <wrap :ja>**ログ収集**</wrap> を有効にします。
  
 </WRAP> </WRAP>
行 1181: 行 1268:
 上記のパラメータを選択したら、<wrap :ja>**追加(Add)**</wrap> ボタンを押して、設定されたアクションのリストを選択して表示できます (セクション <wrap :ja>**このアクションの発報フィールドを表示するには、目的のアクションとモードを選択してください**</wrap>)。 上記のパラメータを選択したら、<wrap :ja>**追加(Add)**</wrap> ボタンを押して、設定されたアクションのリストを選択して表示できます (セクション <wrap :ja>**このアクションの発報フィールドを表示するには、目的のアクションとモードを選択してください**</wrap>)。
  
-<wrap #ks13_5 />+<WRAP center round tip 90%>
  
-==== ログアラートのマクロ ===+Information about the last alert triggered will be displayed according [[:en:documentation:pandorafms:management_and_operation:12_console_setup#ks1_8_9|to how it is configured]] (<wrap :en>**Timestamp, time comparison, or compact mode**</wrap>).
  
-The macros that can be used within the configuration of an event alert are in the [[#ks15|list of macros]].+</WRAP>
  
-ログアラートの設定内で使用できるマクロは、[[#ks15|マクロ一覧]]にあります。+<WRAP center round tip 90%>
  
-<wrap #ks14 />+最後に発報されたアラートに関する情報は、[[:ja:documentation:pandorafms:management_and_operation:12_console_setup#ks1_8_9|設定方法に応じて]] (<wrap :ja>**タイムスタンプ、時間比較、またはコンパクトモード**</wrap>) 表示されます。
  
-===== マクロ一覧 =====+</WRAP>
  
-The **Command Macros**, **Action Macros** and **Event Alert Macros** are common to each other but with the following exceptions ''_modulelaststatuschange_'' , ''_rca_'' and ''_secondarygroups_''+<wrap #ks13_5 />
  
-**コマンドマク** 、**アクションマクロ**  および **イベントアラートマクロ**  は、''_modulelaststatuschange_'', ''_rca_''  および ''_secondarygroups_''  を除き共通です。+==== アラートマクロ ===
  
-**''_address_''**+The macros that can be used within the configuration of an event alert are in the [[#ks15|list of macros]].
  
-Address of the Agent that triggered the alert.+ログアラートの設定内で使用できるマクロは、[[#ks15|マクロ一覧]]にあります。
  
-**''_addressn_n_''**+<wrap #ks14 />
  
-The address of the Agent that corresponds to the position indicated in **n**. Example: ''addressn_1_'' , ''addressn_2_''+===== SIEM アラート =====
  
-**''_agent_'' **+These alerts are evaluated by the SIEM event server at the time of their generation, so for their correct operation, the [[:en:documentation:pandorafms:cybersecurity:21_siem|SIEM monitoring]] must be enabled and configured.
  
-Alias of the Agent who triggered the alert. If no alias is assigned, the Agent name is used.+これらのアラートは生成時に SIEM イベントサーバによって評価されるため、正しく動作するには [[:ja:documentation:pandorafms:cybersecurity:21_siem|SIEM 監視]] を有効にして設定する必要があります。
  
-**''_agentalias_'' **+<wrap #ks14_1 />
  
-Alias of the Agent who triggered the alert.+==== SIEM アラート管理 ====
  
-**''_agentcustomfield_n_'' **+<wrap :en>**Management → Alerts → SIEM Alerts**</wrap> menu.
  
-Custom field number **n** of the Agent (eg ''_agentcustomfield_9_'' ).+<wrap :ja>**管理(Management→ アラート(Alerts) → SIEM アラート(SIEM Alerts)**</wrap> メニュー。
  
-**''_agentcustomid_'' **+In this section it is possible to create, edit and delete SIEM alerts. The [[:en:documentation:pandorafms:management_and_operation:11_managing_and_administration#ks1_3_1|LW permission]] is required to access this section.
  
-Agent custom identifier.+このセクションでは、SIEMアラートの作成、編集、削除が可能です。このセクションにアクセスするには、[[:ja:documentation:pandorafms:management_and_operation:11_managing_and_administration#ks1_3_1|LW権限]]が必要です。
  
-**''_agentdescription_'' **+These alerts are based on the filter system of the SIEM event views, so that any event that was displayed with the configured filter conditions will trigger the alert.
  
-Description of the Agent that triggered the alert.+これらのアラートは SIEM イベント表示のフィルタシステムに基づいているため、設定されたフィルタ条件で表示されたすべてのイベントによってアラートが発報されます。
  
-**''_agentgroup_ '' **+For example, if a SIEM alert is configured with a critical event filter, just before the SIEM event server generates one with that condition the alert will be triggered.
  
-Agent group name.+たとえば、SIEM アラートが障害イベントフィルタで設定されている場合、SIEM イベントサーバがその条件でアラートを生成する直前にアラートが発報されます。
  
-**''_agentname_'' **+SIEM alerts, like all other alerts, have global configuration options for their triggering.
  
-Name of the Agent that triggered the alert.+SIEM アラートには、他のすべてのアラートと同様に、発報するための全体設定オプションがあります。
  
-**''_agents_'' **+<wrap #ks14_2 />
  
-Agent operating system.+==== SIEM アラートの操作 ====
  
-**''_agentstatus_ '' **+<wrap :en>**Operation → SIEM → Alerts**</wrap> menu.
  
-Agent's current state.+<wrap :ja>**操作(Operation) → SIEM → アラート(Alerts)**</wrap> メニュー。
  
-**''_alert_critical_instructions_'' **+In this section it is possible to view, enable/disable and change the standby mode of the SIEM alerts available in the environment. The [[:en:documentation:pandorafms:management_and_operation:11_managing_and_administration#ks1_3_1|LM permission]] is required to access this section.
  
-Instructions contained in the Module for a ''critical'' state.+このセクションでは、環境内で利用可能なSIEMアラートの表示、有効化/無効化、スタンバイモードの変更が可能です。このセクションにアクセスするには、[[:ja:documentation:pandorafms:management_and_operation:11_managing_and_administration#ks1_3_1|LM権限]]が必要です。
  
-**''_alert_description_'' **+<wrap #ks15 />
  
-Description of the alert.+===== マクロ一覧 =====
  
-**''_alert_name_'' **+**Command Macros**, **Action Macros**, and **Event Alert Macros** are similar to each other, with some exceptions specified in each description:
  
-Alert name.+**コマンドマクロ**、**アクションマクロ**、および **イベントアラートマクロ** は互いに類似していますが、それぞれの説明にいくつかの例外が指定されています。
  
-**''_alert_priority_'' **+^  Macro  ^  Description 
 +|  ''_address_''  |IP address of the Agent that triggered the alert.| 
 +|  ''_addressn_n_''  |IP address of the Agent that corresponds to the position indicated in **n**: \\  ''addressn_1_'' , ''addressn_2_'', …| 
 +|  ''_agent_''  |Alias of the Agent that triggered the alert.  If no [[:en:documentation:pandorafms:introduction:03_glossary#agent|alias]] is assigned, the Agent name is used.| 
 +|  ''_agentalias_''  |Alias of the Agent that triggered the alert.| 
 +|  ''_agentcustomfield_n_''  |Custom field number **n** of the Agent: \\ ''_agentcustomfield_9_''.| 
 +|  ''_agentcustomid_''  |Agent custom identifier.| 
 +|  ''_agentdescription_''  |Description of the Agent that triggered the alert.| 
 +|  ''_agentgroup_''  |Agent group name.| 
 +|  ''_agentname_''  |Name of the Agent that triggered the alert.| 
 +|  ''_agentos_''  |Agent operating system.| 
 +|  ''_agentstatus_''  |Current agent status.| 
 +|  ''_alert_critical_instructions_''  |Instructions contained in the Module for a ''critical'' status.| 
 +|  ''_alert_description_''  |Alert description.| 
 +|  ''_alert_name_''  |Alert name.| 
 +|  ''_alert_priority_''  |Numeric priority of the alert.| 
 +|  ''_alert_text_severity_''  |Alert text priority (<wrap :en>Maintenance, Informational, Normal, Minor, Warning, Major, Critical</wrap>).| 
 +|  ''_alert_threshold_''  |Alert threshold.| 
 +|  ''_alert_times_fired_''  |Number of times the alert was fired.| 
 +|  ''_alert_unknown_instructions_''  |Instructions contained in the Module for an ''unknown'' status.| 
 +|  ''_alert_warning_instructions_''  |Instructions contained in the Module for a ''warning'' status.| 
 +|  ''_all_address_''  |All the addresses of the Agent that triggered the alert.|
  
-Numeric priority of the alert.+^ マクロ ^ 説明 ^ 
 +| ''_address_'' |アラートを発報したエージェントの IP アドレス。| 
 +| ''_addressn_n_'' |**n** で示される位置に対応するエージェントの IP アドレス: \\ ''addressn_1_''、''addressn_2_''、…| 
 +| ''_agent_'' |アラートを発報したエージェントの別名。[[:ja:documentation:pandorafms:introduction:03_glossary#agent|別名]] が割り当てられていない場合は、エージェント名が使用されます。| 
 +| ''_agentalias_'' |アラートを発報したエージェントの別名。| 
 +| ''_agentcustomfield_n_'' |エージェントのカスタムフィールド番号 **n**: \\ ''_agentcustomfield_9_''。| 
 +| ''_agentcustomid_'' |エージェントのカスタム ID。| 
 +| ''_agentdescription_'' |アラートを発報したエージェントの説明。| 
 +| ''_agentgroup_'' |エージェントグループ名。| 
 +| ''_agentname_'' |アラートを発報したエージェントの名前。| 
 +| ''_agentos_'' |エージェントのオペレーティングシステム。| 
 +| ''_agentstatus_'' |現在のエージェントの状態。| 
 +| ''_alert_critical_instructions_'' |モジュールに含まれる「障害」状態に関する手順。| 
 +| ''_alert_description_'' |アラートの説明。| 
 +| ''_alert_name_'' |アラート名。| 
 +| ''_alert_priority_'' |アラートの優先度(数値)。| 
 +| ''_alert_text_severity_'' |アラートテキストの優先度(<wrap :ja>メンテナンス、情報、正常、マイナー、警告、メジャー、障害</wrap>)。| 
 +| ''_alert_threshold_'' |アラートしきい値。| 
 +| ''_alert_times_fired_'' |アラートが発行された回数。| 
 +| ''_alert_unknown_instructions_'' |モジュールに含まれる「不明」状態に関する手順。| 
 +| ''_alert_warning_instructions_'' |モジュールに含まれる「警告」状態に関する手順。| 
 +| ''_all_address_'' |アラートを発報したエージェントのすべてのアドレス。|
  
-**''_alert_text_severity_'' **+^  Macro  ^  Description 
 +|  ''_critical_threshold_min_''  |Minimum critical threshold.| 
 +|  ''_critical_threshold_max_''  |Maximum critical threshold.|
  
-Alert text priority (Maintenance, Informational, Normal, Minor, Warning, Major, Critical).+^ マクロ ^ 説明 ^ 
 +| ''_critical_threshold_min_'' | 最小障害しきい値。| 
 +| ''_critical_threshold_max_'' | 最大障害しきい値。|
  
-**''_alert_threshold_'' **+^  Macro  ^  Description 
 +|  ''_data_''  |Data that caused the alert to be triggered.| 
 +|  ''_dataunit_''  |It displays the unit type specified in the <wrap :en>**Unit**</wrap> field \\ (located in the <wrap :en>**Advanced options**</wrap> section of an agent's module).|
  
-Alert threshold.+^ マクロ ^ 説明 ^ 
 +| ''_data_'' |アラートを発報したデータ。| 
 +| ''_dataunit_'' |<wrap :ja>**単位(Unit)**</wrap> フィールド (エージェントのモジュールの <wrap :ja>**高度なオプション(Advanced options)**</wrap> セクション内) で指定された単位タイプを表示します。|
  
-**''_alert_times_fired_'' **+^  Macro  ^  Description 
 +|  ''_email_tag_''  |Mailboxes associated to [[:en:documentation:pandorafms:management_and_operation:11_managing_and_administration#ks1_4_2|Module tags]].| 
 +|  ''_event_cf_text_''  |**Only event alerts**: \\ It gets all the information from custom data in text mode (with line breaks).| 
 +|  ''_event_cf_json_''  |**Only event alerts**: \\ It gets the information from custom data in JSON format.| 
 +|  ''_event_cfX_''  |**Only event alerts**: \\ Key (''X'') of the custom field of the event that triggered the alert. \\ Following this way, if there is a custom field whose key is IPAM, its value may be obtained using the ''_event_cfIPAM_'' macro.| 
 +|  ''_event_description_''  |**Only event alerts**: \\ Textual description of Pandora FMS event.| 
 +|  ''_event_extra_id_''  |**Only event alerts**: \\ Extra identifier.| 
 +|  ''_event_id_''  |**Only event alerts**: \\ Identifier of the event that triggered the alert.| 
 +|  ''_event_text_severity_''  |**Only event alerts**: \\ Priority in text of the event that triggers the alert (<wrap :en>Maintenance, Informational, Normal Minor, Warning, Major, Critical</wrap>).| 
 +|  ''_eventTimestamp_''  |The ''Timestamp'' when the event was created.|
  
-Number of times the alert has been fired.+^ マクロ ^ 説明 ^ 
 +| ''_email_tag_'' |[[:ja:documentation:pandorafms:management_and_operation:11_managing_and_administration#ks1_4_2|モジュールタグ]] に関連付けられたメールボックス。| 
 +| ''_event_cf_text_'' |**イベントアラートのみ**: \\ カスタムデータからすべての情報をテキスト形式 (改行付き) で取得します。| 
 +| ''_event_cf_json_'' |**イベントアラートのみ**: \\ カスタムデータから情報を JSON 形式で取得します。| 
 +| ''_event_cfX_'' |**イベントアラートのみ**: \\ アラートを発報したイベントのカスタムフィールドのキー (''X'')。\\ この方法に従って、キーが IPAM であるカスタムフィールドがある場合、その値は ''_event_cfIPAM_'' マクロを使用して取得できます。| 
 +| ''_event_description_'' |**イベントアラートのみ**: \\ Pandora FMS イベントの説明テキスト。| 
 +| ''_event_extra_id_'' |**イベントアラートのみ**: \\ 追加識別子。| 
 +| ''_event_id_'' |**イベントアラートのみ**: \\ アラートを発生させたイベントの識別子。| 
 +| ''_event_text_severity_'' |**イベントアラートのみ**: \\ アラートを発生させたイベントの優先度テキスト (<wrap :ja>Maintenance、Informational、Normal、Minor、Warning、Major、Critical</wrap>)。| 
 +| ''_eventTimestamp_'' |イベントが作成された ''タイムスタンプ''。|
  
-**''_alert_unknown_instructions_'' **+^  Macro  ^  Description 
 +|  ''_fieldX_''  |User-defined ''X'' field.|
  
-Instructions contained in the Module for an ''unknown'' state.+^ マクロ ^ 説明 ^ 
 +''_fieldX_'' |ユーザ定義の ''X'' フィールド。|
  
-**''_alert_warning_instructions_'' **+^  Macro  ^  Description 
 +|  ''_group_contact_''  |Group contact information. It is configured when [[:en:documentation:pandorafms:management_and_operation:11_managing_and_administration#ks1_2_3|creating the group]].| 
 +|  ''_groupcustomid_''  |Custom group identifier.| 
 +|  ''_groupother_''  |Other information about the group. It is configured when [[:en:documentation:pandorafms:management_and_operation:11_managing_and_administration#ks1_2_3|creating the group]].|
  
-Instructions contained in the Module for a ''warning'' state.+^ マクロ ^ 説明 ^ 
 +''_group_contact_'' |グループの連絡先情報。[[:ja:documentation:pandorafms:management_and_operation:11_managing_and_administration#ks1_2_3|グループ作成時]]に設定されます。| 
 +| ''_groupcustomid_'' |カスタムグループ識別子。| 
 +| ''_groupother_'' |グループに関するその他の情報。[[:ja:documentation:pandorafms:management_and_operation:11_managing_and_administration#ks1_2_3|グループ作成時]]に設定されます。|
  
-**''_all_address_ '' **+^  Macro  ^  Description 
 +|  ''_homeurl_''  |It is a public URL link that must be configured in the [[:en:documentation:pandorafms:management_and_operation:12_console_setup#public_url|general configuration options]].|
  
-All the addresses of the Agent who triggered the alert.+^ マクロ ^ 説明 ^ 
 +| ''_homeurl_'' |これは [[:ja:documentation:pandorafms:management_and_operation:12_console_setup#public_url|一般設定オプション]] で設定する必要がある公開 URL リンクです。|
  
-**''_critical_threshold_min_'' **+^  Macro  ^  Description 
 +|  ''_id_agent_''  |Agent identifier, useful to build access URL to Pandora FMS Web console.| 
 +|  ''_id_alert_''  |Alert identifier, useful for correlating the alert in third-party tools.| 
 +|  ''_id_group_''  |Agent group identifier.| 
 +|  ''_id_module_''  |Module identifier.| 
 +|  ''_interval_''  |Module execution interval.|
  
-Minimum critical threshold.+^ マクロ ^ 説明 ^ 
 +| ''_id_agent_'' |エージェント識別子。Pandora FMS Web コンソールへのアクセス URL を作成する際に役立ちます。| 
 +| ''_id_alert_'' |アラート識別子。サードパーティ製ツールでアラートを関連付ける際に役立ちます。| 
 +| ''_id_group_'' |エージェントグループ識別子。| 
 +| ''_id_module_'' |モジュール識別子。| 
 +| ''_interval_'' |モジュールの実行間隔。|
  
-**''_critical_threshold_max_'' **+^  Macro  ^  Description 
 +|  ''_lastdatatimestamp_''  |Last date and time of check received by a module (useful for unknown transition alerts).| 
 +|  ''_lastdatatime_''  |Last date and time of check received (in Unix time format) by a module (useful for unknown transition alerts).|
  
-Maximum critical threshold.+^ マクロ ^ 説明 ^ 
 +| ''_lastdatatimestamp_'' |モジュールが最後に受信したチェックの日時(不明な遷移アラートに便利です)。| 
 +| ''_lastdatatime_'' |モジュールが最後に受信したチェックの日時(Unix 時刻形式)(不明な遷移アラートに便利です)。|
  
-**''_data_'' **+^  Macro  ^  Description 
 +|  ''_module_''  |Module name.| 
 +|  ''_modulecustomid_''  |Module custom identifier.| 
 +|  ''_moduledata_X_''  |Using this macro (''X'' is the name of the Module in question) you collect the last data from this Module. \\ If it is numeric, it returns it formatted with the decimals specified in the [[:en:documentation:pandorafms:management_and_operation:12_console_setup|console configuration]] and with its unit (if it has one). \\ Additional information (and perhaps highly relevant) from other modules of the same Agent can be sent in this way. \\ <WRAP center round important 90%> If ''X'' (name of the Module) contains spaces, these must be entered as an **HTML entity**: ''&#//x20//;''. You may see a list of HTML entities on Wikipedia. </WRAP>
 +|  ''_moduledescription_''  |Module description.| 
 +|  ''_modulegraph_nh_''  |Only for alerts that use the <wrap :en>**eMail**</wrap> command: \\ Returns a base64-encoded image of a Module graph with a period of ''n'' hours. \\ Requires correct configuration of the server connection to the console via API, which is done in the server configuration file.| 
 +|  ''_modulegraphth_nh_''  |Only for alerts that use the ''_email_tag_'' command: Same operation as the ''_modulegraph_nh_'' macro, with the difference that it includes the critical and warning thresholds of the Module, if they are defined.| 
 +|  ''_modulegroup_''  |Module group name.| 
 +|  ''_modulestatus_''  |Module status.| 
 +|  ''_modulelaststatuschange_''  |For Command Macros only: \\ Timestamp when the module's last status change took place.| 
 +|  ''_modulelaststatustime_''  |For Command Macros only:\\ Date and time when the last status change of the Module occurred.| 
 +|  ''_moduletags_''  |URLs associated with the [[:en:documentation:pandorafms:management_and_operation:11_managing_and_administration#ks1_4_2|module tags]].|
  
-Data that caused the alert to be triggered.+^ マクロ ^ 説明 ^ 
 +| ''_module_'' |モジュール名。| 
 +| ''_modulecustomid_'' |モジュールのカスタム識別子。| 
 +| ''_moduledata_X_'' |このマクロ (''X'' はモジュール名) を使用すると、このモジュールの最新のデータを収集します。\\ 数値の場合、[[:ja:documentation:pandorafms:management_and_operation:12_console_setup|コンソール設定]] で指定された小数点以下の桁数と単位 (設定されている場合) でフォーマットされたデータが返されます。\\ 同じエージェントの他のモジュールからの追加情報 (おそらく非常に関連性の高い情報) もこの方法で送信できます。\\ <WRAP center round important 90%> ''X'' (モジュール名) にスペースが含まれる場合、スペースは **HTML エンティティ** として入力する必要があります: ''&#//x20//;''。 HTML エンティティのリストは Wikipedia で参照できます。</WRAP>
 +| ''_moduledescription_'' |モジュールの説明。| 
 +| ''_modulegraph_nh_'' |<wrap :en>**eMail**</wrap> コマンドを使用するアラートのみ: \\ 期間 ''n'' のモジュールグラフの base64 エンコード画像を返します。\\ API 経由でコンソールへのサーバー接続を正しく構成する必要があります。これはサーバ設定ファイルで行います。| 
 +| ''_modulegraphth_nh_'' |''_email_tag_'' コマンドを使用するアラートのみ: ''_modulegraph_nh_'' マクロと同じ動作ですが、モジュールの障害しきい値と警告しきい値が定義されている場合は、それらが含まれるという違いがあります。| 
 +| ''_modulegroup_'' |モジュールグループ名。| 
 +| ''_modulestatus_'' |モジュールのステータス。| 
 +| ''_modulelaststatuschange_'' |コマンドマクロのみ: \\ モジュールの最終ステータス変更のタイムスタンプ。| 
 +| ''_modulelaststatustime_'' |コマンドマクロのみ: :\\ モジュールの最終ステータス変更の日時。| 
 +| ''_moduletags_'' |[[:ja:documentation:pandorafms:management_and_operation:11_managing_and_administration#ks1_4_2|モジュールタグ]] に関連付けられた URL。|
  
-**''_email_tag_'' **+^  Macro  ^  Description 
 +|  ''_name_tag_''  |Name of the [[:en:documentation:pandorafms:management_and_operation:11_managing_and_administration#ks1_4_2|tags]] associated to the Module.|
  
-Email mailboxes associated to the //tags// of Modules.+^ マクロ ^ 説明 ^ 
 +| ''_name_tag_'' |モジュールに関連付けられた [[:ja:documentation:pandorafms:management_and_operation:11_managing_and_administration#ks1_4_2|タグ]] の名前。|
  
-''_event_cf_text_''+^  Macro  ^  Description 
 +|  ''_phone_tag_''  |Phones associated to the [[:en:documentation:pandorafms:management_and_operation:11_managing_and_administration#ks1_4_2|module tags]].| 
 +|  ''_plugin_parameters_''  |Module plugin parameters.| 
 +|  ''_policy_''  |Name of the policy to which the Module belongs (if applicable).| 
 +|  ''_prevdata_''  |Preliminary data before the alert was triggered ([[#prevdata_note|review note on this matter]]).|
  
-(Only event alerts). Get all the information from //custom data// in text mode (with line breaks).+^ マクロ ^ 説明 ^ 
 +| ''_phone_tag_'' |[[:ja:documentation:pandorafms:management_and_operation:11_managing_and_administration#ks1_4_2|モジュールタグ]]に関連付けられた電話番号。| 
 +| ''_plugin_parameters_'' |モジュールプラグインパラメータ。| 
 +| ''_policy_'' |モジュールが属するポリシー名(該当する場合)。| 
 +| ''_prevdata_'' |アラートが発報される前の予備データ([[#prevdata_note|この件に関するレビューノート]])。|
  
-''_event_cf_json_''+^  Macro  ^  Description 
 +|  ''_rca_''  |Root cause analysis chain (for Services only).|
  
-(Only event alerts). Gets the information from //custom data// in JSON format.+^ マクロ ^ 説明 ^ 
 +| ''_rca_'' |根本原因分析チェーン(サービスのみ)。|
  
-**''_event_cfX_'' **+^  Macro  ^  Description 
 +|  ''_secondarygroups_''  |It shows the Agent child groups (only for command macros and action macros).| 
 +|  ''_server_ip_''  |IP address of the server to which the Agent is assigned.| 
 +|  ''_server_name_''  |Name of the server to which the Agent is assigned.| 
 +|  ''_statusimagetag_''  | Macro used in alert actions with email notifications to visually indicate the status at the time of sending. Generates an HTML element of type ''img''.|
  
-(Only event alerts). Key of the custom field of the event that triggered the alert. For example, if there is a custom field whose key is IPAM, its value can be obtained using the ''_event_cfIPAM_'' macro.+^ マクロ ^ 説明 ^ 
 +''_secondarygroups_'' |エージェントの子グループを表示します(コマンドマクロとアクションマクロのみ)。| 
 +| ''_server_ip_'' |エージェントが割り当てられているサーバのIPアドレス。| 
 +| ''_server_name_'' |エージェントが割り当てられているサーバの名前。| 
 +| ''_statusimagetag_'' |電子メール通知のアラートアクションで使用されるマクロで、送信時のステータスを視覚的に示すために使用されます。タイプ ''img'' の HTML 要素を生成します。|
  
-**''_event_description_ '' **+^  Macro  ^  Description 
 +|  ''_target_ip_''  |IP address of the Module target.| 
 +|  ''_target_port_''  |Module target port.| 
 +|  ''_timestamp_''  |Time and date the alert was triggered.| 
 +|  ''_time_down_human_''  |This macro only works for recovery alerts: \\ Downtime or offline time in long format, such as: "1day 10h 35m 40s".| 
 +|  ''_time_down_seconds_''  |This macro only works for recovery alerts: \\ Downtime, or offline time, in seconds.| 
 +|  ''_timezone_''  |The time zone represented by ''_timestamp_''.|
  
-(Only event alertsTextual description of the Pandora FMS event.+^ マクロ ^ 説明 ^ 
 +| ''_target_ip_'' |モジュールターゲットの IP アドレス。| 
 +| ''_target_port_'' |モジュールターゲットのポート番号。| 
 +| ''_timestamp_'' |アラートが発報された日時。| 
 +| ''_time_down_human_'' |このマクロは復旧アラートにのみ機能します: \\ ダウンタイムまたはオフライン時間 (長い形式、例: "1day 10h 35m 40s")。| 
 +| ''_time_down_seconds_'' |このマクロは復旧アラートにのみ機能します: \\ ダウンタイムまたはオフライン時間 (秒単位)。| 
 +| ''_timezone_'' |''_timestamp_'' で表されるタイムゾーン。|
  
-**''_event_extra_id_ '' **+^  Macro  ^  Description 
 +|  ''_warning_threshold_max_''  |Maximum warning threshold.| 
 +|  ''_warning_threshold_min_''  |Minimum warning threshold.|
  
-(Event alerts only) Extra identifier.+^ マクロ ^ 説明 ^ 
 +| ''_warning_threshold_max_'' | 最大警告しきい値。| 
 +| ''_warning_threshold_min_'' | 最小警告しきい値。|
  
-**''_event_id_'' **+<wrap #prevdata_note />**Note**:
  
-(Event alerts only) Identifier of the event that triggered the alert. +<wrap #prevdata_note />**注意**:
- +
-**''_event_text_severity_'' ** +
- +
-(Event alerts only) Priority in text of the event that triggers the alert (Maintenance, Informational, Normal Minor, Warning, Major, Critical). +
- +
-**''_eventTimestamp_'' ** +
- +
-''Timestamp'' in which the event was created. +
- +
-**''_fieldX_'' ** +
- +
-User-defined X field. +
- +
-**''_group_contact_'' ** +
- +
-Group contact information. It is configured when creating the group. +
- +
-**''_groupcustomid_'' ** +
- +
-Custom group identifier. +
- +
-**''_groupother_'' ** +
- +
-Other information about the group. It is configured when creating the group. +
- +
-**''_homeurl_'' ** +
- +
-It is a public URL link that must be configured in the general configuration options. +
- +
-**''_id_agent_'' ** +
- +
-Agent identifier, useful to build access URL to the Pandora FMS console. +
- +
-**''_id_alert_'' ** +
- +
-Alert identifier, useful for correlating the alert in third-party tools. +
- +
-**''_id_group_ '' ** +
- +
-Agent group identifier. +
- +
-**''_id_module_'' ** +
- +
-Module Identifier. +
- +
-**''_interval_'' ** +
- +
-Module execution interval. +
- +
-**''_module_'' ** +
- +
-Module Name. +
- +
-**''_modulecustomid_'' ** +
- +
-Module custom identifier. +
- +
-**''_moduledata_X_'' ** +
- +
-Using this macro ("X" is the name of the Module in question) we collect the last data from this Module and if it is numeric it returns it formatted with the decimals specified in the console configuration and with its unit (if it has one). It would be useful, for example, when sending an email when a Module alert is skipped, to also send additional (and perhaps very relevant) information from other modules of the same Agent. +
- +
-<WRAP center round important 60%> +
- +
-If “X” (name of the Module in question) contains spaces, these must be placed as an **HTML entity**: +
- +
-''&#//x20//;'' +
- +
-You can view a list of HTML entities on Wikipedia. +
- +
-</WRAP>\\ +
-**''_moduledescription_'' ** +
- +
-Module Description. +
- +
-**''_modulegraph_nh_'' ** +
- +
-(Only for alerts using the **eMail** command) Returns a base64-encoded image of a Module graph with a period of n hours (eg ''_modulegraph_24h_''). It requires a correct configuration of the connection from the server to the console via API, which is done in the server configuration file. +
- +
-**''_modulegraphth_nh_'' ** +
- +
-(Only for alerts that use the ''_email_tag_'' command) Same operation as the previous macro but only with the critical and warning thresholds of the Module, if they are defined. +
- +
-**''_modulegroup_'' ** +
- +
-Module group name. +
- +
-**''_modulestatus_'' ** +
- +
-Module Status. +
- +
-**''_modulelaststatuschange_'' ** +
- +
-(For Command Macros only)//timestamp// at which the Module's last state change occurred. +
- +
-**''_moduletags_'' ** +
- +
-URLs associated with the //tags// of modules. +
- +
-**''_name_tag_'' ** +
- +
-Name of the //tags// associated to the Module. +
- +
-**''_phone_tag_'' ** +
- +
-Telephones associated to the //tags// of modules. +
- +
-**''_plugin_parameters_'' ** +
- +
-Module //plugin// parameters. +
- +
-**''_policy_'' ** +
- +
-Name of the policy to which the Module belongs (if applicable). +
- +
-**''_prevdata_'' ** +
- +
-Previous data before the alert was triggered. +
- +
-**''_rca_'' ** +
- +
-Root cause analysis chain (for Services only). +
- +
-**''_secondarygroups_'' ** +
- +
-Shows the child groups of the Agent (only for command macros and action macros). +
- +
-**''_server_ip_'' ** +
- +
-IP address of the server to which the Agent is assigned. +
- +
-**''_server_name_'' ** +
- +
-Name of the server to which the Agent is assigned. +
- +
-**''_target_ip_'' ** +
- +
-IP address of the target of the Module. +
- +
-**''_target_port_'' ** +
- +
-Module target port. +
- +
-**''_timestamp_'' ** +
- +
-Time and date the alert was triggered. +
- +
-**''_time_down_human_'' ** +
- +
-Time in long format, for example"1day 10h 35m 40s" (this macro only works for recovery alerts). +
- +
-**''_time_down_seconds_'' ** +
- +
-Time in seconds (this macro only works for recovery alerts). +
- +
-**''_timezone_'' ** +
- +
-The time zone represented by ''_timestamp_''+
- +
-**''_warning_threshold_max_'' ** +
- +
-Maximum warning threshold. +
- +
-**''_warning_threshold_min_'' ** +
- +
-Minimum warning threshold. +
- +
-  * **''_address_''**:  アラートを発報したエージェントのアドレス。 +
-  * **''_addressn_n_''**:  "n" で示される位置に対応するエージェントのアドレス。 例) ''addressn_1_'' , ''addressn_2_'' +
-  * **''_agent_''**:  アラートを発報したエージェントの別名。別名が定義されていない場合は、代わりにエージェント名になります。 +
-  * **''_agentalias_''**:  アラートを発報したエージェントと別名。 +
-  * **''_agentcustomfield_n_''**:  n 番のエージェントカスタムフィールド。(例: _agentcustomfield_9_). +
-  * **''_agentcustomid_''**:  エージェントのカスタム ID。 +
-  * **''_agentdescription_''**:  アラートを発報したエージェントの説明。 +
-  * **''_agentgroup_''**:  エージェントグループ名。 +
-  * **''_agentname_''**:  アラートを発報したエージェント名。 +
-  * **''_agentos_''**:  エージェントの OS。 +
-  * **''_agentstatus_''**:  エージェントの現在の状態。 +
-  * **''_alert_critical_instructions_''**:  モジュールの障害状態時の手順。 +
-  * **''_alert_description_''**:  アラートの説明。 +
-  * **''_alert_name_''**:  アラート名。 +
-  * **''_alert_priority_''**:  アラートの数値での重要度。 +
-  * **''_alert_text_severity_''**:  テキストでの重要度。 (Maintenance, Informational, Normal Minor, Major, Critical). +
-  * **''_alert_threshold_''**:  アラートの閾値。 +
-  * **''_alert_times_fired_''**:  アラートが発報された回数。 +
-  * **''_alert_unknown_instructions_''**:  モジュールの不明状態時の手順。 +
-  * **''_alert_warning_instructions_''**:  モジュールの警告状態時の手順。 +
-  * **''_all_address_''**:  アラートを発報したエージェントの全アドレス。 +
-  * **''_critical_threshold_max_''**: 最大障害閾値 +
-  * **''_critical_threshold_min_''**: 最小障害閾値 +
-  * **''_data_''**:  アラートを発報する原因となったモジュールデータ。 +
-  * **''_email_tag_''**:  モジュールのタグに関連付けられた Email。 +
-  * **''_event_cf_text_'' **: (イベントアラートのみ) テキストモードで全データを出力(行区切り)。 +
-  * **''_event_cf_json_'' **: (イベントアラートのみ) JSON フォーマットで全カスタムデータを出力。 +
-  * **''_event_cfX_''**:  (イベントアラートのみ) アラートを発報したイベントカスタムレポートキー。例えば、IPAM というキーのカスタムフィールドがある場合、その値は、_event_cfIPAM_ マクロを用いて取得します。 +
-  * **''_event_description_''**:  (イベントアラートのみ) イベントのテキストでの説明。 +
-  * **''_event_extra_id_''**:  (イベントアラートのみ) 拡張 ID。 +
-  * **''_event_id_''**:  (イベントアラートのみ) アラートを発報したイベントの ID。 +
-  * **''_event_text_severity_''**:  (イベントアラートのみ) イベントのテキストでの重要度 (Maintenance, Informational, Normal Minor, Warning, Major, Critical) +
-  * **''_eventTimestamp_''**:  イベントが作成されたタイムスタンプ。 +
-  * **''_fieldX_''**:  ユーザ定義フィールド X。 +
-  * **''_groupcontact_''**:  グループ連絡情報。グループ作成時に設定されます。 +
-  * **''_groupcustomid_''**:  グループカスタム ID。 +
-  * **''_groupother_''**:  グループに関する他の情報。グループ作成時に設定されます。 +
-  * **''_homeurl_''**:  公開 URL。設定の一般オプションで設定されます。 +
-  * **''_id_agent_''**:  エージェント ID。コンソールの該当ページに直接行く URL を生成するのに便利です。 +
-  * **''_id_alert_''**:  エージェントの数値 ID(ユニーク)。他のソフトウエアとの連携に利用します。 +
-  * **''_id_group_''**:  エージェントグループ ID。 +
-  * **''_id_module_''**:  モジュール ID。 +
-  * **''_interval_''**:  モジュール実行間隔。 +
-  * **''_module_''**:  モジュール名。 +
-  * **''_modulecustomid_''**:  モジュールカスタムID。 +
-  * **''_moduledata_X_''**:  このマクロ("X" はモジュール名)を使用することにより、そのモジュールの最新のデータを取得でき、それが数値の場合、コンソールの設定で指定された 10進形式で、その単位とともに返されます。 たとえば、同じエージェントの他のモジュールに関する情報をアラートメールで送信する場合に役立ちます(これは非常に重要です)。 +
-<WRAP center round important 60%>+
  
-"X" (モジュール名)にスペースを含む場合は、次のように **HTML エンティティ** に置き換える必要があります。+For the macro ''_prevdata_'', it is necessary to //[[:en:documentation:pandorafms:introduction:03_glossary#comment_or_uncomment_a_parameter|uncomment]]// the following section in the Pandora FMS server configuration file:
  
-''&#//x20//;''+マクロ ''_prevdata_'' については、Pandora FMS サーバ設定ファイルの次のセクションを //[[:ja:documentation:pandorafms:introduction:03_glossary#comment_or_uncomment_a_parameter|コメント解除]]// する必要があります。
  
-HTML エンティティ一覧は、ウィキペディアで確認してください。+<code> 
 +# Default texts for some events. The macros _module_ and _data_ are supported. 
 +text_going_down_normal Module '_module_' is going to NORMAL (_data_) with previous data (_prevdata_) 
 +#text_going_up_critical Module '_module_' is going to CRITICAL (_data_) 
 +#text_going_up_warning Module '_module_' is going to WARNING (_data_) 
 +#text_going_down_warning Module '_module_' is going to WARNING (_data_) 
 +#text_going_unknown Module '_module_' is going to UNKNOWN 
 +</code>
  
-</WRAP>\\ +**The server process must be restarted for the new changes to take effect**.
-  * **''_moduledescription_''**:  アラートを発報したモジュールの説明。 +
-  * **''_modulegraph_nh_''**:  (コマンド eMail を利用するアラートのみ) n 時間の間のモジュールグラフを base64 でエンコードして返します。(例: _modulegraph_24h_) サーバとコンソールのAPI間の接続を正しく設定する必要があります。 この設定はサーバの設定ファイルで行います。 +
-  * **''_modulegraphth_nh_''**:  (コマンド eMail を利用するアラートのみ) モジュールの障害および警告しきい値が定義されている場合にのみ、前のマクロと同じ操作を行います。 +
-  * **''_modulegroup_''**:  モジュールのグループ名。 +
-  * **''_modulestatus_''**:  モジュールの状態。 +
-  * **''_modulelaststatuschange_''**:  モジュールの最後の状態変更日時。 +
-  * **''_moduletags_''**:  モジュールタグに関連付けられた URL。 +
-  * **''_name_tag_''**:  モジュールに関連したタグの名前。 +
-  * **''_phone_tag_''**:  モジュールタグに関連付けられた電話番号。 +
-  * **''_plugin_parameters_''**:  モジュールプラグインパラメータ。 +
-  * **''_policy_''**:  モジュールが所属するポリシー名。(該当する場合) +
-  * **''_prevdata_''**:  アラートが発報される前のモジュールデータ。 +
-  * **''_rca_''**: 根本原因分析チェーン。 (サービスのみ) +
-  * **''_server_ip_''**:  エージェントに割り当てられたサーバ IP。 +
-  * **''_server_name_''**:  エージェントに割り当てられたサーバ名。 +
-  * **''_target_ip_''**:  モジュールのターゲット IP アドレス。 +
-  * **''_target_port_''**:  モジュールのターゲットポート番号。 +
-  * **''_time_down_human_''**: 長いフォーマットでの時刻。例: "1day 10h 35m 40s" (このマクロは復旧アラートでのみ動作します) +
-  * **''_time_down_seconds_''**: 秒での時刻 (このマクロは復旧アラートでのみ動作します) +
-  * **''_timestamp_''**: アラートが発報された日時。(yy-mm-dd hh:mm:ss) +
-  * **''_timezone_''**: _timestamp_ のタイムゾーン。 +
-  * **''_warning_threshold_max_''**: 最大警告閾値 +
-  * **''_warning_threshold_min_''**: 最小警告閾値+
  
-[[:ja:documentation:start|Pandora FMS ドキュメント一覧]]+**新しい変更を有効には、サーバプロセスを再起動する必要があります**。
  
 +[[:ja:documentation:pandorafms:start|Pandora FMS ドキュメント一覧に戻る]]
  
 ===== (OBSOLETE) アラート相関: イベントおよびログアラート ===== ===== (OBSOLETE) アラート相関: イベントおよびログアラート =====
  • ja/documentation/pandorafms/management_and_operation/01_alerts.1747056549.txt.gz
  • 最終更新: 2025/05/12 13:29
  • by junichi