diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 0bc097158d..913141d2ca 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2011-10-06 Koichiro Kikuchi + + * include/help/en/help_alert_macros.php, + include/help/ja/help_alert_macros.php: Added 4 new macros. + 2011-10-05 Sancho Lerena * functions_api.php: Added 4 new methods (enable/disable) alerts diff --git a/pandora_console/include/help/en/help_alert_macros.php b/pandora_console/include/help/en/help_alert_macros.php index 8c4b6b5da5..3a5a0aecab 100644 --- a/pandora_console/include/help/en/help_alert_macros.php +++ b/pandora_console/include/help/en/help_alert_macros.php @@ -21,12 +21,16 @@ The following macros are available:
  • _alert_threshold_ : Alert threshold.
  • _alert_times_fired_ : Number of times the alert has been fired.
  • _module_ : Module name
  • +
  • _modulegroup_ : Module group name.
  • _moduledescription_ : Description of the module who fired the alert
  • _alert_name_ : Alert name
  • _alert_priority_ : Numerical alert priorityu
  • _id_agent_ : Id of agent, useful to build direct URL to redirect to a Pandora FMS console webpage.
  • _id_alert_ : Numerical ID of the alert (unique), used to correlate on third party software
  • _policy_ : Name of the policy the module belongs to (if applies).
  • +
  • _interval_ : Execution interval of the module.
  • +
  • _target_ip_ : IP address of the target of the module.
  • +
  • _target_port_ Port number of the target of the module.
  • @@ -34,3 +38,5 @@ The following macros are available:

    Example: Agent _agent_ has fired alert _alert_ with data _data_

    + + diff --git a/pandora_console/include/help/ja/help_alert_macros.php b/pandora_console/include/help/ja/help_alert_macros.php index 54f4fbf715..e382144292 100644 --- a/pandora_console/include/help/ja/help_alert_macros.php +++ b/pandora_console/include/help/ja/help_alert_macros.php @@ -22,12 +22,16 @@
  • _alert_threshold_ : アラートのしきい値
  • _alert_times_fired_ : アラートが発生した回数
  • _module_ : モジュール名
  • +
  • _modulegroup_ : モジュールグループ名
  • _moduledescription_ : アラートが発生したモジュールの説明
  • _alert_name_ : アラート名
  • _alert_priority_ : アラート優先順位(数値)
  • _id_agent_ : エージェントのID / Webコンソールへのリンクを生成するのに便利です
  • _id_alert_ : アラートの(ユニークな)ID / 他のソフトウエアパッケージとの連携に利用できます
  • _policy_ : モジュールが属するポリシー名 (存在する場合)
  • +
  • _interval_ : モジュールの実行間隔
  • +
  • _target_ip_ : モジュールの対象IPアドレス
  • +
  • _target_port_ : モジュールの対象ポート