Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,27 @@ It allows for monitoring of ESXI hosts on Icinga2's side without the need to con

## Installation

Download a Release binary for your system's architecture from the [Releases](https://github.com/NETWAYS/check_vspheredb_data/releases) page.
You can install the plugin from our official package server [packages.netways.de](https://packages.netways.de).

Installation guides for the repository can be found here:

RHEL: [Plugins/EPEL](https://packages.netways.de/plugins/epel/)

Debian: [Plugins/DEB](https://packages.netways.de/plugins/debian/)

Ubuntu: [Plugins/Ubuntu](https://packages.netways.de/plugins/ubuntu/)

After that install the package via your package manager:

**RHEL:**

`sudo dnf install netways-plugins-vspheredb-data`

**Debian/Ubuntu:**

`sudo apt install netways-plugins-vspheredb-data`

Or download a Release binary for your system's architecture from the [Releases](https://github.com/NETWAYS/check_vspheredb_data/releases) page.

## Usage

Expand Down
Loading