Zabbix is a commonly used open source monitoring system that provides various alert rules for system monitoring. Zabbix also supports multiple notification methods. You can configure the alert ingestion system of Log Service as a notification method in Zabbix. This way, Zabbix alerts can be ingested into Log Service. Then, the alerting system of Log Service denoises the alerts and sends alert notifications. This topic applies to Zabbix 3.2 to 4.2.

Prerequisites

Configure an alert notification method in the Zabbix console

  1. Install the notification script on the server where Zabbix is installed.
    1. View the AlertScriptsPath parameter in the Zabbix configuration file to obtain the directory in which the notification script is installed.
    2. Store the alibaba_cloud_sls.py file in the directory.
    3. Run the following command to grant the execute permission on the alibaba_cloud_sls.py file to the current user:
      chmod +x alibaba_cloud_sls.py
  2. Log on to the Zabbix console.
  3. Add a notification method named Alibaba Cloud SLS.
    1. In the top navigation bar, choose Administration > Media types.
    2. In the upper-right corner of the Media types page, click Create media type.
    3. Set the parameters and click Add.
      zabbix3.2
      The following table describes the parameters.
      Parameter Description Example
      Name The name of the notification method. Alibaba Cloud SLS
      Type The format in which alerts are ingested into Log Service. Script
      Script name The name of the notification script. alibaba_cloud_sls.py
      Script parameters The parameters of the notification script. Take note of the following instructions:
      Notice You must set the parameters in sequence based on sample values.
      • You must enter the full path of a webhook URL in the third line. The webhook URL is generated after you create an alert ingestion application in the Log Service console. For more information, see Obtain webhook URLs.

        If your Zabbix server is deployed on an Elastic Compute Service (ECS) instance, we recommend that you select the region where the ECS instance resides and use an internal endpoint that can be accessed over a LAN or virtual private cloud (VPC). You can also use the public endpoint that can be accessed over the Internet in a region.

      • You must enter the path of a log file in the fourth line.

        The alibaba_cloud_sls.py script prints the error logs to the specified log file. Make sure that the Zabbix server has the required permissions to write data to the log file.

      1. {ALERT.MESSAGE}
      2. {ALSERT.SUBJECT}
      3. http://cn-heyuan.log.aliyuncs.com/event/webhook/RAMAK_{ACCESS_KEY_ID}/zabbix
      4. /tmp/alibaba-cloud-alert/zabbix.log
  4. Create an action.
    1. In the top navigation bar, choose Configuration > Actions.
    2. In the upper-right corner of the Actions page, click Create action.
    3. On the Operation tab, set the parameters.
      Notice If the Update operations tab is displayed on the Actions page, ignore the tab.
      zabbix 3.2

      The following table describes the parameters.

      Parameter Description Example
      Default subject Set the value to firing. firing
      Default message The alert content in the JSON format.
      You can modify the value of the time_zone field and the value of the zabbix_url field based on your business requirements. You cannot modify the values of other fields.
      • time_zone: the time zone. Default value: +0800. This value indicates the UTC+8 time zone.
      • zabbix_url: the redirect link of the Zabbix console. Default value: 127.0.0.1.
      {
          "time_zone": "+0800",
          "zabbix_url": "127.0.0.1",
          "trigger_hostgroup_name": "{TRIGGER.HOSTGROUP.NAME}",
          "event_recovery_time": "{EVENT.RECOVERY.TIME}",
          "trigger_events_problem_ack": "{TRIGGER.EVENTS.PROBLEM.ACK}",
          "event_recovery_value": "{EVENT.RECOVERY.VALUE}",
          "host_ip": "{HOST.IP}",
          "trigger_state": "{TRIGGER.STATE}",
          "trigger_template_name": "{TRIGGER.TEMPLATE.NAME}",
          "event_status": "{EVENT.STATUS}",
          "event_value": "{EVENT.VALUE}",
          "event_time": "{EVENT.TIME}",
          "trigger_status": "{TRIGGER.STATUS}",
          "event_id": "{EVENT.ID}",
          "event_tags": "{EVENT.TAGS}",
          "trigger_expression": "{TRIGGER.EXPRESSION}",
          "event_date": "{EVENT.DATE}",
          "action_id": "{ACTION.ID}",
          "trigger_url": "{TRIGGER.URL}",
          "trigger_nseverity": "{TRIGGER.NSEVERITY}",
          "trigger_problem_events_problem_ack": "{TRIGGER.PROBLEM.EVENTS.PROBLEM.ACK}",
          "event_age": "{EVENT.AGE}",
          "trigger_id": "{TRIGGER.ID}",
          "action_name": "{ACTION.NAME}",
          "event_recovery_id": "{EVENT.RECOVERY.ID}",
          "trigger_events_problem_unack": "{TRIGGER.EVENTS.PROBLEM.UNACK}",
          "date": "{DATE}",
          "trigger_name": "{TRIGGER.NAME}",
          "event_ack_status": "{EVENT.ACK.STATUS}",
          "trigger_events_unack": "{TRIGGER.EVENTS.UNACK}",
          "event_recovery_date": "{EVENT.RECOVERY.DATE}",
          "trigger_problem_events_problem_unack": "{TRIGGER.PROBLEM.EVENTS.PROBLEM.UNACK}",
          "trigger_events_ack": "{TRIGGER.EVENTS.ACK}",
          "host_name": "{HOST.NAME}",
          "time": "{TIME}",
          "event_recovery_tags": "{EVENT.RECOVERY.TAGS}",
          "event_recovery_status": "{EVENT.RECOVERY.STATUS}",
          "trigger_description": "{TRIGGER.DESCRIPTION}",
          "trigger_value": "{TRIGGER.VALUE}"
      }
    4. On the Recovery operations tab, set the parameters.
      zabbix 3.2

      The following table describes the parameters.

      Parameter Description Example
      Default subject Set the value to resolved. resolved
      Default message The alert content in the JSON format.
      You can modify the value of the time_zone field and the value of the zabbix_url field based on your business requirements. You cannot modify the values of other fields.
      • time_zone: the time zone. Default value: +0800. This value indicates the UTC+8 time zone.
      • zabbix_url: the redirect link of the Zabbix console. Default value: 127.0.0.1.
      {
          "time_zone": "+0800",
          "zabbix_url": "127.0.0.1",
          "trigger_hostgroup_name": "{TRIGGER.HOSTGROUP.NAME}",
          "event_recovery_time": "{EVENT.RECOVERY.TIME}",
          "trigger_events_problem_ack": "{TRIGGER.EVENTS.PROBLEM.ACK}",
          "event_recovery_value": "{EVENT.RECOVERY.VALUE}",
          "host_ip": "{HOST.IP}",
          "trigger_state": "{TRIGGER.STATE}",
          "trigger_template_name": "{TRIGGER.TEMPLATE.NAME}",
          "event_status": "{EVENT.STATUS}",
          "event_value": "{EVENT.VALUE}",
          "event_time": "{EVENT.TIME}",
          "trigger_status": "{TRIGGER.STATUS}",
          "event_id": "{EVENT.ID}",
          "event_tags": "{EVENT.TAGS}",
          "trigger_expression": "{TRIGGER.EXPRESSION}",
          "event_date": "{EVENT.DATE}",
          "action_id": "{ACTION.ID}",
          "trigger_url": "{TRIGGER.URL}",
          "trigger_nseverity": "{TRIGGER.NSEVERITY}",
          "trigger_problem_events_problem_ack": "{TRIGGER.PROBLEM.EVENTS.PROBLEM.ACK}",
          "event_age": "{EVENT.AGE}",
          "trigger_id": "{TRIGGER.ID}",
          "action_name": "{ACTION.NAME}",
          "event_recovery_id": "{EVENT.RECOVERY.ID}",
          "trigger_events_problem_unack": "{TRIGGER.EVENTS.PROBLEM.UNACK}",
          "date": "{DATE}",
          "trigger_name": "{TRIGGER.NAME}",
          "event_ack_status": "{EVENT.ACK.STATUS}",
          "trigger_events_unack": "{TRIGGER.EVENTS.UNACK}",
          "event_recovery_date": "{EVENT.RECOVERY.DATE}",
          "trigger_problem_events_problem_unack": "{TRIGGER.PROBLEM.EVENTS.PROBLEM.UNACK}",
          "trigger_events_ack": "{TRIGGER.EVENTS.ACK}",
          "host_name": "{HOST.NAME}",
          "time": "{TIME}",
          "event_recovery_tags": "{EVENT.RECOVERY.TAGS}",
          "event_recovery_status": "{EVENT.RECOVERY.STATUS}",
          "trigger_description": "{TRIGGER.DESCRIPTION}",
          "trigger_value": "{TRIGGER.VALUE}"
      }
    5. Click Add.
  5. Configure a notification method for a specific user.
    1. In the top navigation bar, choose Administration > Users.
    2. In the user list, click the user that you want to manage.
      You can also click Create user to create a user.
    3. On the Media tab, click Add.
      You can also click Edit next to a media to modify the settings of the media.
    4. Set the Type parameter to Alibaba Cloud SLS and click Add.
      zabbix-3.2
    5. Click Update.

