1
0
Fork
You've already forked check_vsphere
0
A monitoring check plugin for naemon/nagios/icinga/sensu to check various things over the vsphere api.
  • Python 91.1%
  • Perl 5.7%
  • Shell 2.5%
  • Makefile 0.7%
datamuc c66dd5aa18
Merge pull request #37 from jstark1/vmtools_upgrade
Check vmtools upgrade status and format output
2025年11月14日 09:55:58 +01:00
.devcontainer add .devcontainer config 2023年05月02日 11:26:00 +00:00
.github/workflows update workflow 2024年04月11日 09:41:54 +02:00
checkvsphere revert also separator_all to display also warning messages in critical state 2025年11月13日 13:27:00 +01:00
docs update docs 2025年05月26日 16:12:19 +02:00
stuff implement vsan --cache 2023年04月03日 17:12:45 +02:00
.ctrlpignore .ctrlpignore 2022年12月02日 10:54:05 +01:00
.gitignore 0.1a4 2023年01月25日 13:54:09 +01:00
.pre-commit-config.yaml implement maintenance mode in host-runtime command 2023年02月15日 15:23:26 +01:00
CHANGES.md tested with pyVmomi 9 2025年06月18日 11:17:15 +02:00
LICENSE WIP 2022年07月12日 15:45:12 +02:00
LICENSE-VMWARE WIP 2022年03月25日 09:33:03 +01:00
Makefile v0.3.14 2025年01月10日 14:44:27 +01:00
pyproject.toml update version 2025年09月16日 14:47:05 +02:00
README.md typo in README 2024年06月14日 12:55:12 +02:00
test.sh add test.sh 2023年12月14日 09:49:32 +01:00

About

This is a monitoring plugin for naemon, icinga, nagios like systems. It is meant as a successor of check_vmware_esx. check_vmware_esx is written Perl but VMWareTM has dropped support for the Perl SDK. So this plugin is written in Python using pyVmomi.

Features

The plugin has modes to check various aspects of these components:

  • datastores
  • host-runtime
  • host-service
  • host-storage
  • host-nic
  • snapshots
  • vsan

Check the Documentation for further details.

Installation

pip install checkvsphere

LICENSE

If not stated otherwise in a source file everything is licensed under GNU AFFERO GENERAL PUBLIC LICENSE Version 3.

See also the LICENSE file.