diff --git a/docs/sources/integrations/zabbix/index.md b/docs/sources/integrations/zabbix/index.md index 38714a68..3f1d7f52 100644 --- a/docs/sources/integrations/zabbix/index.md +++ b/docs/sources/integrations/zabbix/index.md @@ -39,13 +39,13 @@ This integration is available for Grafana Cloud OnCall. You must have an Admin r -d zabbix/zabbix-appliance:latest ``` -1. Establish an ssh connection to a Zabbix server. +2. Establish an ssh connection to a Zabbix server. ```bash docker exec -it zabbix-appliance bash ``` -1. Place the [grafana_oncall.sh](#grafana_oncallsh-script) script in the `AlertScriptsPath` directory specified within +3. Place the [grafana_oncall.sh](#grafana_oncallsh-script) script in the `AlertScriptsPath` directory specified within the Zabbix server configuration file (zabbix_server.conf). ```bash @@ -66,10 +66,10 @@ Within Zabbix web interface, do the following: 1. In a browser, open localhost:80. -1. Navigate to **Adminitstration > Media Types > Create Media Type**. +2. Navigate to **Adminitstration > Media Types > Create Media Type**. -1. Create a Media Type with the following fields. +3. Create a Media Type with the following fields. - Name: Grafana OnCall - Type: script @@ -86,13 +86,13 @@ To send alerts to Grafana OnCall, the {ALERT.SEND_TO} value must be set in the [ 1. In the web UI, navigate to **Administration > Users** and open the **user properties** form. -1. In the **Media** tab, click **Add** and copy the link from Grafana OnCall in the `Send to` field. +2. In the **Media** tab, click **Add** and copy the link from Grafana OnCall in the `Send to` field. -1. Click **Test** in the last column to send a test alert to Grafana OnCall. +3. Click **Test** in the last column to send a test alert to Grafana OnCall. -1. Specify **Send to** OnCall using the unique integration URL from the above step in the testing window that opens. +4. Specify **Send to** OnCall using the unique integration URL from the above step in the testing window that opens. Create a test message with a body and optional subject and click **Test**.