Skip to content

Commit fa8f31b

Browse files
authored
Update 02-New-IcingaCheckPackage.md
1 parent 83c9d60 commit fa8f31b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/developerguide/02-New-IcingaCheckPackage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Below you will find a list of functions and detailed descriptions including use
66
| --- | --- | --- |
77
| Cmdlet | PowerShell Object | Check Object containing other check objects |
88

9-
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`
9+
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`
1010

1111
It will be used like in this example:
1212

0 commit comments

Comments
 (0)