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 1f983ae6f4 README.md: fix newline 2015-06-01 15:11:26 +02:00
application show/activitylog: first simple visualization 2015-06-01 14:33:07 +02:00
library/Director show/activitylog: first simple visualization 2015-06-01 14:33:07 +02:00
public/css show/activitylog: first simple visualization 2015-06-01 14:33:07 +02:00
schema schema/mysql.sql: fix typo 2015-06-01 15:11:06 +02:00
.gitignore Add .gitignore file to the project 2015-04-24 16:57:54 +02:00
README.md README.md: fix newline 2015-06-01 15:11:26 +02:00
configuration.php Menu: add 'Activity Log' 2015-06-01 12:43:41 +02:00
module.info module.info: fix typo 2015-04-21 14:29:11 +02:00

README.md

Icinga Director

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

Installation

Create Icinga Director database

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

mysql director < schema/mysql.sql