The Director aims to be your new favourite Icinga config deployment tool. Director is designed for those who want to automate their configuration deployment and those who want to grant their “point & click” users easy access to the configuration.
Go to file
Thomas Gelf 36141c5f98 Import: validated encoding on DB error
MySQL gives useless error messages for invalid UTF8 characters and
confuses users with an 'Invalid datetime format' message.

Once storing imported data fails, the original data will now be scanned
for invalid UTF-8 characters. If such are found, a dedicated exception
with more details is thrown. Otherwise the original exception will be
forwarded

fixes #2143
2020-07-10 17:16:08 +02:00
.github ci: Let the icingabot trigger L10n updates 2020-05-27 09:20:41 +02:00
application IcingaServiceForm: use "re/deactivate" (wording) 2020-06-06 22:24:40 +02:00
contrib agent-installer: fail where it should fail 2020-06-06 19:43:14 +02:00
doc Import: validated encoding on DB error 2020-07-10 17:16:08 +02:00
library Import: validated encoding on DB error 2020-07-10 17:16:08 +02:00
public css: show more content, reduce padding 2020-06-06 23:50:14 +02:00
schema Sync: add missing migration files for sync-only 2020-01-21 20:11:52 +01:00
test Import: validated encoding on DB error 2020-07-10 17:16:08 +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
.travis.yml travis: test PHP 7.4 2019-11-28 16:27:52 +01:00
LICENSE LICENSE: add plaintext license file 2016-06-17 23:30:15 +02:00
README.md Fix wrong URL for issue tracker in README 2018-09-27 10:29:33 +02:00
configuration.php config: Allow to disable the Director UI 2019-10-31 15:45:36 +01:00
module.info module.info: 1.7.0 -> master 2019-09-30 11:45:37 +02:00
phpcs.xml testing: Move PHP_CodeSniffer settings to XML file 2017-09-28 15:12:06 +02:00
phpunit.xml tests: refactor bootstrapping, initial Gitlab-CI.. 2016-11-03 02:50:39 +01:00
register-hooks.php PropertyModifier: convert binary UUID to HEX 2020-06-06 23:22:01 +02:00
run-missingdeps.php run: check module dependencies 2019-09-11 22:34:48 +02:00
run-php5.3.php run: require PHP 5.6, move/modernize hooks 2019-09-19 16:49:27 +02:00
run.php run: require PHP 5.6, move/modernize hooks 2019-09-19 16:49:27 +02:00

README.md

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