From e5587d562d5f1abfd04d4813146ff7ade47a78f1 Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Mon, 5 Nov 2012 08:50:37 +0000 Subject: [PATCH] 2012-11-05 Sergio Martin * include/help/en/help_alert_macros.php include/help/es/help_alert_macros.php: Fixed typo in macro name git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7126 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/include/help/en/help_alert_macros.php | 2 +- pandora_console/include/help/es/help_alert_macros.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 7c4b883716..f54c294b0e 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2012-11-05 Sergio Martin + + * include/help/en/help_alert_macros.php + include/help/es/help_alert_macros.php: Fixed typo in macro name + 2012-11-04 Miguel de Dios * operation/agentes/status_monitor.php: improved the page status diff --git a/pandora_console/include/help/en/help_alert_macros.php b/pandora_console/include/help/en/help_alert_macros.php index 77f3831908..e6a29faf74 100644 --- a/pandora_console/include/help/en/help_alert_macros.php +++ b/pandora_console/include/help/en/help_alert_macros.php @@ -14,7 +14,7 @@ The following macros are available:
  • _agent_ : Name of the agent that fired the alert.
  • _agentdescription_ : Description of the agent who fired alert.
  • _agentgroup_ : Agent group name.
  • -
  • _agentstatus : Current status of the agent.
  • +
  • _agentstatus_ : Current status of the agent.
  • _address_ : Address of the agent that fired the alert.
  • _timestamp_ : Time when the alert was fired (yy-mm-dd hh:mm:ss).
  • _data_ : Module data that caused the alert to fire.
  • diff --git a/pandora_console/include/help/es/help_alert_macros.php b/pandora_console/include/help/es/help_alert_macros.php index 84f87075e3..3dfc84b80b 100644 --- a/pandora_console/include/help/es/help_alert_macros.php +++ b/pandora_console/include/help/es/help_alert_macros.php @@ -15,7 +15,7 @@ Las siguientes macros están disponibles:
  • _agent_: Nombre del agente que disparó la alerta.
  • _agentdescription_ : Descripción del agente que disparó la alerta.
  • _agentgroup_ : Nombre del grupo del agente.
  • -
  • _agentstatus : Estado actual del agente.
  • +
  • _agentstatus_ : Estado actual del agente.
  • _address_: Dirección del agente que disparó la alerta.
  • _timestamp_: Hora y fecha en que se disparó la alerta.
  • _data_: Dato que hizo que la alerta se disparase.