From 858d9b93d01b8c6c1c0644aeb700c633c09ffc21 Mon Sep 17 00:00:00 2001 From: Maciej Relewicz Date: Wed, 2 Sep 2015 15:07:11 +0200 Subject: [PATCH] fix for 'Length limitation added for vip name in network roles' Change-Id: Ifb5e15c8abeb6d05f0e89f879632aa061cb79640 --- doc/content/guide.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/content/guide.rst b/doc/content/guide.rst index fdde00e..d1a3fbb 100644 --- a/doc/content/guide.rst +++ b/doc/content/guide.rst @@ -62,11 +62,11 @@ To test if everything is configured properly, follow these steps: If you don’t know the address, run the following command on any node:: - [root@node-46 ~]# grep -A2 ^zabbix_vip_management /etc/astute.yaml + [root@node-46 ~]# grep -A2 ^zbx_vip_mgmt /etc/astute.yaml You should get the required VIP in the output:: - zabbix_vip_management: + zbx_vip_mgmt: network_role: zabbix ipaddr: 192.168.0.1 @@ -117,11 +117,11 @@ parameters on your hardware: If you don’t know the address, run the following command on any node:: - [root@node-46 ~]# grep -A2 ^zabbix_vip_management /etc/astute.yaml + [root@node-46 ~]# grep -A2 ^zbx_vip_mgmt /etc/astute.yaml You should get the required VIP in the output:: - zabbix_vip_management: + zbx_vip_mgmt: network_role: zabbix ipaddr: 192.168.0.1