mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 00:34:05 +02:00
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
Languages
PHP
92.1%
PowerShell
5.4%
Less
1.2%
JavaScript
1%
Shell
0.3%