-
diferencias en las macros de las alertas
Me he dado cuenta de diferencias en las macros según donde lo mires.
Ventana emergente de la ayuda en español: (/pandora_console/general/pandora_help.php?id=alert_macros)
Macros de alertas
Las siguientes macros están disponibles:
* _field1_: Campo 1 definido por el usuario.
* _field2_: Campo 2 definido por el usuario.
* _field3_: Campo 3 definido por el usuario.
* _agent_: Nombre del agente que disparó la alerta.
* _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.
* _alert_description_: Descripción de la alerta.
* _alert_threshold_: Umbral de la alerta.
* _alert_times_fired_: Número de veces que se ha disparado la alerta.Ejemplo: Error en el agente _agent_: _alert_description_.
Ventana emergente de la ayuda en ingles: (/pandora_console/general/pandora_help.php?id=alert_macros)
Alert macros
The following macros are available:
* _field1_ : User defined field 1.
* _field2_ : User defined field 2.
* _field3_ : User defined field 3.
* _agent_ : Name of the agent that fired the alert.
* _agentdescription_ : Description of the agent who fired alert
* _agentgroup_ : Agent group nameen la wiki español: http://openideas.info/wiki/index.php?title=Pandora_3.0:Documentation_es:Alertas
Command
* _field1_: Normalmente asignado como nombre de usuario, teléfono, fichero, o destino de un correo electrónico.
* _field2_: Normalmente asignado como una breve descripción de eventos, como el asunto en un correo electrónico.
* _field3_: Es un campo descriptivo, en el caso de un correo electrónico o un SMS se puede usar para el mensaje.
* _agent_: Nombre del agente completo.
* _timestamp_: Una representación estándar de fecha y tiempo. Reemplazada automáticamente al ejecutar la alerta.
* _data_: El valor de los datos que lanzaron la alerta.
* _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.
* _alert_description_ : Alert description.
* _alert_threshold_ : Alert threshold.
* _alert_times_fired_ : Number of times the alert has been fired.
* _module_ : Module 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 softwareExample: Agent _agent_ has fired alert _alert_ with data _data_
Podéis confirmarme cual es correcta ?¿
Gracias.