diff --git a/pandora_console/include/help/en/help_alert_macros.php b/pandora_console/include/help/en/help_alert_macros.php index 248638fb91..d724d35e0e 100644 --- a/pandora_console/include/help/en/help_alert_macros.php +++ b/pandora_console/include/help/en/help_alert_macros.php @@ -61,6 +61,17 @@ Besides the defined module macros, the following macros are available:
  • _modulegraphth_nh_:Same operation as the previous macro only with the critical and warning thresholds of the module provided they are defined.
  • _modulegroup_: Module’s group name.
  • _modulestatus_: Module status.
  • +
  • _moduledata_X_: Last data of module X (module name, cannot have white spaces).
  • +
  • _alert_name_: Alert name.
  • +
  • _alert_priority_: Alert’s numeric priority.
  • +
  • _alert_text_severity_: Priority level, in text, for the alert (Maintenance, Informational, Normal Minor, Major, Critical).
  • +
  • _event_text_severity_: (Only event alerts) Text event (which triggered the alert) severity (Maintenance, Informational, Normal Minor, Warning, Major, Critical).
  • +
  • _event_id_: (Only event alerts) ID of the event that triggered the alert.
  • +
  • _event_description_: (Only event alerts) The textual description of the Pandora FMS event.
  • +
  • _id_agent_: Agent’s ID, useful for building a direct URL that redirects to a Pandora FMS console webpage.
  • +
  • _id_group_ : Agent group ID.
  • +
  • _id_module_ : ID of module.
  • +
  • _id_alert_: Alert’s numeric ID (unique), used to correlate the alert with third party software.
  • _moduletags_: URLs asociadas a los tags de módulos.
  • _name_tag_: Names of the tags related to the module.
  • _phone_tag_: Phone numbers related to the module’s tags.
  • diff --git a/pandora_console/include/help/es/help_alert_macros.php b/pandora_console/include/help/es/help_alert_macros.php index f2defd4991..9de6c52564 100644 --- a/pandora_console/include/help/es/help_alert_macros.php +++ b/pandora_console/include/help/es/help_alert_macros.php @@ -9,6 +9,68 @@ Además de las macros de módulo definidas, las siguientes macros están disponibles:

    diff --git a/pandora_console/include/help/ja/help_alert_macros.php b/pandora_console/include/help/ja/help_alert_macros.php index 5c14073067..7f158b5b03 100644 --- a/pandora_console/include/help/ja/help_alert_macros.php +++ b/pandora_console/include/help/ja/help_alert_macros.php @@ -45,6 +45,7 @@

  • _alert_text_severity_ : テキストでのアラートの重要度 (Maintenance, Informational, Normal Minor, Warning, Major, Critical)
  • _event_text_severity_ : (イベントアラートのみ) イベント(アラートの発生元)のテキストでの重要度 (Maintenance, Informational, Normal Minor, Warning, Major, Critical)
  • _event_id_ : (イベントアラートのみ) アラート発生元のイベントID
  • +
  • _event_description_: (イベントアラートのみ) Pandora FMS イベントの説明 です。
  • _event_extra_id_: (Only event alerts) Extra id.
  • _event_cfX_ : (Only event alerts) Key of the event custom field that fired the alert.
  • _id_agent_ : エージェントのID / Webコンソールへのリンクを生成するのに便利です