Merge pull request #280 from jlownie/patch-3

Docs: fix typo on manual integration page 02-Manual-Integration.md
This commit is contained in:
Lord Hepipud 2021-06-04 10:40:46 +02:00 committed by GitHub
commit 61eacf6a2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Framework Usage # Framework Usage
The Icinga PowerShell Framework ships with a bunch of Cmdlets for monitoring, meassurement, analysis and Icinga Agent management. Below we have listed a collection of content to explain the general usage of certain Cmdlets and components. The Icinga PowerShell Framework ships with a bunch of Cmdlets for monitoring, measurement, analysis and Icinga Agent management. Below we have listed a collection of content to explain the general usage of certain Cmdlets and components.
## Framework Management ## Framework Management

View file

@ -79,4 +79,4 @@ object CheckCommand "Invoke-IcingaCheckCPU" {
This will call the PowerShell, execute the provided initialisation function `Use-Icinga` and afterwards execute the Check-Plugin with the provided arguments. This will call the PowerShell, execute the provided initialisation function `Use-Icinga` and afterwards execute the Check-Plugin with the provided arguments.
Unlike other PowerShell integrations, it will automaticly exit with the proper exit code - no special handling is required here. Unlike other PowerShell integrations, it will automatically exit with the proper exit code - no special handling is required here.