mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-21 23:29:40 -05:00
Merge pull request #280 from jlownie/patch-3
Docs: fix typo on manual integration page 02-Manual-Integration.md
This commit is contained in:
commit
61eacf6a2d
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# 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
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue