You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/31-Changelog.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,10 @@ Released closed milestones can be found on [GitHub](https://github.com/Icinga/ic
11
11
12
12
[Issue and PRs](https://github.com/Icinga/icinga-powershell-framework/milestone/10?closed=1)
13
13
14
+
### Enhancements
15
+
16
+
*[#136](https://github.com/Icinga/icinga-powershell-framework/pull/136) Adds support to ignore empty check packages and return `Ok` instead of `Unknown` if `-IgnoreEmptyPackage` is set on `New-IcingaCheckPackage`
17
+
14
18
### Bugfixes
15
19
16
20
*[#127](https://github.com/Icinga/icinga-powershell-framework/issues/127) Fixes wrong error message on failed MSSQL connection due to database not reachable by using `-IntegratedSecurity`
| Name | String | * | The unique name of each package within a plugin. Will be displayed in the check output. |
23
-
| OperatorAnd | Switch || Every added check/package requires to return Ok for this package to be Ok |
24
-
| OperatorOr | Switch || One added check/package requires to return Ok for this package to be Ok |
25
-
| OperatorNone | Switch || None of added check/package has to return Ok for this package to be Ok |
26
-
| OperatorMin | Int || Minimum of `n` added checks/packages requires to return Ok for this package to be Ok |
27
-
| OperatorMax | Int || Maximum of `n` added checks/packages requires to return Ok for this package to be Ok |
28
-
| Checks | Array || Array of checks to be added to the check package |
29
-
| Verbose | int || Defines the level of output detail from 0 lowest to 3 highest detail |
30
-
|Hidden | Switch|| If set, the check package doesn't generate output |
31
-
19
+
| Argument | Input| Mandatory | Description |
20
+
| --- | ---| --- | --- |
21
+
| Name | String | * | The unique name of each package within a plugin. Will be displayed in the check output. |
22
+
| OperatorAnd | Switch || Every added check/package requires to return Ok for this package to be Ok |
23
+
| OperatorOr | Switch || One added check/package requires to return Ok for this package to be Ok |
24
+
| OperatorNone | Switch || None of added check/package has to return Ok for this package to be Ok |
25
+
| OperatorMin | Int || Minimum of `n` added checks/packages requires to return Ok for this package to be Ok |
26
+
| OperatorMax | Int || Maximum of `n` added checks/packages requires to return Ok for this package to be Ok |
27
+
| Checks | Array || Array of checks to be added to the check package |
28
+
| Verbose | int || Defines the level of output detail from 0 lowest to 3 highest detail |
29
+
| IgnoreEmptyPackage | Switch| | By default a check package will return `Unknown` in case no checks are assigned. Setting this argument will ignore this and return `Ok` instead
30
+
| Hidden | Switch || If set, the check package doesn't generate output |
0 commit comments