From 02675223ecd351b78845063b3e55bb27cd989553 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Fri, 5 Aug 2022 13:50:03 +0100 Subject: [PATCH] Alerting: Remove mention of host name from Alerting HA docs (#53178) (#53345) (cherry picked from commit 4090e122f81c380eccb020c399a2436c47a42547) Co-authored-by: Yuriy Tseretyan --- docs/sources/setup-grafana/configure-grafana/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/setup-grafana/configure-grafana/_index.md b/docs/sources/setup-grafana/configure-grafana/_index.md index 740c4a44a5f..fb65099f760 100644 --- a/docs/sources/setup-grafana/configure-grafana/_index.md +++ b/docs/sources/setup-grafana/configure-grafana/_index.md @@ -1232,11 +1232,11 @@ The interval string is a possibly signed sequence of decimal numbers, followed b ### ha_listen_address -Listen address/hostname and port to receive unified alerting messages for other Grafana instances. The port is used for both TCP and UDP. It is assumed other Grafana instances are also running on the same port. The default value is `0.0.0.0:9094`. +Listen IP address and port to receive unified alerting messages for other Grafana instances. The port is used for both TCP and UDP. It is assumed other Grafana instances are also running on the same port. The default value is `0.0.0.0:9094`. ### ha_advertise_address -Explicit address/hostname and port to advertise other Grafana instances. The port is used for both TCP and UDP. +Explicit IP address and port to advertise other Grafana instances. The port is used for both TCP and UDP. ### ha_peers