Icinga / icingaweb2-module-vspheredb

The easiest way to monitor a VMware vSphere environment.
https://icinga.com/docs/vsphere/latest
GNU General Public License v2.0
100 stars 34 forks source link

How to run vspheredb module in containerized environment #532

Open alamp1360 opened 1 year ago

alamp1360 commented 1 year ago

My Icinga setup consist of various containers:

They all communicate via an overlay network in a docker swarm setup.

As far as i understand, vsphereDB integrates into IcingaWeb as a module and has no relations to Icinga. So it should be possible to add the module into my IcingaWeb container without too much issues.

But a few questions arise:

Thank you!

alamp1360 commented 1 year ago

Answering to my own issue: I added the nrpe daemon into the icingaweb2 container and added the check_nrpe plugin to the icinga2 container. Now i am able to run checks from icinga to icingaweb2/vsphereDB plugin using nrpe.

adn77 commented 6 months ago

https://github.com/lippserd/docker-compose-icinga/issues/35#issuecomment-1220435029

This is what I use, I just run the check in the vSphereDB container.