ports/net/icinga/web2-module-director/pkg
2023-08-16 22:26:55 +00:00
..
DESCR SecBSD's official ports repository 2023-08-16 22:26:55 +00:00
icingadirector.rc SecBSD's official ports repository 2023-08-16 22:26:55 +00:00
PLIST SecBSD's official ports repository 2023-08-16 22:26:55 +00:00
README SecBSD's official ports repository 2023-08-16 22:26:55 +00:00

+-------------------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-------------------------------------------------------------------------------

To use this module, assuming you already have a basic Icinga Web 2
configuration, first you should enable the required modules:

  # ${PREFIX}/icinga-web2/bin/icingacli module enable incubator; \
    ${PREFIX}/icinga-web2/bin/icingacli module enable director

You should have a list something like this:

  # ${PREFIX}/icinga-web2/bin/icingacli module list

    MODULE         VERSION   STATE     DESCRIPTION
    director       1.9.0     enabled   Director - Config tool for Icinga 2
    incubator      0.13.0    enabled   Incubator provides bleeding-edge libraries
    monitoring     2.10.0    enabled   Icinga monitoring module

Then follow the instructions in the main Director documentation
(https://github.com/Icinga/icingaweb2-module-director/tree/master/doc)
to add the new database, create the database resource in Icinga Web 2,
and configure the director.

The Director daemon needs to be running in order that configurations can
be deployed. An rc.d(8) script is provided, /etc/rc.d/icingadirector.
If it fails to start, try running it manually ("doas -u _icingadirector
icingacli director daemon run") and look for errors. If you see messages
relating to SIGxxx, confirm that you have enabled the pcntl module in
your PHP configuration.