Search found 1 match
- Thu Mar 26, 2026 12:44 pm
- Forum: Nagios XI
- Topic: monitor the ESX / ESXi host
- Replies: 7
- Views: 2248
Re: monitor the ESX / ESXi host
This usually happens when the wizard is checking a different Python environment than the one where pyvmomi is installed. Even though pip show looks fine, XI often uses its own Python path. Try installing it explicitly with the same interpreter XI uses, for example: /usr/bin/python3 -m pip install py...