mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-21 07:10:15 -05:00
Merge pull request #15 from dnsmichi/patch-1
Typos & wordings in IcingaIntegration docs
This commit is contained in:
commit
2d240ff279
1 changed files with 6 additions and 6 deletions
|
|
@ -1,20 +1,20 @@
|
|||
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 configuring service-templates and services.
|
||||
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 are getting started, be aware that you will always have to use
|
||||
Before you get started, be aware that you always have to use
|
||||
|
||||
```powershell
|
||||
Use-Icinga
|
||||
```
|
||||
|
||||
before you are executing framework related Cmdlets and functions. Otherwise you might run into errors.
|
||||
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 for getting all Check-Commands configured.
|
||||
To get started, there are two ways to configure check command objects:
|
||||
|
||||
* [Automated coniguration](icingaintegration/01-DirectorBaskets.md) with Baskets
|
||||
* [Manual configuration](icingaintegration/02-Icinga2AgentExample.md) of Check-Commands
|
||||
* [Automated configuration](icingaintegration/01-DirectorBaskets.md) with Baskets
|
||||
* [Manual configuration](icingaintegration/02-Icinga2AgentExample.md) of check commands
|
||||
|
|
|
|||
Loading…
Reference in a new issue