I've faced a problem while I'm trying to monitor ESXi 6.0. After configuration I don't get any information.
In server logs I get:
The same info I have if I move cursor on Discovery rules -> Info(below).

My configuraton looks like:
ESXi:
Created user with ReadOnly permissions( I've successfully logged in with params to ESXi)
SNMP is enabled(SNMP Community configued too) and running on ESXi
Firewall on ESXi for SNMP opened for zabbix server
snmpwalk from zabbix server to ESXi: snmpwalk -v1 -c community ip_host successfully run
Zabbix conf:
On my ESXi host I have 12 machines, so parameter:
StartVMwareCollectors=13
Hostname: HV1
Templates: Template VM VMware
Macros:
{$URL} = http://ip_host/sdk
{$USERNAME} = user
{$PASSWORD} = pass
{$UUID} = value after command "vim-cmd hostsvc/hostsummary | grep uuid"(but also I've tried to configure without this param)
May be somebody had the same problem or have any mind, I'd be grateful
In server logs I get:
Code:
30679:20180807:071812.747 item "HV1:vmware.eventlog[{$URL}]" became not supported: The session is not authenticated.
30680:20180807:080308.755 item "HV1:vmware.cluster.discovery[{$URL}]" became not supported: The session is not authenticated.
30680:20180807:080308.755 item "HV1:vmware.hv.discovery[{$URL}]" became not supported: The session is not authenticated.
30682:20180807:080309.749 item "HV1:vmware.vm.discovery[{$URL}]" became not supported: The session is not authenticated.
30681:20180807:080312.756 item "HV1:vmware.fullname[{$URL}]" became not supported: The session is not authenticated.
30682:20180807:080313.756 item "HV1:vmware.version[{$URL}]" became not supported: The session is not authenticated.
My configuraton looks like:
ESXi:
Created user with ReadOnly permissions( I've successfully logged in with params to ESXi)
SNMP is enabled(SNMP Community configued too) and running on ESXi
Firewall on ESXi for SNMP opened for zabbix server
snmpwalk from zabbix server to ESXi: snmpwalk -v1 -c community ip_host successfully run
Zabbix conf:
On my ESXi host I have 12 machines, so parameter:
StartVMwareCollectors=13
Hostname: HV1
Templates: Template VM VMware
Macros:
{$URL} = http://ip_host/sdk
{$USERNAME} = user
{$PASSWORD} = pass
{$UUID} = value after command "vim-cmd hostsvc/hostsummary | grep uuid"(but also I've tried to configure without this param)
May be somebody had the same problem or have any mind, I'd be grateful
Comment