+-----------------------------------------------------------------------
| Running icinga2 on OpenBSD
+-----------------------------------------------------------------------

Getting Started
===============

The following information only includes notes specific to use on OpenBSD.
Use them in conjunction with the main Icinga 2 documentation available
in /usr/local/share/doc/icinga2/markdown or online at
https://icinga.com/docs/icinga-2/latest/.

The included sample configuration carries out some simple checks
on the local machine; these should work as-is.

You may check your configuration file format before starting Icinga:

   # su -m _icinga -c "/usr/local/sbin/icinga2 daemon -C"

This will parse all configuration files and warn about any problems
which have been identified.

Enable icinga2 at boot and start it as usual:

   # rcctl enable icinga2
   # rcctl start icinga2

Web User Interface
------------------
The optional Icinga Web 2 user interface can be installed separately,

   # pkg_add icinga-web2

Consult the upstream documentation and the separate pkg-readme for
Icinga Web 2.

Upgrading from previous versions
================================

Follow the main documentation in /usr/local/share/doc/icinga2/markdown/.