Alert parsing

A Zabbix alert contains more than 100 macros. For more information, see Zabbix documentation. Log Service selects only dozens of the macros to construct an alert. The following table provides examples of the macros in Zabbix alerts.

Zabbix macro name Example
{TRIGGER.ID} 19006
{TRIGGER.NAME} test used
{EVENT.VALUE} 1
{DATE} 2021.06.10
{TIME} 12:44:23
{EVENT.DATE} 2021.06.10
{EVENT.TIME} 19:23:01
{EVENT.RECOVERY.DATE} ""
{EVENT.RECOVERY.TIME} ""
{HOST.NAME} zabbix-agent
{HOST.IP} 192.0.2.0
{TRIGGER.HOSTGROUP.NAME} Linux servers
{TRIGGER.DESCRIPTION} The system is running out of free memory.
{EVENT.TAGS} Application:Memory
{TRIGGER.NSEVERITY} 2
{EVENT.ID} 1036

Field mappings

After a Zabbix alert is ingested into Log Service, the alert is converted to an alert that is supported by Log Service by using field mapping. The following table describes the mappings between the alert attributes of Log Service and the alert fields of Zabbix.

Table 1. Field mappings
Log Service Zabbix Description
aliuid None The ID of the Alibaba Cloud account to which the alert ingestion application belongs.
alert_id {TRIGGER.ID} The ID of the alert monitoring rule.
alert_type None The type of the alert. Valid value: sls_pub.
alert_name {TRIGGER.NAME} The name of the alert monitoring rule.
status {ALERT.SUBJECT} The status of the alert. Valid values: firing and resolved.
next_eval_interval None The interval at which the alert is evaluated. Valid value: 0.
alert_time None The time when the alert was last evaluated.

