2019-10-21 09:18:51 -04:00
Icinga Integration
===
2019-10-22 04:02:23 -04:00
Once you followed the [Installation Guide ](02-Installation.md ) you are ready to start the integration into Icinga 2. This will allow you to configure your Check-Commands and start using them inside service templates and services.
2019-10-21 09:18:51 -04:00
2019-10-22 04:02:23 -04:00
Before you get started, be aware that you always have to use
2019-10-21 09:18:51 -04:00
```powershell
Use-Icinga
```
2019-10-22 04:02:23 -04:00
before you can execute framework related Cmdlets and functions. Otherwise you might run into errors.
2019-10-21 09:18:51 -04:00
Configuring Check-Commands
---
2019-10-22 04:02:23 -04:00
To get started, there are two ways to configure check command objects:
2019-10-21 09:18:51 -04:00
2020-11-20 13:52:32 -05:00
* [Automated Icinga Director configuration ](icingaintegration/01-Director-Baskets.md ) with Baskets
* [Automated Icinga 2 configuration ](icingaintegration/04-Icinga-Config.md ) with plain Icinga config
2019-11-04 09:53:05 -05:00
* [Manual configuration ](icingaintegration/02-Manual-Integration.md ) of check commands
2020-08-28 09:24:48 -04:00
* [Using PowerShell Arrays in Icinga ](icingaintegration/03-PowerShell-Arrays.md )
* [Windows Terminal Integration ](icingaintegration/50-Windows-Terminal.md )