fix for 'Length limitation added for vip name in network roles'

Change-Id: I307680d2b03f387009a463a9d9294fd267c089f5
This commit is contained in:
Maciej Relewicz 2015-09-02 15:07:42 +02:00
parent 4961ae9721
commit 9aecc21046
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ class plugin_zabbix_snmptrapd {
$plugin_settings = hiera('zabbix_snmptrapd')
$network_metadata = hiera('network_metadata')
$server_ip = $network_metadata['vips']['zabbix_vip_management']['ipaddr']
$server_ip = $network_metadata['vips']['zbx_vip_mgmt']['ipaddr']
$server_port = '162'
class { 'snmp':

View File

@ -59,11 +59,11 @@ To test if everything is installed and configured properly, follow these steps:
If you dont 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