The value of the alert_time field is calculated based on the values of the {DATE} and {TIME} fields.

fire_time None The time when the alert is triggered for the first time.

The value of the fire_time field is calculated based on the values of the {EVENT.DATE} and {EVENT.TIME} fields.

resolve_time None The time when the alert is cleared.
  • The value is 0 if the alert status is firing.
  • The value is a specific time if the alert status is resolved. The value of the resolve_time field is calculated based on the values of the {EVENT.RECOVERY.DATE} and {EVENT.RECOVERY.TIME} fields.
labels {HOST.NAME} The labels of the alert.
If you add a label on the Enrichment tab when you create the alert ingestion application, the label is added to the labels field.
Note If the key of the specified label on the Enrichment tab is the same as a subfield in the tags field of the Zabbix alert, the label on the Enrichment tab prevails.
annotations {EVENT.TAGS} After the Zabbix alert is ingested into Log Service, the value of the {EVENT.TAGS} field is expanded into multiple key-value pairs and the key-value pairs are added to the annotations field of the corresponding Log Service alert.
  • {HOST.IP} is mapped to __host_ip__.
  • {TRIGGER.HOSTGROUP.NAME} is mapped to __host_group_name__.
  • {EVENT.AGE} is mapped to event_duration.
  • {EVENT.NAME} is mapped to title.
  • {TRIGGER.DESCRIPTION} is mapped to desc.
The following fields are also added to the annotations field of the corresponding Log Service alert:
  • __config_app__: "sls_pub_alert"
  • __pub_alert_service__: {The ID of the alert ingestion service}
  • __pub_alert_app__: {The ID of the alert ingestion application}
  • __pub_alert_protocol__: "zabbix"
  • __pub_alert_region__: {The region of the endpoint to which the alert is sent}

If you add an annotation on the Enrichment tab when you create the alert ingestion application, the annotation is added to the annotations field.

severity {TRIGGER.NSEVERITY} The severity of the alert. For more information, see Table 2.
policy None The alert policy that is specified for the alert ingestion application. For more information, see Description of the policy variable.
project None The project to which Alert Center belongs. For more information, see Project.
drill_down_query {$ZABBIX.SERVER.URL}, {TRIGGER.ID}, and {EVENT.ID} The value is a link. You can click the link to go to the alert management page of the Zabbix console.
Table 2. Alert severities
Severity in Zabbix Severity in Log Service
Not Classified report
Information low
Warning medium
Average medium
High high
Disaster critical

FAQ

How do I view operation logs?

  1. Log on to the Zabbix console.
  2. In the top navigation bar, choose Reports > Action log.