Zabbix monitors Esxi and zabbix monitors esxi
1. Download Template
Http://www.zabbix.org/wiki/Zabbix_Templates
The ESXI version is 6.0, but the template is only 5.
Ii. Add a template
Configuration ---> template ---> Load
3. Create a host Group
Configuration --- Host group --- create host Group
4. Add hosts
Configuration --- host --- create host
Select SNMP interface
Configure macros
5. Add a host to the template
Configuration ---> Template snmp OS ESXi
Vi. ESXi Server Configuration
Start the ssh service
Select the server to be enabled --- configuration --- Security Configuration File --- properties:
7. Enable SNMP
Run on ESXI Server
Esxcli system snmp set -- communities publicesxcli system snmp set -- enable true
The first community name used to set SNMP is public.
The second is used to enable the SNMP server.
8. Install vmtools
After the configuration is complete, all the VMS on esxi are not running. You need to install vmware-tools
The name is displayed in disorder because it contains Chinese characters.
Virtual Machine --- summary --- open the Console
Select a virtual machine
Virtual Machine --- client --- install vmware tools
Log on to the client
Mount-o loop/dev/cdrom/mntcp/mnt/VMwareTools-10.0.6-3560309.tar.gz/usr/local/src/cd/usr/local/src/tar-zxvf VMwareTools-10.0.6-3560309.tar.gz cd vmware-tools-distrib/. /vmware-install.pl all the way after the default installation is complete, zabbix monitoring returns to normal