Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions doc/01-Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Requirements

* Icinga Web 2 (>= 2.10)
* PHP (>= 7.4 or 8.x - 64bit only)
* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) ≥ 0.19.2
* [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) ≥ 0.15.3
* php-soap
* php-pcntl (might already be built into your PHP binary)
* php-posix (on RHEL/CentOS this is php-process, or rh-php7x-php-process)
Expand Down
2 changes: 2 additions & 0 deletions module.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Name: vSphereDB
Version: main
Depends: incubator (>=0.23.0)
Requires:
Libraries: icinga-php-library (>=0.19.2), icinga-php-thirdparty (>=0.15.3)
Description: Icinga vSphere® Integration
This module replicates your most important vCenter configuration items. It
provides a fast, lightweight (read-only) frontend and highlights potential
Expand Down
Loading