check_vspheredb_data
is a check plugin for checking performance data gathered by the Icingaweb2 vSphereDB module
against given thresholds written in Go. It is a rewrite of an older version written in Rust, utilizing the go-check SDK for monitoring plugins for better maintainability.
It allows for finegrained monitoring of ESXI hosts on Icinga2's side without the need to configure alerting on the vCenters' side as vSphereDB's inbuilt mechanisms do.
Download a Release binary for your system's architecture from the Releases page.
Alternatively, you can build the binary yourself using the Golang toolchain.
git clone https://github.com/NETWAYS/check_vspheredb_data --branch=v1.0.0
cd check_vspheredb_data
go build
The resulting binary check_vspheredb_data
can be found in the root directory of the repository.
The check plugin provides detailed information about available check modes (see thumbnail above). More information can be accessed by
entering check_vspheredb_data <mode> --help
.
Copyright© 2024 NETWAYS GmbH
This check plugin is distributed under the GPL-2.0 or newer license shipped with this repository in the LICENSE file.