fix for 'Length limitation added for vip name in network roles'
Change-Id: I307680d2b03f387009a463a9d9294fd267c089f5
This commit is contained in:
parent
4961ae9721
commit
9aecc21046
@ -23,7 +23,7 @@ class plugin_zabbix_snmptrapd {
|
|||||||
$plugin_settings = hiera('zabbix_snmptrapd')
|
$plugin_settings = hiera('zabbix_snmptrapd')
|
||||||
|
|
||||||
$network_metadata = hiera('network_metadata')
|
$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'
|
$server_port = '162'
|
||||||
|
|
||||||
class { 'snmp':
|
class { 'snmp':
|
||||||
|
@ -59,11 +59,11 @@ To test if everything is installed and configured properly, follow these steps:
|
|||||||
|
|
||||||
If you don’t know the address, run the following command on any node::
|
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::
|
You should get the required VIP in the output::
|
||||||
|
|
||||||
zabbix_vip_management:
|
zbx_vip_mgmt:
|
||||||
network_role: zabbix
|
network_role: zabbix
|
||||||
ipaddr: 192.168.0.1
|
ipaddr: 192.168.0.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user