mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-21 07:10:15 -05:00
Adds native support for writing Icinga 2 configuration for plugins and allows to easy publish new configurations for modules with the new Cmdlet Publish-IcingaPluginConfiguration
23 lines
No EOL
995 B
Markdown
23 lines
No EOL
995 B
Markdown
Icinga Integration
|
|
===
|
|
|
|
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.
|
|
|
|
Before you get started, be aware that you always have to use
|
|
|
|
```powershell
|
|
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 Icinga Director configuration](icingaintegration/01-Director-Baskets.md) with Baskets
|
|
* [Automated Icinga 2 configuration](icingaintegration/04-Icinga-Config.md) with plain Icinga config
|
|
* [Manual configuration](icingaintegration/02-Manual-Integration.md) of check commands
|
|
* [Using PowerShell Arrays in Icinga](icingaintegration/03-PowerShell-Arrays.md)
|
|
* [Windows Terminal Integration](icingaintegration/50-Windows-Terminal.md) |