Hi all,
I am configuring zabbix 5.2 to monitor VMware 5.1. Created new host with agent interface with "Template VM VMware" template configured Macros :
{$PASSWORD} => <my password>
{$USERNAME} => <my username>
{$URL} => https:/<MY IP>/sdk
Not getting any latest data.
With increase Debug level, getting the following on log:
End substitute_simple_macros_impl() data:'https://ip-address/sdk'
End of substitute_key_macros_impl():SUCCEED data:'vmware.eventlog[https://ip-address/sdk]'
In substitute_simple_macros_impl() data:'{$USERNAME}'
In DCget_user_macro() macro:'{$USERNAME}'
End of DCget_user_macro()
End substitute_simple_macros_impl() data:'zabbix'
In substitute_simple_macros_impl() data:'{$PASSWORD}'
In DCget_user_macro() macro:'{$PASSWORD}'
End of DCget_user_macro()
End substitute_simple_macros_impl() data:''
In get_value() key:'vmware.eventlog[{$URL}]'
In get_value_simple() key_orig:'vmware.eventlog[{$URL}]' addr:'ip-address'
In check_vcenter_eventlog()
In get_vmware_service() 'zabbix'@'https://ip-address/sdk'
In zbx_vmware_get_service() 'zabbix'@'https://ip-address/sdk'
End of zbx_vmware_get_service():FAIL
End of get_vmware_service()
nil)
In log the actual IP of VMware is changed to "ip-address".
Any idea where I am making mistake?
I am configuring zabbix 5.2 to monitor VMware 5.1. Created new host with agent interface with "Template VM VMware" template configured Macros :
{$PASSWORD} => <my password>
{$USERNAME} => <my username>
{$URL} => https:/<MY IP>/sdk
Not getting any latest data.
With increase Debug level, getting the following on log:
End substitute_simple_macros_impl() data:'https://ip-address/sdk'
End of substitute_key_macros_impl():SUCCEED data:'vmware.eventlog[https://ip-address/sdk]'
In substitute_simple_macros_impl() data:'{$USERNAME}'
In DCget_user_macro() macro:'{$USERNAME}'
End of DCget_user_macro()
End substitute_simple_macros_impl() data:'zabbix'
In substitute_simple_macros_impl() data:'{$PASSWORD}'
In DCget_user_macro() macro:'{$PASSWORD}'
End of DCget_user_macro()
End substitute_simple_macros_impl() data:''
In get_value() key:'vmware.eventlog[{$URL}]'
In get_value_simple() key_orig:'vmware.eventlog[{$URL}]' addr:'ip-address'
In check_vcenter_eventlog()
In get_vmware_service() 'zabbix'@'https://ip-address/sdk'
In zbx_vmware_get_service() 'zabbix'@'https://ip-address/sdk'
End of zbx_vmware_get_service():FAIL
End of get_vmware_service()

In log the actual IP of VMware is changed to "ip-address".
Any idea where I am making mistake?
Comment