Icinga Director - Configuration graphique (ESSENTIEL)
Find a file
Eric Lippmann 5fc103ffc3
Some checks are pending
L10n Update / update (push) Waiting to run
PHP Tests / Static analysis for php 7.2 on ubuntu-latest (push) Waiting to run
PHP Tests / Static analysis for php 7.3 on ubuntu-latest (push) Waiting to run
PHP Tests / Static analysis for php 7.4 on ubuntu-latest (push) Waiting to run
PHP Tests / Static analysis for php 8.0 on ubuntu-latest (push) Waiting to run
PHP Tests / Static analysis for php 8.1 on ubuntu-latest (push) Waiting to run
PHP Tests / Static analysis for php 8.2 on ubuntu-latest (push) Waiting to run
PHP Tests / Static analysis for php 8.3 on ubuntu-latest (push) Waiting to run
PHP Tests / Unit tests with php 8.2 on ubuntu-latest (push) Waiting to run
PHP Tests / Unit tests with php 8.3 on ubuntu-latest (push) Waiting to run
Adapt to react/promise v3 and react/event-loop v1.6 (#3043)
Adapt the `react/promise` integration for v3 by replacing the removed
`ExtendedPromiseInterface`, passing the required settlement arguments, and using
`catch()` and `finally()` instead of the removed aliases.

Drop the unreachable `FinishedProcessState` catch handler: v3 only catches
`Throwable`, and `IcingaCli` already rejects with an exception that wraps the
process state reason.

Adapt the `react/event-loop` integration for v1.6 by replacing the deprecated
`Factory::create()` call with `Loop::get()`.
2026-04-30 15:31:28 +02:00
.github Lint PHP with phpcs version 3.x 2026-02-05 10:18:13 +01:00
application Replace Factory::create() with Loop::get() 2026-04-30 15:11:16 +02:00
contrib director-jobs.service: remove, obsolete since 1.7 2020-11-28 18:18:12 +01:00
doc Release version 1.11.8 2026-04-01 11:17:18 +02:00
library/Director Remove dead FinishedProcessState catch handler 2026-04-30 15:11:16 +02:00
public Avoid inline css style 2024-01-19 15:17:41 +01:00
schema mysql: Update varvalue column in icinga_host_var table to MEDIUMTEXT 2026-02-05 10:34:26 +01:00
test Remove dependency checker 2026-04-09 08:58:07 +02:00
.gitignore testing: Move vendor installation to script 2017-09-28 15:12:06 +02:00
.gitlab-ci.yml gitlab: verbose output 2017-08-28 06:09:27 +02:00
configuration.php configuration.php: Only provide monitoring/icingadb permissions/restrictions if module exists 2024-01-16 09:51:47 +01:00
LICENSE LICENSE: add plaintext license file 2016-06-17 23:30:15 +02:00
module.info Release version 1.11.8 2026-04-01 11:17:18 +02:00
phpcs.xml Remove compatibility check for PHP legacy 2026-04-09 08:58:09 +02:00
phpstan-baseline.neon Remove locales 2026-03-30 11:33:11 +02:00
phpstan.neon phpstan: Scan all available modules 2024-02-05 16:05:24 +01:00
phpunit.xml phpunit: remove obsolete (and removed) parameter 2021-07-13 11:05:25 +02:00
README.md README: remove travis 2022-02-17 16:40:49 +01:00
register-hooks.php Add import source property modifier to cast int to string (#3047) 2026-03-26 15:06:18 +01:00
run.php Remove compatibility check for PHP legacy 2026-04-09 08:58:09 +02:00

Icinga Director

Icinga Director has been designed to make Icinga 2 configuration handling easy. It tries to target two main audiences:

  • Users with the desire to completely automate their datacenter
  • Sysops willing to grant their "point & click" users a lot of flexibility

What makes Icinga Director so special is the fact that it tries to target both of them at once.

Icinga Director

Read more about Icinga Director in our Introduction section. Afterwards, you should be ready for getting started.

Documentation

Please have a look at our Installation instructions and our hints for how to apply Upgrades. We love automation and in case you also do so, the Automation chapter could be worth a read. When upgrading, you should also have a look at our Changelog.

You could be interested in understanding how the Director works internally. Working with agents is a topic that affects many Icinga administrators. Other interesting entry points might be Import and Synchronization, our CLI interface, the REST API and last but not least our FAQ.

A complete list of all our documentation can be found in the doc directory.

Contributing

Icinga Director is an Open Source project and lives from your contributions. No matter whether these are feature requests, issues, translations, documentation or code.

Addons

The following are to be considered community-supported modules, as they are not supported by the Icinga Team. At least not yet. But please give them a try if they fit your needs. They are being used in productive environments:

  • AWS - Amazon Web Services: provides an Import Source for Autoscaling Groups on AWS
  • File-Shipper: allows Director to ship additional config files with manual config with its deployments
  • PuppetDB: provides an Import Source dealing with your PuppetDB
  • vSphere: VMware vSphere Import Source for Virtual Machines and Host Systems