Icinga Director

This is going to be the new Icinga 2 config tool. Not for productional use. YET.

Installation

Create Icinga Director database

mysql -e "CREATE DATABASE director2;
   GRANT SELECT, INSERT, UPDATE, DELETE ON director.* TO director@localhost
   IDENTIFIED BY 'some-password';"

mysql director < schema/mysql.sql
Description
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.
Readme GPL-2.0 18 MiB
Languages
PHP 92.1%
PowerShell 5.4%
Less 1.2%
JavaScript 1%
Shell 0.3%