mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-20 23:00:35 -05:00
878 B
878 B
Icinga Integration
Once you followed the Installation Guide 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.
Before you get started, be aware that you always have to use
Use-Icinga
before you can execute framework related Cmdlets and functions. Otherwise you might run into errors.
Configuring Check-Commands
To get started, there are two ways to configure check command objects:
- Automated configuration with Baskets
- Manual configuration of check commands
- Using PowerShell Arrays in Icinga
- Windows Terminal Integration