From e6c59ada728f61274d29410f24c8d1e190c7dfa2 Mon Sep 17 00:00:00 2001 From: Maciej Relewicz Date: Wed, 2 Sep 2015 15:06:09 +0200 Subject: [PATCH] fix for 'Length limitation added for vip name in network roles' Change-Id: Ic8b87f45fc22f44f7abe8926b060cd2914973917 --- 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 c1d9bc6..d78cc5b 100644 --- a/doc/content/guide.rst +++ b/doc/content/guide.rst @@ -61,11 +61,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 @@ -115,11 +115,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