Skip to content
lgeeklee edited this page Jun 21, 2014 · 19 revisions

pyvinga wiki

Introduction

This plug-in allows you to monitor your vSphere environment from Icinga. It allows you to connect to individual ESXi hosts or centralised vCenter servers.

Example setup on Icinga 1: Host Group Service Grid Host Group Service Grid

Road Map

The planned enhancements can be found here

Using this plug-in

There are two methods for configuring this plug-in on each Icinga version

Before you begin

Install the pyVmomi library using pip.

$ sudo pip install pyvmomi

Icinga 1

  1. Using the pyvinga.py script in isolation and manually configuring everything
  2. Using the vi_setup.py script in the icinga1-setup directory to have a scripted configuration.

Icinga 2

  1. Using the pyvinga.py script in isolation and manually configuring everything [Not Started]
  2. Use the script supplied in the icinga2-setup directory [Not Started]
Clone this wiki locally