Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 435 Bytes

template_esxi_config.md

File metadata and controls

20 lines (15 loc) · 435 Bytes

ESXi/VMWare Template

The ESXi template uses snmp, so ESXi must have SNMP configured correctly. You can use ESXCLI commands directly on tge host using the ESXi Shell or via ssh.

esxcli system snmp set --port port
esxcli system snmp set --community community
esxcli system snmp set --enable true

You can display actual SNMP settings

esxcli system snmp get

Copyright (c) 2004-2024 The Cacti Group