mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-25 19:09:08 +02:00
[Console help] Fixed and revisted alert macros
This commit is contained in:
parent
5ef9e08770
commit
6c6c9625fc
@ -25,12 +25,14 @@ When it comes to creating the action these are the only 3 fields we can set. Wit
|
|||||||
Apart from the defined module macros, the following macros are also available:
|
Apart from the defined module macros, the following macros are also available:
|
||||||
<ul>
|
<ul>
|
||||||
<li>_address_: Address of the agent that triggered the alert.</li>
|
<li>_address_: Address of the agent that triggered the alert.</li>
|
||||||
<li>_address_n_ : The address of the agent that corresponds to the position indicated in "n" e.g: address_1_ , address_2__</li>
|
<li>_address_n_ : The address of the agent that corresponds to the position indicated in "n" e.g: address_1_ , address_2_.</li>
|
||||||
<li>_agent_: Name of the agent that triggered the alert.</li>
|
<li>_agent_: Alias of the agent that triggered the alert. If there is no alias assigned, the name of the agent will be used instead.</li>
|
||||||
|
<li>_agentalias_: Alias of the agent that triggered the alert.</li>
|
||||||
<li>_agentcustomfield_n_: Agent custom field number n (eg. _agentcustomfield_9_).</li>
|
<li>_agentcustomfield_n_: Agent custom field number n (eg. _agentcustomfield_9_).</li>
|
||||||
<li>_agentcustomid_: Agent custom ID.</li>
|
<li>_agentcustomid_: Agent custom ID.</li>
|
||||||
<li>_agentdescription_: Description of the agent that triggered the alert.</li>
|
<li>_agentdescription_: Description of the agent that triggered the alert.</li>
|
||||||
<li>_agentgroup_ : Agent group name.</li>
|
<li>_agentgroup_ : Agent group name.</li>
|
||||||
|
<li>_agentname_: Name of the agent that triggered the alert.</li>
|
||||||
<li>_agentos_: Agent's operative system.</li>
|
<li>_agentos_: Agent's operative system.</li>
|
||||||
<li>_agentstatus_ : Current status of the agent.</li>
|
<li>_agentstatus_ : Current status of the agent.</li>
|
||||||
<li>_alert_critical_instructions_: Instructions for CRITICAL status contained in the module.</li>
|
<li>_alert_critical_instructions_: Instructions for CRITICAL status contained in the module.</li>
|
||||||
@ -45,10 +47,11 @@ Apart from the defined module macros, the following macros are also available:
|
|||||||
<li>_all_address_ : All address of the agent that fired the alert.</li>
|
<li>_all_address_ : All address of the agent that fired the alert.</li>
|
||||||
<li>_data_: Module data that caused the alert to fire.</li>
|
<li>_data_: Module data that caused the alert to fire.</li>
|
||||||
<li>_email_tag_: Emails associated to the module’s tags.</li>
|
<li>_email_tag_: Emails associated to the module’s tags.</li>
|
||||||
<li>_event_cfX_: (Only event alerts) Key of the event custom field that fired the alert.</li>
|
<li>_event_cfX_: (Only event alerts) Key of the event custom field that fired the alert. For example, if there is a custom field whose key is IPAM, its value can be obtained using the _event_cfIPAM_ macro.</li>
|
||||||
|
<li>_event_description_: (Only event alerts) The textual description of the Pandora FMS event.</li>
|
||||||
<li>_event_extra_id_ : (Only event alerts) Extra id.</li>
|
<li>_event_extra_id_ : (Only event alerts) Extra id.</li>
|
||||||
<li>_event_id_: (Only event alerts) ID of the event that triggered the alert.</li>
|
<li>_event_id_: (Only event alerts) ID of the event that triggered the alert.</li>
|
||||||
<li>_event_text_severity_: (Only event alerts) event text (that triggered the alert) severity (Maintenance, Informational, Normal Minor, Warning, Major, Critical).</li>
|
<li>_event_text_severity_: (Only event alerts) Event text severity (Maintenance, Informational, Normal Minor, Warning, Major, Critical).</li>
|
||||||
<li>_field1_: User defined field 1.</li>
|
<li>_field1_: User defined field 1.</li>
|
||||||
<li>_field2_: User defined field 2.</li>
|
<li>_field2_: User defined field 2.</li>
|
||||||
<li>_field3_: User defined field 3.</li>
|
<li>_field3_: User defined field 3.</li>
|
||||||
@ -59,29 +62,34 @@ Apart from the defined module macros, the following macros are also available:
|
|||||||
<li>_field8_: User defined field 8.</li>
|
<li>_field8_: User defined field 8.</li>
|
||||||
<li>_field9_: User defined field 9.</li>
|
<li>_field9_: User defined field 9.</li>
|
||||||
<li>_field10_: User defined field 10.</li>
|
<li>_field10_: User defined field 10.</li>
|
||||||
<li>_groupcontact_: Group’s contact information. Configured when the group is created.</li>
|
<li>_field11_: User defined field 11.</li>
|
||||||
<li>_groupcustomid_: Group’s custom ID.</li>
|
<li>_field12_: User defined field 12.</li>
|
||||||
|
<li>_field13_: User defined field 13.</li>
|
||||||
|
<li>_field14_: User defined field 14.</li>
|
||||||
|
<li>_field15_: User defined field 15.</li>
|
||||||
|
<li>_groupcontact_: Group contact information. Configured when the group is created.</li>
|
||||||
|
<li>_groupcustomid_: Group custom ID.</li>
|
||||||
<li>_groupother_: Other information about the group. Configured when the group is created.</li>
|
<li>_groupother_: Other information about the group. Configured when the group is created.</li>
|
||||||
<li>_homeurl_ : It is a link of the public URL this must be configured in the general options of the setup.</li>
|
<li>_homeurl_ : It is a link of the public URL this must be configured in the general options of the setup.</li>
|
||||||
<li>_id_agent_: Agent’s ID, useful for building a direct URL that redirects to a Pandora FMS console webpage.</li>
|
<li>_id_agent_: Agent’s ID, useful for building a direct URL that redirects to a Pandora FMS console webpage.</li>
|
||||||
<li>_id_alert_: Alert’s numeric ID (unique), used to correlate the alert with third party software.</li>
|
<li>_id_alert_: Alert’s numeric ID (unique), used to correlate the alert with third party software.</li>
|
||||||
<li>_id_group_ : Agent group ID.</li>
|
<li>_id_group_ : Agent group ID.</li>
|
||||||
<li>_id_module_: The module's ID.</li>
|
<li>_id_module_: Module ID.</li>
|
||||||
<li>_interval_: Module’s execution interval.</li>
|
<li>_interval_: Module’s execution interval.</li>
|
||||||
<li>_module_: Module name.</li>
|
<li>_module_: Module name.</li>
|
||||||
<li>_modulecustomid_: Module custom ID.</li>
|
<li>_modulecustomid_: Module custom ID.</li>
|
||||||
<li>_moduledata_X_: Last data of module X (module name, cannot have white spaces).</li>
|
<li>_moduledata_X_: Last data of module X (module name, cannot have white spaces).</li>
|
||||||
<li>_moduledescription_: Description of the module that triggered the alert.</li>
|
<li>_moduledescription_: Description of the module that triggered the alert.</li>
|
||||||
<li>_modulegraph_nh_: (>=6.0) (Only for alerts that use the command eMail) Returns an image encoded in base64 of a module’s graph with a period of n hours (eg. _modulegraph_24h_). A correct setup of the connection between the server and the console's API is required. This setup is done on the server's configuration file.</li>
|
<li>_modulegraph_nh_: (Only for alerts that use the command eMail) Returns an image encoded in base64 of a module’s graph with a period of n hours (eg. _modulegraph_24h_). A correct setup of the connection between the server and the console's API is required. This setup is done on the server's configuration file.</li>
|
||||||
<li>_modulegraphth_nh_:Same operation as the previous macro only with the critical and warning thresholds of the module provided they are defined.</li>
|
<li>_modulegraphth_nh_: (Only for alerts that use the command eMail) Same operation as the previous macro only with the critical and warning thresholds of the module provided they are defined.</li>
|
||||||
<li>_modulegroup_: Module’s group name.</li>
|
<li>_modulegroup_: Module’s group name.</li>
|
||||||
<li>_modulestatus_: Module status.</li>
|
<li>_modulestatus_: Module status.</li>
|
||||||
<li>_moduletags_: URLs asociadas a los tags de módulos.</li>
|
<li>_moduletags_: URLs associated to the module tags.</li>
|
||||||
<li>_name_tag_: Names of the tags related to the module.</li>
|
<li>_name_tag_: Names of the tags related to the module.</li>
|
||||||
<li>_phone_tag_: Phone numbers related to the module’s tags.</li>
|
<li>_phone_tag_: Phone numbers associated to the module tags.</li>
|
||||||
<li>_plugin_parameters_: Module’s Plugin parameters.</li>
|
<li>_plugin_parameters_: Module plugin parameters.</li>
|
||||||
<li>_policy_: Name of the policy that the module belongs to (if applies).</li>
|
<li>_policy_: Name of the policy that the module belongs to (if applies).</li>
|
||||||
<li>_prevdata_: Module data previus the alert to fire.</li>
|
<li>_prevdata_: Module previous data before the alert has been triggered.</li>
|
||||||
<li>_server_ip_: Ip of server assigned to agent. </li>
|
<li>_server_ip_: Ip of server assigned to agent. </li>
|
||||||
<li>_server_name_: Name of server assigned to agent. </li>
|
<li>_server_name_: Name of server assigned to agent. </li>
|
||||||
<li>_target_ip_: IP address for the module’s target.</li>
|
<li>_target_ip_: IP address for the module’s target.</li>
|
||||||
|
@ -11,11 +11,13 @@ Besides the defined module macros, the following macros are available:
|
|||||||
<ul>
|
<ul>
|
||||||
<li>_address_: Address of the agent that triggered the alert.</li>
|
<li>_address_: Address of the agent that triggered the alert.</li>
|
||||||
<li>_address_n_ : The address of the agent that corresponds to the position indicated in "n" e.g: address_1_ , address_2__</li>
|
<li>_address_n_ : The address of the agent that corresponds to the position indicated in "n" e.g: address_1_ , address_2__</li>
|
||||||
<li>_agent_: Name of the agent that triggered the alert.</li>
|
<li>_agent_: Alias of the agent that triggered the alert. If there is no alias assigned, the name of the agent will be used instead.</li>
|
||||||
|
<li>_agentalias_: Alias of the agent that triggered the alert.</li>
|
||||||
<li>_agentcustomfield_n_: Agent custom field number n (eg. _agentcustomfield_9_).</li>
|
<li>_agentcustomfield_n_: Agent custom field number n (eg. _agentcustomfield_9_).</li>
|
||||||
<li>_agentcustomid_: Agent custom ID.</li>
|
<li>_agentcustomid_: Agent custom ID.</li>
|
||||||
<li>_agentdescription_: Description of the agent that triggered the alert.</li>
|
<li>_agentdescription_: Description of the agent that triggered the alert.</li>
|
||||||
<li>_agentgroup_ : Agent group name.</li>
|
<li>_agentgroup_ : Agent group name.</li>
|
||||||
|
<li>_agentname_: Name of the agent that triggered the alert.</li>
|
||||||
<li>_agentos_: Agent's operative system.</li>
|
<li>_agentos_: Agent's operative system.</li>
|
||||||
<li>_agentstatus_ : Current status of the agent.</li>
|
<li>_agentstatus_ : Current status of the agent.</li>
|
||||||
<li>_alert_critical_instructions_: Instructions for CRITICAL status contained in the module.</li>
|
<li>_alert_critical_instructions_: Instructions for CRITICAL status contained in the module.</li>
|
||||||
@ -30,10 +32,11 @@ Besides the defined module macros, the following macros are available:
|
|||||||
<li>_all_address_ : All address of the agent that fired the alert.</li>
|
<li>_all_address_ : All address of the agent that fired the alert.</li>
|
||||||
<li>_data_: Module data that caused the alert to fire.</li>
|
<li>_data_: Module data that caused the alert to fire.</li>
|
||||||
<li>_email_tag_: Emails associated to the module’s tags.</li>
|
<li>_email_tag_: Emails associated to the module’s tags.</li>
|
||||||
|
<li>_event_cfX_: (Only event alerts) Key of the event custom field that fired the alert. For example, if there is a custom field whose key is IPAM, its value can be obtained using the _event_cfIPAM_ macro.</li>
|
||||||
|
<li>_event_description_: (Only event alerts) The textual description of the Pandora FMS event.</li>
|
||||||
<li>_event_extra_id_: (Only event alerts) Extra id.</li>
|
<li>_event_extra_id_: (Only event alerts) Extra id.</li>
|
||||||
<li>_event_cfX_: (Only event alerts) Key of the event custom field that fired the alert.</li>
|
|
||||||
<li>_event_id_: (Only event alerts) ID of the event that triggered the alert.</li>
|
<li>_event_id_: (Only event alerts) ID of the event that triggered the alert.</li>
|
||||||
<li>_event_text_severity_: (Only event alerts) event text (that triggered the alert) severity (Maintenance, Informational, Normal Minor, Warning, Major, Critical).</li>
|
<li>_event_text_severity_: (Only event alerts) Event text severity (Maintenance, Informational, Normal Minor, Warning, Major, Critical).</li>
|
||||||
<li>_field1_: User defined field 1.</li>
|
<li>_field1_: User defined field 1.</li>
|
||||||
<li>_field2_: User defined field 2.</li>
|
<li>_field2_: User defined field 2.</li>
|
||||||
<li>_field3_: User defined field 3.</li>
|
<li>_field3_: User defined field 3.</li>
|
||||||
@ -44,47 +47,40 @@ Besides the defined module macros, the following macros are available:
|
|||||||
<li>_field8_: User defined field 8.</li>
|
<li>_field8_: User defined field 8.</li>
|
||||||
<li>_field9_: User defined field 9.</li>
|
<li>_field9_: User defined field 9.</li>
|
||||||
<li>_field10_: User defined field 10.</li>
|
<li>_field10_: User defined field 10.</li>
|
||||||
<li>_groupcontact_: Group’s contact information. Configured when the group is created.</li>
|
<li>_field11_: User defined field 11.</li>
|
||||||
<li>_groupcustomid_: Group’s custom ID.</li>
|
<li>_field12_: User defined field 12.</li>
|
||||||
|
<li>_field13_: User defined field 13.</li>
|
||||||
|
<li>_field14_: User defined field 14.</li>
|
||||||
|
<li>_field15_: User defined field 15.</li>
|
||||||
|
<li>_groupcontact_: Group contact information. Configured when the group is created.</li>
|
||||||
|
<li>_groupcustomid_: Group custom ID.</li>
|
||||||
<li>_groupother_: Other information about the group. Configured when the group is created.</li>
|
<li>_groupother_: Other information about the group. Configured when the group is created.</li>
|
||||||
<li>_homeurl_ : It is a link of the public URL this must be configured in the general options of the setup.</li>
|
<li>_homeurl_ : It is a link of the public URL this must be configured in the general options of the setup.</li>
|
||||||
<li>_id_agent_: Agent’s ID, useful for building a direct URL that redirects to a Pandora FMS console webpage.</li>
|
<li>_id_agent_: Agent’s ID, useful for building a direct URL that redirects to a Pandora FMS console webpage.</li>
|
||||||
<li>_id_alert_: Alert’s numeric ID (unique), used to correlate the alert with third party software.</li>
|
<li>_id_alert_: Alert’s numeric ID (unique), used to correlate the alert with third party software.</li>
|
||||||
<li>_id_group_ : Agent group ID.</li>
|
<li>_id_group_ : Agent group ID.</li>
|
||||||
<li>_id_module_: The module's ID.</li>
|
<li>_id_module_: Module ID.</li>
|
||||||
<li>_interval_: Module’s execution interval.</li>
|
<li>_interval_: Module’s execution interval.</li>
|
||||||
<li>_module_: Module name.</li>
|
<li>_module_: Module name.</li>
|
||||||
<li>_modulecustomid_: Module custom ID.</li>
|
<li>_modulecustomid_: Module custom ID.</li>
|
||||||
<li>_moduledata_X_: Last data of module X (module name, cannot have white spaces).</li>
|
<li>_moduledata_X_: Last data of module X (module name, cannot have white spaces).</li>
|
||||||
<li>_moduledescription_: Description of the module that triggered the alert.</li>
|
<li>_moduledescription_: Description of the module that triggered the alert.</li>
|
||||||
<li>_modulegraph_nh_: (>=6.0) (Only for alerts that use the command eMail) Returns an image encoded in base64 of a module’s graph with a period of n hours (eg. _modulegraph_24h_). A correct setup of the connection between the server and the console's API is required. This setup is done on the server's configuration file.</li>
|
<li>_modulegraph_nh_: (Only for alerts that use the command eMail) Returns an image encoded in base64 of a module’s graph with a period of n hours (eg. _modulegraph_24h_). A correct setup of the connection between the server and the console's API is required. This setup is done on the server's configuration file.</li>
|
||||||
<li>_modulegraphth_nh_:Same operation as the previous macro only with the critical and warning thresholds of the module provided they are defined.</li>
|
<li>_modulegraphth_nh_: (Only for alerts that use the command eMail) Same operation as the previous macro only with the critical and warning thresholds of the module provided they are defined.</li>
|
||||||
<li>_modulegroup_: Module’s group name.</li>
|
<li>_modulegroup_: Module’s group name.</li>
|
||||||
<li>_modulestatus_: Module status.</li>
|
<li>_modulestatus_: Module status.</li>
|
||||||
<li>_moduledata_X_: Last data of module X (module name, cannot have white spaces).</li>
|
<li>_moduletags_: URLs associated to the module tags.</li>
|
||||||
<li>_alert_name_: Alert name.</li>
|
|
||||||
<li>_alert_priority_: Alert’s numeric priority.</li>
|
|
||||||
<li>_alert_text_severity_: Priority level, in text, for the alert (Maintenance, Informational, Normal Minor, Major, Critical).</li>
|
|
||||||
<li>_event_text_severity_: (Only event alerts) Text event (which triggered the alert) severity (Maintenance, Informational, Normal Minor, Warning, Major, Critical).</li>
|
|
||||||
<li>_event_id_: (Only event alerts) ID of the event that triggered the alert.</li>
|
|
||||||
<li>_event_description_: (Only event alerts) The textual description of the Pandora FMS event.</li>
|
|
||||||
<li>_id_agent_: Agent’s ID, useful for building a direct URL that redirects to a Pandora FMS console webpage.</li>
|
|
||||||
<li>_id_group_ : Agent group ID.</li>
|
|
||||||
<li>_id_module_ : ID of module.</li>
|
|
||||||
<li>_id_alert_: Alert’s numeric ID (unique), used to correlate the alert with third party software.</li>
|
|
||||||
<li>_moduletags_: URLs asociadas a los tags de módulos.</li>
|
|
||||||
<li>_name_tag_: Names of the tags related to the module.</li>
|
<li>_name_tag_: Names of the tags related to the module.</li>
|
||||||
<li>_phone_tag_: Phone numbers related to the module’s tags.</li>
|
<li>_phone_tag_: Phone numbers associated to the module tags.</li>
|
||||||
<li>_plugin_parameters_: Module’s Plugin parameters.</li>
|
<li>_plugin_parameters_: Module plugin parameters.</li>
|
||||||
<li>_policy_: Name of the policy that the module belongs to (if applies).</li>
|
<li>_policy_: Name of the policy that the module belongs to (if applies).</li>
|
||||||
<li>_prevdata_: Module data previus the alert to fire.</li>
|
<li>_prevdata_: Module previous data before the alert has been triggered.</li>
|
||||||
<li>_server_ip_: Ip of server assigned to agent. </li>
|
<li>_server_ip_: Ip of server assigned to agent. </li>
|
||||||
<li>_server_name_: Name of server assigned to agent. </li>
|
<li>_server_name_: Name of server assigned to agent. </li>
|
||||||
<li>_target_ip_: IP address for the module’s target.</li>
|
<li>_target_ip_: IP address for the module’s target.</li>
|
||||||
<li>_target_port_: Port number for the module’s target.</li>
|
<li>_target_port_: Port number for the module’s target.</li>
|
||||||
<li>_timestamp_: Time and date on which the alert was triggered (yy-mm-dd hh:mm:ss).</li>
|
<li>_timestamp_: Time and date on which the alert was triggered (yy-mm-dd hh:mm:ss).</li>
|
||||||
<li>_timezone_: Timezone that is represented on _timestamp_.</li>
|
<li>_timezone_: Timezone that is represented on _timestamp_.</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
@ -27,12 +27,14 @@ Además de las macros de módulo definidas, las siguientes macros están disponi
|
|||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>_address_: Dirección del agente que disparó la alerta.</li>
|
<li>_address_: Dirección del agente que disparó la alerta.</li>
|
||||||
<li>_address_n_ : La dirección del agente que corresponde a la posicion indicada en "n" ejemplo: address_1_ , address_2_</li>
|
<li>_address_n_ : La dirección del agente que corresponde a la posicion indicada en "n". Ejemplo: address_1_ , address_2_</li>
|
||||||
<li>_agent_: Nombre del agente que disparó la alerta.</li>
|
<li>_agent_: Alias del agente que disparó la alerta. Si no tiene asignado alias, se usa el nombre del agente.</li>
|
||||||
|
<li>_agentalias_: Alias del agente que disparó la alerta.</li>
|
||||||
<li>_agentcustomfield_n_: Campo personalizado número <i>n</i> del agente (eg. _agentcustomfield_9_).</li>
|
<li>_agentcustomfield_n_: Campo personalizado número <i>n</i> del agente (eg. _agentcustomfield_9_).</li>
|
||||||
<li>_agentcustomid_:ID personalizado del agente.</li>
|
<li>_agentcustomid_: ID personalizado del agente.</li>
|
||||||
<li>_agentdescription_: Descripción 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>_agentgroup_ : Nombre del grupo del agente.</li>
|
||||||
|
<li>_agentname_: Nombre del agente que disparó la alerta.</li>
|
||||||
<li>_agentos_: Sistema operativo del agente.</li>
|
<li>_agentos_: Sistema operativo del agente.</li>
|
||||||
<li>_agentstatus_ : Estado actual del agente.</li>
|
<li>_agentstatus_ : Estado actual del agente.</li>
|
||||||
<li>_alert_critical_instructions_: Instrucciones contenidas en el módulo para un estado CRITICAL.</li>
|
<li>_alert_critical_instructions_: Instrucciones contenidas en el módulo para un estado CRITICAL.</li>
|
||||||
@ -44,13 +46,14 @@ Además de las macros de módulo definidas, las siguientes macros están disponi
|
|||||||
<li>_alert_times_fired_: Número de veces que se ha disparado la alerta.</li>
|
<li>_alert_times_fired_: Número de veces que se ha disparado la alerta.</li>
|
||||||
<li>_alert_unknown_instructions_: Instrucciones contenidas en el módulo para un estado UNKNOWN.</li>
|
<li>_alert_unknown_instructions_: Instrucciones contenidas en el módulo para un estado UNKNOWN.</li>
|
||||||
<li>_alert_warning_instructions_: Instrucciones contenidas en el módulo para un estado WARNING.</li>
|
<li>_alert_warning_instructions_: Instrucciones contenidas en el módulo para un estado WARNING.</li>
|
||||||
<li>_all_address_ : Todas las direcciones del agente que disparo la alerta.</li>
|
<li>_all_address_ : Todas las direcciones del agente que disparó la alerta.</li>
|
||||||
<li>_data_: Dato que hizo que la alerta se disparase.</li>
|
<li>_data_: Dato que hizo que la alerta se disparase.</li>
|
||||||
<li>_email_tag_: Emails asociados a los tags de módulos.</li>
|
<li>_email_tag_: Emails asociados a los tags de módulos.</li>
|
||||||
<li>_event_cfX_: (Solo alertas de evento) Clave del campo personalizado del evento que disparó la alerta.</li>
|
<li>_event_cfX_: (Solo alertas de evento) Clave del campo personalizado del evento que disparó la alerta. Por ejemplo, si hay un campo personalizado cuya clave es IPAM, se puede obtener su valor usando la macro _event_cfIPAM_.</li>
|
||||||
|
<li>_event_description_ : (Solo alertas de evento) Descripción textual del evento de Pandora FMS.</li>
|
||||||
<li>_event_extra_id_ : (Solo alertas de evento) Id extra.</li>
|
<li>_event_extra_id_ : (Solo alertas de evento) Id extra.</li>
|
||||||
<li>_event_id_: (Solo alertas de evento) Id del evento que disparó la alerta.</li>
|
<li>_event_id_: (Solo alertas de evento) Id del evento que disparó la alerta.</li>
|
||||||
<li>_event_text_severity_: (Solo alertas de evento) Texto del evento (que disparó la alerta) gravedad (Mantenimiento, Informativo, Normal Menor, Advertencia, Mayor, Crítico).</li>
|
<li>_event_text_severity_: (Solo alertas de evento) Prioridad en texto de el evento que dispara la alerta (Maintenance, Informational, Normal Minor, Warning, Major, Critical).</li>
|
||||||
<li>_field1_: Campo 1 definido por el usuario.</li>
|
<li>_field1_: Campo 1 definido por el usuario.</li>
|
||||||
<li>_field2_: Campo 2 definido por el usuario.</li>
|
<li>_field2_: Campo 2 definido por el usuario.</li>
|
||||||
<li>_field3_: Campo 3 definido por el usuario.</li>
|
<li>_field3_: Campo 3 definido por el usuario.</li>
|
||||||
@ -61,10 +64,15 @@ Además de las macros de módulo definidas, las siguientes macros están disponi
|
|||||||
<li>_field8_: Campo 8 definido por el usuario.</li>
|
<li>_field8_: Campo 8 definido por el usuario.</li>
|
||||||
<li>_field9_: Campo 9 definido por el usuario.</li>
|
<li>_field9_: Campo 9 definido por el usuario.</li>
|
||||||
<li>_field10_: Campo 10 definido por el usuario.</li>
|
<li>_field10_: Campo 10 definido por el usuario.</li>
|
||||||
|
<li>_field11_: Campo 11 definido por el usuario.</li>
|
||||||
|
<li>_field12_: Campo 12 definido por el usuario.</li>
|
||||||
|
<li>_field13_: Campo 13 definido por el usuario.</li>
|
||||||
|
<li>_field14_: Campo 14 definido por el usuario.</li>
|
||||||
|
<li>_field15_: Campo 15 definido por el usuario.</li>
|
||||||
<li>_groupcontact_: Información de contacto del grupo. Se configura al crear el grupo.</li>
|
<li>_groupcontact_: Información de contacto del grupo. Se configura al crear el grupo.</li>
|
||||||
<li>_groupcustomid_: ID personalizado del grupo.</li>
|
<li>_groupcustomid_: ID personalizado del grupo.</li>
|
||||||
<li>_groupother_: Otra información sobre el grupo. Se configura al crear el grupo.</li>
|
<li>_groupother_: Otra información sobre el grupo. Se configura al crear el grupo.</li>
|
||||||
<li>_homeurl_: Es un link de la URL pública esta debe de estar configurada en las opciones generales del setup.</li>
|
<li>_homeurl_: Es un enlace de la URL pública que debe configurarse en las opciones generales de la configuración.</li>
|
||||||
<li>_id_agent_: ID del agente, util para construir URL de acceso a la consola de Pandora.</li>
|
<li>_id_agent_: ID del agente, util para construir URL de acceso a la consola de Pandora.</li>
|
||||||
<li>_id_alert_: ID de la alerta, util para correlar la alerta en herramientas de terceros.</li>
|
<li>_id_alert_: ID de la alerta, util para correlar la alerta en herramientas de terceros.</li>
|
||||||
<li>_id_group_ : ID del grupo de agente.</li>
|
<li>_id_group_ : ID del grupo de agente.</li>
|
||||||
@ -72,16 +80,16 @@ Además de las macros de módulo definidas, las siguientes macros están disponi
|
|||||||
<li>_interval_: Intervalo de la ejecución del módulo.</li>
|
<li>_interval_: Intervalo de la ejecución del módulo.</li>
|
||||||
<li>_module_: Nombre del módulo.</li>
|
<li>_module_: Nombre del módulo.</li>
|
||||||
<li>_modulecustomid_: ID personalizado del módulo.</li>
|
<li>_modulecustomid_: ID personalizado del módulo.</li>
|
||||||
<li>_moduledata_X_: Último dato del módulo X (nombre del módulo, no puede tener espacios).</li>
|
<li>_moduledata_X_: Usando esta macro ("X" es el nombre del módulo en cuestión) recogemos el último dato de este módulo y si es numérico lo devuelve formateado con los decimales especificados en la configuración de la consola y con su unidad (si la tiene). Serviría para, por ejemplo, al enviar un correo al saltar una alerta de módulo, enviar también información adicional (y quizás muy relevante) de otros módulos del mismo agente.</li>
|
||||||
<li>_moduledescription_: Descripcion del modulo.</li>
|
<li>_moduledescription_: Descripción del módulo.</li>
|
||||||
<li>_modulegraph_nh_: (>=6.0) (Only for alerts that use the command eMail) Returns an image encoded in base64 of a module’s graph with a period of n hours (eg. _modulegraph_24h_). A correct setup of the connection between the server and the console's API is required. This setup is done on the server's configuration file.</li>
|
<li>_modulegraph_nh_: (Solo para alertas que usen el comando <i>eMail</i>) Devuelve una imagen codificada en base64 de una gráfica del módulo con un período de <i>n</i> horas (eg. _modulegraph_24h_). Requiere de una configuración correcta de la conexión del servidor a la consola vía api, la cual se realiza en el fichero de configuración del servidor.</li>
|
||||||
<li>_modulegraphth_nh_: Misma operación que la macro anterior pero sólo con los umbrales crítico y de advertencia del módulo, en caso de que estén definidos.</li>
|
<li>_modulegraphth_nh_: (Solo para alertas que usen el comando <i>eMail</i>) Misma operación que la macro anterior pero sólo con los umbrales crítico y de advertencia del módulo, en caso de que estén definidos.</li>
|
||||||
<li>_modulegroup_: Nombre del grupo del módulo.</li>
|
<li>_modulegroup_: Nombre del grupo del módulo.</li>
|
||||||
<li>_modulestatus_: Estado del módulo.</li>
|
<li>_modulestatus_: Estado del módulo.</li>
|
||||||
<li>_moduletags_: URLs asociadas a los tags de módulos.</li>
|
<li>_moduletags_: URLs asociadas a los tags de módulos.</li>
|
||||||
<li>_name_tag_: Nombre de los tags asociados al módulo.</li>
|
<li>_name_tag_: Nombre de los tags asociados al módulo.</li>
|
||||||
<li>_phone_tag_: Teléfonos asociados a los tags de módulos.</li>
|
<li>_phone_tag_: Teléfonos asociados a los tags de módulos.</li>
|
||||||
<li>_plugin_parameters_: Parámetros del Plug-in del módulo.</li>
|
<li>_plugin_parameters_: Parámetros del plugin del módulo.</li>
|
||||||
<li>_policy_: Nombre de la política a la que pertenece el módulo (si aplica).</li>
|
<li>_policy_: Nombre de la política a la que pertenece el módulo (si aplica).</li>
|
||||||
<li>_prevdata_: Dato previo antes de disparase la alerta.</li>
|
<li>_prevdata_: Dato previo antes de disparase la alerta.</li>
|
||||||
<li>_server_ip_: Ip del servidor al que el agente está asignado. </li>
|
<li>_server_ip_: Ip del servidor al que el agente está asignado. </li>
|
||||||
@ -89,7 +97,7 @@ Además de las macros de módulo definidas, las siguientes macros están disponi
|
|||||||
<li>_target_ip_: Dirección IP del objetivo del módulo.</li>
|
<li>_target_ip_: Dirección IP del objetivo del módulo.</li>
|
||||||
<li>_target_port_: Puerto del objetivo del módulo.</li>
|
<li>_target_port_: Puerto del objetivo del módulo.</li>
|
||||||
<li>_timestamp_: Hora y fecha en que se disparó la alerta.</li>
|
<li>_timestamp_: Hora y fecha en que se disparó la alerta.</li>
|
||||||
<li>_timezone_: Area Nombre _timestamp_ que representa en.</li>
|
<li>_timezone_: Zona horaria que se representa en _timestamp_.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
Ejemplo: Error en el agente _agent_: _alert_description_
|
Ejemplo: Error en el agente _agent_: _alert_description_
|
||||||
|
@ -9,76 +9,15 @@
|
|||||||
Además de las macros de módulo definidas, las siguientes macros están disponibles:
|
Además de las macros de módulo definidas, las siguientes macros están disponibles:
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>_field1_: Campo 1 definido por el usuario.</li>
|
|
||||||
<li>_field2_: Campo 2 definido por el usuario.</li>
|
|
||||||
<li>_field3_: Campo 3 definido por el usuario.</li>
|
|
||||||
<li>_field4_: Campo 4 definido por el usuario.</li>
|
|
||||||
<li>_field5_: Campo 5 definido por el usuario.</li>
|
|
||||||
<li>_field6_: Campo 6 definido por el usuario.</li>
|
|
||||||
<li>_field7_: Campo 7 definido por el usuario.</li>
|
|
||||||
<li>_field8_: Campo 8 definido por el usuario.</li>
|
|
||||||
<li>_field9_: Campo 9 definido por el usuario.</li>
|
|
||||||
<li>_field10_: Campo 10 definido por el usuario.</li>
|
|
||||||
<li>_agent_: Nombre del agente que disparó la alerta.</li>
|
|
||||||
<li>_agentcustomfield_<i>n</i>_: Campo personalizado número <i>n</i> del agente (eg. _agentcustomfield_9_). </li>
|
|
||||||
<li>_agentcustomid_: ID personalizado del agente. </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>_agentos_: Sistema operativo 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>_timezone_: Area Nombre _timestamp_ que representa en.</li>
|
|
||||||
<li>_data_: Dato que hizo que la alerta se disparase.</li>
|
|
||||||
<li>_prevdata_: Dato previo antes de disparase la alerta.</li>
|
|
||||||
<li>_alert_description_: Descripción de la alerta.</li>
|
|
||||||
<li>_alert_threshold_: Umbral de la alerta.</li>
|
|
||||||
<li>_alert_times_fired_: Número de veces que se ha disparado la alerta.</li>
|
|
||||||
<li>_module_: Nombre del módulo.</li>
|
|
||||||
<li>_modulecustomid_: ID personalizado del módulo.</li>
|
|
||||||
<li>_modulegroup_: Nombre del grupo del módulo.</li>
|
|
||||||
<li>_moduledescription_: Descripcion del modulo.</li>
|
|
||||||
<li>_modulestatus_: Estado del módulo.</li>
|
|
||||||
<li>_moduledata_X_: Último dato del módulo X (nombre del módulo, no puede tener espacios).</li>
|
|
||||||
<li>_alert_name_: Nombre de la alerta.</li>
|
|
||||||
<li>_alert_priority_: Prioridad numérica de la alerta.</li>
|
|
||||||
<li>_alert_text_severity_: Prioridad en texto de la alerta (Maintenance, Informational, Normal Minor, Warning, Major, Critical).</li>
|
|
||||||
<li>_eventt_text_severity_: (Solo alertas de evento) Prioridad en texto de el evento que dispara la alerta (Maintenance, Informational, Normal Minor, Warning, Major, Critical).</li>
|
|
||||||
<li>_event_id_: (Solo alertas de evento) Id del evento que disparó la alerta.</li>
|
|
||||||
<li>_event_description_: (Sólo en alertas de evento) la descripción textual del evento que disparó la alerta.</li>
|
|
||||||
<li>_id_agent_: ID del agente, util para construir URL de acceso a la consola de Pandora.</li>
|
|
||||||
<li>_id_group_ : Id del grupo de agente.</li>
|
|
||||||
<li>_id_module_ : ID del módulo.</li>
|
|
||||||
<li>_id_alert_: ID de la alerta, util para correlar la alerta en herramientas de terceros.</li>
|
|
||||||
<li>_policy_: Nombre de la política a la que pertenece el módulo (si aplica).</li>
|
|
||||||
<li>_interval_: Intervalo de la ejecución del módulo. </li>
|
|
||||||
<li>_target_ip_: Dirección IP del objetivo del módulo.</li>
|
|
||||||
<li>_target_port_: Puerto del objetivo del módulo.</li>
|
|
||||||
<li>_plugin_parameters_: Parámetros del plugin del módulo.</li>
|
|
||||||
<li>_server_ip_ : Ip del servidor al que el agente está asignado. </li>
|
|
||||||
<li>_server_name_ : Nombre del servidor al que el agente está asignado. </li>
|
|
||||||
<li>_groupcontact_: Información de contacto del grupo. Se configura al crear el grupo.</li>
|
|
||||||
<li>_groupcustomid_: ID personalizado del grupo.</li>
|
|
||||||
<li>_groupother_: Otra información sobre el grupo. Se configura al crear el grupo.</li>
|
|
||||||
<li>_name_tag_: Nombre de los tags asociados al módulo.</li>
|
|
||||||
<li>_email_tag_: Emails asociados a los tags de módulos.</li>
|
|
||||||
<li>_phone_tag_: Teléfonos asociados a los tags de módulos.</li>
|
|
||||||
<li>_moduletags_: URLs asociadas a los tags de módulos.</li>
|
|
||||||
<li>_alert_critical_instructions_: Instrucciones contenidas en el módulo para un estado CRITICAL.</li>
|
|
||||||
<li>_alert_warning_instructions_: Instrucciones contenidas en el módulo para un estado WARNING.</li>
|
|
||||||
<li>_alert_unknown_instructions_: Instrucciones contenidas en el módulo para un estado UNKNOWN.</li>
|
|
||||||
<li>_modulegraph_<i>n</i>h_: (>=6.0) (Solo para alertas que usen el comando <i>eMail</i>)
|
|
||||||
Devuelve una imagen codificada en base64 de una gráfica del módulo con un período de <i>n</i> horas (eg. _modulegraph_24h_).
|
|
||||||
Requiere de una configuración correcta de la conexión del servidor a la consola vía api,
|
|
||||||
la cual se realiza en el fichero de configuración del servidor.</li>
|
|
||||||
|
|
||||||
<li>_address_: Dirección del agente que disparó la alerta.</li>
|
<li>_address_: Dirección del agente que disparó la alerta.</li>
|
||||||
<li>_address_n_ : La dirección del agente que corresponde a la posicion indicada en "n" ejemplo: address_1_ , address_2_</li>
|
<li>_address_n_ : La dirección del agente que corresponde a la posicion indicada en "n". Ejemplo: address_1_ , address_2_</li>
|
||||||
<li>_agent_: Nombre del agente que disparó la alerta.</li>
|
<li>_agent_: Alias del agente que disparó la alerta. Si no tiene asignado alias, se usa el nombre del agente.</li>
|
||||||
|
<li>_agentalias_: Alias del agente que disparó la alerta.</li>
|
||||||
<li>_agentcustomfield_n_: Campo personalizado número <i>n</i> del agente (eg. _agentcustomfield_9_).</li>
|
<li>_agentcustomfield_n_: Campo personalizado número <i>n</i> del agente (eg. _agentcustomfield_9_).</li>
|
||||||
<li>_agentcustomid_:ID personalizado del agente.</li>
|
<li>_agentcustomid_: ID personalizado del agente.</li>
|
||||||
<li>_agentdescription_: Descripción 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>_agentgroup_ : Nombre del grupo del agente.</li>
|
||||||
|
<li>_agentname_: Nombre del agente que disparó la alerta.</li>
|
||||||
<li>_agentos_: Sistema operativo del agente.</li>
|
<li>_agentos_: Sistema operativo del agente.</li>
|
||||||
<li>_agentstatus_ : Estado actual del agente.</li>
|
<li>_agentstatus_ : Estado actual del agente.</li>
|
||||||
<li>_alert_critical_instructions_: Instrucciones contenidas en el módulo para un estado CRITICAL.</li>
|
<li>_alert_critical_instructions_: Instrucciones contenidas en el módulo para un estado CRITICAL.</li>
|
||||||
@ -93,10 +32,11 @@ la cual se realiza en el fichero de configuración del servidor.</li>
|
|||||||
<li>_all_address_ : Todas las direcciones del agente que disparo la alerta.</li>
|
<li>_all_address_ : Todas las direcciones del agente que disparo la alerta.</li>
|
||||||
<li>_data_: Dato que hizo que la alerta se disparase.</li>
|
<li>_data_: Dato que hizo que la alerta se disparase.</li>
|
||||||
<li>_email_tag_: Emails asociados a los tags de módulos.</li>
|
<li>_email_tag_: Emails asociados a los tags de módulos.</li>
|
||||||
<li>_event_cfX_: (Solo alertas de evento) Clave del campo personalizado del evento que disparó la alerta.</li>
|
<li>_event_cfX_: (Solo alertas de evento) Clave del campo personalizado del evento que disparó la alerta. Por ejemplo, si hay un campo personalizado cuya clave es IPAM, se puede obtener su valor usando la macro _event_cfIPAM_</li>
|
||||||
<li>_event_extra_id_: (Solo alertas de evento) Id extra.</li>
|
<li>_event_description_ : (Solo alertas de evento) Descripción textual del evento de Pandora FMS.</li>
|
||||||
|
<li>_event_extra_id_ : (Solo alertas de evento) Id extra.</li>
|
||||||
<li>_event_id_: (Solo alertas de evento) Id del evento que disparó la alerta.</li>
|
<li>_event_id_: (Solo alertas de evento) Id del evento que disparó la alerta.</li>
|
||||||
<li>_event_text_severity_: (Solo alertas de evento) Texto del evento (que disparó la alerta) de la gravedad (Mantenimiento, Informativo, Normal Menor, Advertencia, Mayor, Crítico).</li>
|
<li>_event_text_severity_:(Solo alertas de evento) Prioridad en texto de el evento que dispara la alerta (Maintenance, Informational, Normal Minor, Warning, Major, Critical).</li>
|
||||||
<li>_field1_: Campo 1 definido por el usuario.</li>
|
<li>_field1_: Campo 1 definido por el usuario.</li>
|
||||||
<li>_field2_: Campo 2 definido por el usuario.</li>
|
<li>_field2_: Campo 2 definido por el usuario.</li>
|
||||||
<li>_field3_: Campo 3 definido por el usuario.</li>
|
<li>_field3_: Campo 3 definido por el usuario.</li>
|
||||||
@ -107,10 +47,15 @@ la cual se realiza en el fichero de configuración del servidor.</li>
|
|||||||
<li>_field8_: Campo 8 definido por el usuario.</li>
|
<li>_field8_: Campo 8 definido por el usuario.</li>
|
||||||
<li>_field9_: Campo 9 definido por el usuario.</li>
|
<li>_field9_: Campo 9 definido por el usuario.</li>
|
||||||
<li>_field10_: Campo 10 definido por el usuario.</li>
|
<li>_field10_: Campo 10 definido por el usuario.</li>
|
||||||
|
<li>_field11_: Campo 11 definido por el usuario.</li>
|
||||||
|
<li>_field12_: Campo 12 definido por el usuario.</li>
|
||||||
|
<li>_field13_: Campo 13 definido por el usuario.</li>
|
||||||
|
<li>_field14_: Campo 14 definido por el usuario.</li>
|
||||||
|
<li>_field15_: Campo 15 definido por el usuario.</li>
|
||||||
<li>_groupcontact_: Información de contacto del grupo. Se configura al crear el grupo.</li>
|
<li>_groupcontact_: Información de contacto del grupo. Se configura al crear el grupo.</li>
|
||||||
<li>_groupcustomid_: ID personalizado del grupo.</li>
|
<li>_groupcustomid_: ID personalizado del grupo.</li>
|
||||||
<li>_groupother_: Otra información sobre el grupo. Se configura al crear el grupo.</li>
|
<li>_groupother_: Otra información sobre el grupo. Se configura al crear el grupo.</li>
|
||||||
<li>_homeurl_: Es un link de la URL pública esta debe de estar configurada en las opciones generales del setup.</li>
|
<li>_homeurl_: Es un enlace de la URL pública que debe configurarse en las opciones generales de la configuración.</li>
|
||||||
<li>_id_agent_: ID del agente, util para construir URL de acceso a la consola de Pandora.</li>
|
<li>_id_agent_: ID del agente, util para construir URL de acceso a la consola de Pandora.</li>
|
||||||
<li>_id_alert_: ID de la alerta, util para correlar la alerta en herramientas de terceros.</li>
|
<li>_id_alert_: ID de la alerta, util para correlar la alerta en herramientas de terceros.</li>
|
||||||
<li>_id_group_ : ID del grupo de agente.</li>
|
<li>_id_group_ : ID del grupo de agente.</li>
|
||||||
@ -118,16 +63,16 @@ la cual se realiza en el fichero de configuración del servidor.</li>
|
|||||||
<li>_interval_: Intervalo de la ejecución del módulo.</li>
|
<li>_interval_: Intervalo de la ejecución del módulo.</li>
|
||||||
<li>_module_: Nombre del módulo.</li>
|
<li>_module_: Nombre del módulo.</li>
|
||||||
<li>_modulecustomid_: ID personalizado del módulo.</li>
|
<li>_modulecustomid_: ID personalizado del módulo.</li>
|
||||||
<li>_moduledata_X_: Último dato del módulo X (nombre del módulo, no puede tener espacios).</li>
|
<li>_moduledata_X_: Usando esta macro ("X" es el nombre del módulo en cuestión) recogemos el último dato de este módulo y si es numérico lo devuelve formateado con los decimales especificados en la configuración de la consola y con su unidad (si la tiene). Serviría para, por ejemplo, al enviar un correo al saltar una alerta de módulo, enviar también información adicional (y quizás muy relevante) de otros módulos del mismo agente.</li>
|
||||||
<li>_moduledescription_: Descripcion del modulo.</li>
|
<li>_moduledescription_: Descripción del módulo.</li>
|
||||||
<li>_modulegraph_nh_: (>=6.0) (Solo para alertas que usen el comando <i>eMail</i>) Devuelve una imagen codificada en base64 de una gráfica del módulo con un período de <i>n</i> horas (eg. _modulegraph_24h_). Requiere de una configuración correcta de la conexión del servidor a la consola vía api, la cual se realiza en el fichero de configuración del servidor.</li>
|
<li>_modulegraph_nh_: (Solo para alertas que usen el comando <i>eMail</i>) Devuelve una imagen codificada en base64 de una gráfica del módulo con un período de <i>n</i> horas (eg. _modulegraph_24h_). Requiere de una configuración correcta de la conexión del servidor a la consola vía api, la cual se realiza en el fichero de configuración del servidor.</li>
|
||||||
<li>_modulegraphth_nh_: Misma operación que la macro anterior pero sólo con los umbrales crítico y de advertencia del módulo, en caso de que estén definidos.</li>
|
<li>_modulegraphth_nh_: (Solo para alertas que usen el comando <i>eMail</i>) Misma operación que la macro anterior pero sólo con los umbrales crítico y de advertencia del módulo, en caso de que estén definidos.</li>
|
||||||
<li>_modulegroup_: Nombre del grupo del módulo.</li>
|
<li>_modulegroup_: Nombre del grupo del módulo.</li>
|
||||||
<li>_modulestatus_: Estado del módulo.</li>
|
<li>_modulestatus_: Estado del módulo.</li>
|
||||||
<li>_moduletags_: URLs asociadas a los tags de módulos.</li>
|
<li>_moduletags_: URLs asociadas a los tags de módulos.</li>
|
||||||
<li>_name_tag_: Nombre de los tags asociados al módulo.</li>
|
<li>_name_tag_: Nombre de los tags asociados al módulo.</li>
|
||||||
<li>_phone_tag_: Teléfonos asociados a los tags de módulos.</li>
|
<li>_phone_tag_: Teléfonos asociados a los tags de módulos.</li>
|
||||||
<li>_plugin_parameters_: Parámetros del Plug-in del módulo.</li>
|
<li>_plugin_parameters_: Parámetros del plugin del módulo.</li>
|
||||||
<li>_policy_: Nombre de la política a la que pertenece el módulo (si aplica).</li>
|
<li>_policy_: Nombre de la política a la que pertenece el módulo (si aplica).</li>
|
||||||
<li>_prevdata_: Dato previo antes de disparase la alerta.</li>
|
<li>_prevdata_: Dato previo antes de disparase la alerta.</li>
|
||||||
<li>_server_ip_: Ip del servidor al que el agente está asignado. </li>
|
<li>_server_ip_: Ip del servidor al que el agente está asignado. </li>
|
||||||
@ -135,7 +80,7 @@ la cual se realiza en el fichero de configuración del servidor.</li>
|
|||||||
<li>_target_ip_: Dirección IP del objetivo del módulo.</li>
|
<li>_target_ip_: Dirección IP del objetivo del módulo.</li>
|
||||||
<li>_target_port_: Puerto del objetivo del módulo.</li>
|
<li>_target_port_: Puerto del objetivo del módulo.</li>
|
||||||
<li>_timestamp_: Hora y fecha en que se disparó la alerta.</li>
|
<li>_timestamp_: Hora y fecha en que se disparó la alerta.</li>
|
||||||
<li>_timezone_: Area Nombre _timestamp_ que representa en.</li>
|
<li>_timezone_: Zona horaria que se representa en _timestamp_.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
@ -25,56 +25,78 @@ email アクションを設定するには、_field1_ (送信先アドレス)、
|
|||||||
<p>
|
<p>
|
||||||
定義したモジュールマクロ以外に、次のマクロが利用できます:
|
定義したモジュールマクロ以外に、次のマクロが利用できます:
|
||||||
<ul>
|
<ul>
|
||||||
<li>_field1_ : ユーザ定義フィールド1</li>
|
<li>_address_ : アラートが発生したエージェントのアドレス</li>
|
||||||
<li>_field2_ : ユーザ定義フィールド2</li>
|
<li>_address_n_ : "n" で示される位置に対応するエージェントのアドレス。例: address_1_ , address_2_</li>
|
||||||
<li>_field3_ : ユーザ定義フィールド3</li>
|
<li>_agent_: Alias of the agent that triggered the alert. If there is no alias assigned, the name of the agent will be used instead.</li>
|
||||||
<li>_agent_ : アラートが発生したエージェント</li>
|
<li>_agentalias_: Alias of the agent that triggered the alert.</li>
|
||||||
<li>_agentdescription_ : 発生したアラートの説明</li>
|
<li>_agentcustomfield_<i>n</i>_ : エージェントカスタムフィールド番号<i>n</i> (例: _agentcustomfield_9_). </li>
|
||||||
<li>_agentgroup_ : エージェントグループ名</li>
|
<li>_agentcustomid_: エージェントカスタムID</li>
|
||||||
<li>_agentstatus_ : エージェントの現在の状態</li>
|
<li>_agentdescription_ : 発生したアラートの説明</li>
|
||||||
<li>_agentos_: Agent's operative system</li>
|
<li>_agentgroup_ : エージェントグループ名</li>
|
||||||
<li>_address_ : アラートが発生したエージェントのアドレス</li>
|
<li>_agentname_: アラートが発生したエージェント.</li>
|
||||||
<li>_all_address_ : アラートを発報した全エージェントのアドレス</li>
|
<li>_agentos_: Agent's operative system</li>
|
||||||
<li>_address_n_ : "n" で示される位置に対応するエージェントのアドレス。例: address_1_ , address_2_</li>
|
<li>_agentstatus_ : エージェントの現在の状態</li>
|
||||||
<li>_timestamp_ : アラートが発生した日時 (yy-mm-dd hh:mm:ss).</li>
|
<li>_alert_critical_instructions_: モジュールが障害状態の場合の手順</li>
|
||||||
<li>_timezone_: _timestamp_ で使用されるタイムゾーン名.</li>
|
<li>_alert_description_ : アラートの説明</li>
|
||||||
<li>_data_ : アラート発生時のモジュールのデータ(値)</li>
|
<li>_alert_name_ : アラート名</li>
|
||||||
<li>_prevdata_ : アラートを発報する前のモジュールデータ</li>
|
<li>_alert_priority_ : アラート優先順位(数値)</li>
|
||||||
<li>_alert_description_ : アラートの説明</li>
|
<li>_alert_text_severity_ : テキストでのアラートの重要度 (Maintenance, Informational, Normal Minor, Warning, Major, Critical)</li>
|
||||||
<li>_alert_threshold_ : アラートのしきい値</li>
|
<li>_alert_threshold_ : アラートのしきい値</li>
|
||||||
<li>_alert_times_fired_ : アラートが発生した回数</li>
|
<li>_alert_times_fired_ : アラートが発生した回数</li>
|
||||||
<li>_module_ : モジュール名</li>
|
<li>_alert_unknown_instructions_: モジュールが不明状態の場合の手順</li>
|
||||||
<li>_modulegroup_ : モジュールグループ名</li>
|
<li>_alert_warning_instructions_: モジュールが警告状態の場合の手順</li>
|
||||||
<li>_moduledescription_ : アラートが発生したモジュールの説明</li>
|
<li>_all_address_ : アラートを発報した全エージェントのアドレス</li>
|
||||||
<li>_modulestatus_ : モジュールの状態</li>
|
<li>_data_ : アラート発生時のモジュールのデータ(値)</li>
|
||||||
<li>_moduletags_ : モジュールに関連付けられたタグ</li>
|
<li>_email_tag_ : モジュールタグに関連付けられた Email。</li>
|
||||||
<li>_alert_name_ : アラート名</li>
|
<li>_event_cfX_ : (イベントアラートのみ) アラートを発報したイベントのカスタムフィールドのキー。 For example, if there is a custom field whose key is IPAM, its value can be obtained using the _event_cfIPAM_ macro.</li>
|
||||||
<li>_alert_priority_ : アラート優先順位(数値)</li>
|
<li>_event_description_ : (イベントアラートのみ) Pandora FMS イベントの説明 です</li>
|
||||||
<li>_alert_text_severity_ : テキストでのアラートの重要度 (Maintenance, Informational, Normal Minor, Warning, Major, Critical)</li>
|
<li>_event_extra_id_: (Only event alerts) Extra id.</li>
|
||||||
<li>_event_text_severity_ : (イベントアラートのみ) イベント(アラートの発生元)のテキストでの重要度 (Maintenance, Informational, Normal Minor, Warning, Major, Critical)</li>
|
<li>_event_id_ : (イベントアラートのみ) アラート発生元のイベントID</li>
|
||||||
<li>_event_id_ : (イベントアラートのみ) アラート発生元のイベントID</li>
|
<li>_event_text_severity_ : (イベントアラートのみ) イベント(アラートの発生元)のテキストでの重要度 (Maintenance, Informational, Normal Minor, Warning, Major, Critical)</li>
|
||||||
<li>_event_extra_id_: (Only event alerts) Extra id.</li>
|
<li>_field1_ : ユーザ定義フィールド1</li>
|
||||||
<li>_event_cfX_ : (Only event alerts) Key of the event custom field that fired the alert.</li>
|
<li>_field2_ : ユーザ定義フィールド2</li>
|
||||||
<li>_id_agent_ : エージェントのID / Webコンソールへのリンクを生成するのに便利です</li>
|
<li>_field3_ : ユーザ定義フィールド3</li>
|
||||||
<li>_id_group_ : エージェントグループのID</li>
|
<li>_field4_ : ユーザ定義フィールド4</li>
|
||||||
<li>_id_module_ : モジュールID</li>
|
<li>_field5_ : ユーザ定義フィールド5</li>
|
||||||
<li>_id_alert_ : アラートの(ユニークな)ID / 他のソフトウエアパッケージとの連携に利用できます</li>
|
<li>_field6_ : ユーザ定義フィールド6</li>
|
||||||
<li>_policy_ : モジュールが属するポリシー名 (存在する場合)</li>
|
<li>_field7_ : ユーザ定義フィールド7</li>
|
||||||
<li>_interval_ : モジュールの実行間隔</li>
|
<li>_field8_ : ユーザ定義フィールド8</li>
|
||||||
<li>_target_ip_ : モジュールの対象IPアドレス</li>
|
<li>_field9_ : ユーザ定義フィールド9</li>
|
||||||
<li>_target_port_ : モジュールの対象ポート</li>
|
<li>_field10_ : ユーザ定義フィールド10</li>
|
||||||
<li>_plugin_parameters_ : モジュールのプラグインパラメータ</li>
|
<li>_field11_ : ユーザ定義フィールド11</li>
|
||||||
<li>_server_ip_ : Ip of server assigned to agent. </li>
|
<li>_field12_ : ユーザ定義フィールド12</li>
|
||||||
<li>_server_name_ : Name of server assigned to agent. </li>
|
<li>_field13_ : ユーザ定義フィールド13</li>
|
||||||
<li>_groupcontact_ : グループコンタクト情報。グループの作成時に設定されます。</li>
|
<li>_field14_ : ユーザ定義フィールド14</li>
|
||||||
<li>_groupother_ : グループに関するその他情報。グループの作成時に設定されます。</li>
|
<li>_field15_ : ユーザ定義フィールド15</li>
|
||||||
<li>_email_tag_ : モジュールタグに関連付けられた Email。</li>
|
<li>_groupcontact_ : グループコンタクト情報。グループの作成時に設定されます。</li>
|
||||||
<li>_alert_critical_instructions_: モジュールが障害状態の場合の手順</li>
|
<li>_groupcustomid_: グループカスタムID</li>
|
||||||
<li>_alert_warning_instructions_: モジュールが警告状態の場合の手順</li>
|
<li>_groupother_ : グループに関するその他情報。グループの作成時に設定されます。</li>
|
||||||
<li>_alert_unknown_instructions_: モジュールが不明状態の場合の手順</li>
|
<li>_homeurl_ : 公開 URL へのリンク。URLは、基本設定メニューで設定されている必要があります。</li>
|
||||||
<li>_modulegraph_nh_: (eMail コマンドを用いるアラートの場合のみ) n時間の期間のモジュールグラフのイメージを返します(例: _modulegraph_24h_)。 サーバとコンソールの API の接続を正しく設定する必要があります。これはサーバの設定で行います。</li>
|
<li>_id_agent_ : エージェントのID / Webコンソールへのリンクを生成するのに便利です</li>
|
||||||
<li>_modulegraphth_<i>n</i>h_:上記のマクロと同じですが、モジュールに設定された障害および警告閾値を含みます。</li>
|
<li>_id_alert_ : アラートの(ユニークな)ID / 他のソフトウエアパッケージとの連携に利用できます</li>
|
||||||
<li>_homeurl_ : 公開 URL へのリンク。URLは、基本設定メニューで設定されている必要があります。</li>
|
<li>_id_group_ : エージェントグループのID</li>
|
||||||
|
<li>_id_module_ : モジュールID</li>
|
||||||
|
<li>_interval_ : モジュールの実行間隔</li>
|
||||||
|
<li>_module_ : モジュール名</li>
|
||||||
|
<li>_modulecustomid_: モジュールカスタムID</li>
|
||||||
|
<li>_moduledata_X_: モジュール X の最新データ (モジュール名にスペースを含めることはできません)</li>
|
||||||
|
<li>_moduledescription_ : アラートが発生したモジュールの説明</li>
|
||||||
|
<li>_modulegraph_nh_: (eMail コマンドを用いるアラートの場合のみ) n時間の期間のモジュールグラフのイメージを返します(例: _modulegraph_24h_)。 サーバとコンソールの API の接続を正しく設定する必要があります。これはサーバの設定で行います。</li>
|
||||||
|
<li>_modulegraphth_<i>n</i>h_:上記のマクロと同じですが、モジュールに設定された障害および警告閾値を含みます。</li>
|
||||||
|
<li>_modulegroup_ : モジュールグループ名</li>
|
||||||
|
<li>_modulestatus_ : モジュールの状態</li>
|
||||||
|
<li>_moduletags_ : モジュールに関連付けられたタグ</li>
|
||||||
|
<li>_name_tag_ : モジュールに関連付けられたタグの名前。</li>
|
||||||
|
<li>_phone_tag_ : モジュールタグに関連付けられた電話番号。</li>
|
||||||
|
<li>_plugin_parameters_ : モジュールのプラグインパラメータ</li>
|
||||||
|
<li>_policy_ : モジュールが属するポリシー名 (存在する場合)</li>
|
||||||
|
<li>_prevdata_ : アラートを発報する前のモジュールデータ</li>
|
||||||
|
<li>_server_ip_ : エージェントが割り当てられているサーバ IP。</li>
|
||||||
|
<li>_server_name_ : エージェントが割り当てられているサーバ名。 </li>
|
||||||
|
<li>_target_ip_ : モジュールの対象IPアドレス</li>
|
||||||
|
<li>_target_port_ : モジュールの対象ポート</li>
|
||||||
|
<li>_timestamp_ : アラートが発生した日時 (yy-mm-dd hh:mm:ss).</li>
|
||||||
|
<li>_timezone_: _timestamp_ で使用されるタイムゾーン名.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
</p>
|
</p>
|
||||||
|
@ -9,71 +9,78 @@
|
|||||||
定義したモジュールマクロ以外に、次のマクロが利用できます:
|
定義したモジュールマクロ以外に、次のマクロが利用できます:
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>_field1_ : ユーザ定義フィールド1</li>
|
<li>_address_ : アラートが発生したエージェントのアドレス</li>
|
||||||
<li>_field2_ : ユーザ定義フィールド2</li>
|
<li>_address_n_ : "n" で示される位置に対応するエージェントのアドレス。例: address_1_ , address_2_</li>
|
||||||
<li>_field3_ : ユーザ定義フィールド3</li>
|
<li>_agent_: Alias of the agent that triggered the alert. If there is no alias assigned, the name of the agent will be used instead.</li>
|
||||||
<li>_field4_ : ユーザ定義フィールド4</li>
|
<li>_agentalias_: Alias of the agent that triggered the alert.</li>
|
||||||
<li>_field5_ : ユーザ定義フィールド5</li>
|
<li>_agentcustomfield_<i>n</i>_ : エージェントカスタムフィールド番号<i>n</i> (例: _agentcustomfield_9_). </li>
|
||||||
<li>_field6_ : ユーザ定義フィールド6</li>
|
<li>_agentcustomid_: エージェントカスタムID</li>
|
||||||
<li>_field7_ : ユーザ定義フィールド7</li>
|
<li>_agentdescription_ : 発生したアラートの説明</li>
|
||||||
<li>_field8_ : ユーザ定義フィールド8</li>
|
<li>_agentgroup_ : エージェントグループ名</li>
|
||||||
<li>_field9_ : ユーザ定義フィールド9</li>
|
<li>_agentname_: アラートが発生したエージェント.</li>
|
||||||
<li>_field10_ : ユーザ定義フィールド10</li>
|
<li>_agentos_: Agent's operative system</li>
|
||||||
<li>_agent_ : アラートが発生したエージェント</li>
|
<li>_agentstatus_ : エージェントの現在の状態</li>
|
||||||
<li>_agentcustomfield_<i>n</i>_ : エージェントカスタムフィールド番号<i>n</i> (例: _agentcustomfield_9_). </li>
|
<li>_alert_critical_instructions_: モジュールの障害状態時における手順</li>
|
||||||
<li>_agentcustomid_: エージェントカスタムID</li>
|
<li>_alert_description_ : アラートの説明</li>
|
||||||
<li>_agentdescription_ : 発生したアラートの説明</li>
|
<li>_alert_name_ : アラート名</li>
|
||||||
<li>_agentgroup_ : エージェントグループ名</li>
|
<li>_alert_priority_ : アラート優先順位(数値)</li>
|
||||||
<li>_agentstatus_ : エージェントの現在の状態</li>
|
<li>_alert_text_severity_ : テキストでのアラートの重要度 (Maintenance, Informational, Normal Minor, Warning, Major, Critical)</li>
|
||||||
<li>_agentos_: エージェントの OS</li>
|
<li>_alert_threshold_ : アラートのしきい値</li>
|
||||||
<li>_address_ : アラートが発生したエージェントのアドレス</li>
|
<li>_alert_times_fired_ : アラートが発生した回数</li>
|
||||||
<li>_timestamp_ : アラートが発生した日時 (yy-mm-dd hh:mm:ss).</li>
|
<li>_alert_unknown_instructions_: モジュールが不明状態の場合の手順</li>
|
||||||
<li>_timezone_: _timestamp_ で使用されるタイムゾーン名.</li>
|
<li>_alert_warning_instructions_: モジュールが警告状態の場合の手順</li>
|
||||||
<li>_data_ : アラート発生時のモジュールのデータ(値)</li>
|
<li>_all_address_ : アラートを発報した全エージェントのアドレス</li>
|
||||||
<li>_prevdata_ : アラート発生前のモジュールデータ</li>
|
<li>_data_ : アラート発生時のモジュールのデータ(値)</li>
|
||||||
<li>_alert_description_ : アラートの説明</li>
|
<li>_email_tag_ : モジュールタグに関連付けられた Email。</li>
|
||||||
<li>_alert_threshold_ : アラートのしきい値</li>
|
<li>_event_cfX_ : (イベントアラートのみ) アラートを発報したイベントのカスタムフィールドのキー。 For example, if there is a custom field whose key is IPAM, its value can be obtained using the _event_cfIPAM_ macro.</li>
|
||||||
<li>_alert_times_fired_ : アラートが発生した回数</li>
|
<li>_event_description_ : (イベントアラートのみ) Pandora FMS イベントの説明 です</li>
|
||||||
<li>_module_ : モジュール名</li>
|
<li>_event_extra_id_: (Only event alerts) Extra id.</li>
|
||||||
<li>_modulecustomid_: モジュールカスタムID</li>
|
<li>_event_id_ : (イベントアラートのみ) アラート発生元のイベントID</li>
|
||||||
<li>_modulegroup_ : モジュールグループ名</li>
|
<li>_event_text_severity_ : (イベントアラートのみ) イベント(アラートの発生元)のテキストでの重要度 (Maintenance, Informational, Normal Minor, Warning, Major, Critical)</li>
|
||||||
<li>_moduledescription_ : アラートが発生したモジュールの説明</li>
|
<li>_field1_ : ユーザ定義フィールド1</li>
|
||||||
<li>_modulestatus_ : モジュールの状態</li>
|
<li>_field2_ : ユーザ定義フィールド2</li>
|
||||||
<li>_moduledata_X_: モジュール X の最新データ (モジュール名にスペースを含めることはできません)</li>
|
<li>_field3_ : ユーザ定義フィールド3</li>
|
||||||
<li>_alert_name_ : アラート名</li>
|
<li>_field4_ : ユーザ定義フィールド4</li>
|
||||||
<li>_alert_priority_ : アラート優先順位(数値)</li>
|
<li>_field5_ : ユーザ定義フィールド5</li>
|
||||||
<li>_alert_text_severity_ : テキストでのアラートの重要度 (Maintenance, Informational, Normal Minor, Warning, Major, Critical)</li>
|
<li>_field6_ : ユーザ定義フィールド6</li>
|
||||||
<li>_event_text_severity_ : (イベントアラートのみ) イベント(アラートの発生元)のテキストでの重要度 (Maintenance, Informational, Normal Minor, Warning, Major, Critical)</li>
|
<li>_field7_ : ユーザ定義フィールド7</li>
|
||||||
<li>_event_id_ : (イベントアラートのみ) アラート発生元のイベントID</li>
|
<li>_field8_ : ユーザ定義フィールド8</li>
|
||||||
<li>_event_description_: (イベントアラートのみ) Pandora FMS イベントの説明 です。</li>
|
<li>_field9_ : ユーザ定義フィールド9</li>
|
||||||
<li>_event_extra_id_: (Only event alerts) Extra id.</li>
|
<li>_field10_ : ユーザ定義フィールド10</li>
|
||||||
<li>_event_cfX_ : (Only event alerts) Key of the event custom field that fired the alert.</li>
|
<li>_field11_ : ユーザ定義フィールド11</li>
|
||||||
<li>_id_agent_ : エージェントのID / Webコンソールへのリンクを生成するのに便利です</li>
|
<li>_field12_ : ユーザ定義フィールド12</li>
|
||||||
<li>_id_group_ : エージェントグループのID</li>
|
<li>_field13_ : ユーザ定義フィールド13</li>
|
||||||
<li>_id_module_ : モジュール ID</li>
|
<li>_field14_ : ユーザ定義フィールド14</li>
|
||||||
<li>_id_alert_ : アラートの(ユニークな)ID / 他のソフトウエアパッケージとの連携に利用できます</li>
|
<li>_field15_ : ユーザ定義フィールド15</li>
|
||||||
<li>_policy_ : モジュールが属するポリシー名 (存在する場合)</li>
|
<li>_groupcontact_ : グループコンタクト情報。グループの作成時に設定されます。</li>
|
||||||
<li>_interval_ : モジュールの実行間隔</li>
|
<li>_groupcustomid_: グループカスタムID</li>
|
||||||
<li>_target_ip_ : モジュールの対象IPアドレス</li>
|
<li>_groupother_ : グループに関するその他情報。グループの作成時に設定されます。</li>
|
||||||
<li>_target_port_ : モジュールの対象ポート</li>
|
<li>_homeurl_ : 公開 URL へのリンク。URLは、基本設定メニューで設定されている必要があります。</li>
|
||||||
<li>_plugin_parameters_ : モジュールのプラグインパラメータ</li>
|
<li>_id_agent_ : エージェントのID / Webコンソールへのリンクを生成するのに便利です</li>
|
||||||
<li>_server_ip_ : Ip of server assigned to agent. </li>
|
<li>_id_alert_ : アラートの(ユニークな)ID / 他のソフトウエアパッケージとの連携に利用できます</li>
|
||||||
<li>_server_name_ : Name of server assigned to agent. </li>
|
<li>_id_group_ : エージェントグループのID</li>
|
||||||
<li>_groupcontact_ : グループコンタクト情報。グループの作成時に設定されます。</li>
|
<li>_id_module_ : モジュールID</li>
|
||||||
<li>_groupcustomid_: グループカスタムID</li>
|
<li>_interval_ : モジュールの実行間隔</li>
|
||||||
<li>_groupother_ : グループに関するその他情報。グループの作成時に設定されます。</li>
|
<li>_module_ : モジュール名</li>
|
||||||
<li>_name_tag_ : モジュールに関連付けられたタグの名前。</li>
|
<li>_modulecustomid_: モジュールカスタムID</li>
|
||||||
<li>_email_tag_ : モジュールタグに関連付けられた Email。</li>
|
<li>_moduledata_X_: モジュール X の最新データ (モジュール名にスペースを含めることはできません)</li>
|
||||||
<li>_phone_tag_ : モジュールタグに関連付けられた電話番号。</li>
|
<li>_moduledescription_ : アラートが発生したモジュールの説明</li>
|
||||||
<li>_moduletags_ : モジュールタグに関連付けられた URL。</li>
|
<li>_modulegraph_nh_: (eMail コマンドを用いるアラートの場合のみ) n時間の期間のモジュールグラフのイメージを返します(例: _modulegraph_24h_)。 サーバとコンソールの API の接続を正しく設定する必要があります。これはサーバの設定で行います。</li>
|
||||||
<li>_alert_critical_instructions_: モジュールの障害状態時手順。</li>
|
<li>_modulegraphth_<i>n</i>h_:上記のマクロと同じですが、モジュールに設定された障害および警告閾値を含みます。</li>
|
||||||
<li>_alert_warning_instructions_: モジュールの警告状態時手順。</li>
|
<li>_modulegroup_ : モジュールグループ名</li>
|
||||||
<li>_alert_unknown_instructions_: モジュールの不明状態時手順。</li>
|
<li>_modulestatus_ : モジュールの状態</li>
|
||||||
<li>_modulegraph_<i>n</i>h_: (>=6.0) (<i>eMail</i>コマンドを使うアラートのみ)
|
<li>_moduletags_ : モジュールに関連付けられたタグ</li>
|
||||||
n で示す期間の base64 でエンコードされたモジュールグラフを返します。(例: _modulegraph_24h_) サーバとコンソールの API の設定が正しくできている必要があります。この設定は、サーバの設定ファイルで行います。 </li>
|
<li>_name_tag_ : モジュールに関連付けられたタグの名前。</li>
|
||||||
<li>_modulegraphth_<i>n</i>h_: 上記のマクロと同じですが、モジュールに定義さっれた障害および警告閾値を含みます。</li>
|
<li>_phone_tag_ : モジュールタグに関連付けられた電話番号。</li>
|
||||||
</ul>
|
<li>_plugin_parameters_ : モジュールのプラグインパラメータ</li>
|
||||||
|
<li>_policy_ : モジュールが属するポリシー名 (存在する場合)</li>
|
||||||
|
<li>_prevdata_ : アラートを発報する前のモジュールデータ</li>
|
||||||
|
<li>_server_ip_ : エージェントが割り当てられているサーバ IP。</li>
|
||||||
|
<li>_server_name_ : エージェントが割り当てられているサーバ名。 </li>
|
||||||
|
<li>_target_ip_ : モジュールの対象IPアドレス</li>
|
||||||
|
<li>_target_port_ : モジュールの対象ポート</li>
|
||||||
|
<li>_timestamp_ : アラートが発生した日時 (yy-mm-dd hh:mm:ss).</li>
|
||||||
|
<li>_timezone_: _timestamp_ で使用されるタイムゾーン名.</li>
|
||||||
<p>
|
<p>
|
||||||
例: Agent _agent_ has fired alert _alert_ with data _data_
|
例: Agent _agent_ has fired alert _alert_ with data _data_
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user