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.