├── LICENSE ├── README.md ├── config.py ├── requirement.txt ├── screenshots ├── esxi.png └── vm.png └── vsphere-monitor.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freedomkk-qfeng/vsphere-monitor/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freedomkk-qfeng/vsphere-monitor/HEAD/README.md -------------------------------------------------------------------------------- /config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freedomkk-qfeng/vsphere-monitor/HEAD/config.py -------------------------------------------------------------------------------- /requirement.txt: -------------------------------------------------------------------------------- 1 | pyvmomi 2 | requests 3 | -------------------------------------------------------------------------------- /screenshots/esxi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freedomkk-qfeng/vsphere-monitor/HEAD/screenshots/esxi.png -------------------------------------------------------------------------------- /screenshots/vm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freedomkk-qfeng/vsphere-monitor/HEAD/screenshots/vm.png -------------------------------------------------------------------------------- /vsphere-monitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freedomkk-qfeng/vsphere-monitor/HEAD/vsphere-monitor.py --------------------------------------------------------------------------------