From 0e37bba24f59cc69a79e117e800486d1d9b46f47 Mon Sep 17 00:00:00 2001 From: Wei-Chin Call Date: Sun, 30 Jul 2023 23:51:48 -0700 Subject: [PATCH] Update index.md to correct the ordered list numbers. (#2685) # What this PR does ## Which issue(s) this PR fixes ## Checklist - [ ] Unit, integration, and e2e (if applicable) tests updated - [ ] Documentation added (or `pr:no public docs` PR label added if not required) - [ ] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not required) --- docs/sources/integrations/zabbix/index.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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**.