2012-11-05 Sergio Martin <sergio.martin@artica.es>
* 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
This commit is contained in:
parent
6d86616e7a
commit
e5587d562d
|
@ -1,3 +1,8 @@
|
|||
2012-11-05 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* 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 <miguel.dedios@artica.es>
|
||||
|
||||
* operation/agentes/status_monitor.php: improved the page status
|
||||
|
|
|
@ -14,7 +14,7 @@ The following macros are available:
|
|||
<li>_agent_ : Name of the agent that fired the alert.</li>
|
||||
<li>_agentdescription_ : Description of the agent who fired alert.</li>
|
||||
<li>_agentgroup_ : Agent group name.</li>
|
||||
<li>_agentstatus : Current status of the agent.</li>
|
||||
<li>_agentstatus_ : Current status of the agent.</li>
|
||||
<li>_address_ : Address of the agent that fired the alert.</li>
|
||||
<li>_timestamp_ : Time when the alert was fired (yy-mm-dd hh:mm:ss).</li>
|
||||
<li>_data_ : Module data that caused the alert to fire.</li>
|
||||
|
|
|
@ -15,7 +15,7 @@ Las siguientes macros están disponibles:
|
|||
<li>_agent_: Nombre del agente que disparó la alerta.</li>
|
||||
<li>_agentdescription_ : Descripción del agente que disparó la alerta.</li>
|
||||
<li>_agentgroup_ : Nombre del grupo del agente.</li>
|
||||
<li>_agentstatus : Estado actual del agente.</li>
|
||||
<li>_agentstatus_ : Estado actual del agente.</li>
|
||||
<li>_address_: Dirección del agente que disparó la alerta.</li>
|
||||
<li>_timestamp_: Hora y fecha en que se disparó la alerta.</li>
|
||||
<li>_data_: Dato que hizo que la alerta se disparase.</li>
|
||||
|
|
Loading…
Reference in New Issue