Skip to content

Commit

Permalink
Update 02-New-IcingaCheckPackage.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Crited authored Nov 4, 2019
1 parent 83c9d60 commit fa8f31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/developerguide/02-New-IcingaCheckPackage.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Below you will find a list of functions and detailed descriptions including use
| --- | --- | --- |
| Cmdlet | PowerShell Object | Check Object containing other check objects |

The `IcingaCheckPackage` is the first step to take to write more advanced checks. A `IcingaCheckPackage` offers the possibility to build a check containing varius `IcingaChecks`. Just like the `IcingaCheck`, the `IcingaCheckPackage` also provides a bunch of internal commands within the PowerShell Object to analyse a value and get the Icinga result `Ok`, `Warning`, `Critical` including performance metrics. In this case the result is based on the result of the logical connection between added `IcingaChecks` within the `IcingaCheckPackage`
The `IcingaCheckPackage` is the first step to take to write more advanced checks. A `IcingaCheckPackage` offers the possibility to build a check containing varius `IcingaChecks`. Just like the `IcingaCheck`, the `IcingaCheckPackage` also provides a bunch of internal commands within the PowerShell Object to analyse a value and get the Icinga result `Ok`, `Warning`, `Critical`. In this case the result of the check package is based on the result of the logical conjunction between added `IcingaChecks` within the `IcingaCheckPackage`

It will be used like in this example:

Expand Down

0 comments on commit fa8f31b

Please sign in to comment.