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
|CriticalBytes| String | false || Used to specify a Critical threshold. In this case an string value. The string has to be like, "20B", "20KB", "20MB", "20GB", "20TB", "20TB" |
18
-
|WarningBytes| String | false || Used to specify a Warning threshold. In this case an string value. The string has to be like, "20B", "20KB", "20MB", "20GB", "20TB", "20TB" |
17
+
|Critical| String | false || Used to specify a Critical threshold. In this case an string value. The string has to be like, "20B", "20KB", "20MB", "20GB", "20TB", "20PB" |
18
+
|Warning| String | false || Used to specify a Warning threshold. In this case an string value. The string has to be like, "20B", "20KB", "20MB", "20GB", "20TB", "20PB" |
19
19
| CriticalPercent | Object | false || Used to specify a Critical threshold. In this case an integer value. Like 30 for 30%. If memory usage is below 30%, the check will return CRITICAL. |
[WARNING] Check package "System Uptime: 22d 16h 42m 35s" - [WARNING] System Uptime\_ [WARNING] System Uptime: Value "1960955.28s" is lower than threshold "2160000s"| 'system_uptime'=1960955.28s;2160000:;1
Copy file name to clipboardExpand all lines: doc/plugins/14-Invoke-IcingaCheckUsedPartitionSpace.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ More Information on https://github.com/Icinga/icinga-powershell-plugins
15
15
| --- | --- | --- | --- | --- |
16
16
| Warning | Object | false || Used to specify a Warning threshold. In this case an integer value. |
17
17
| Critical | Object | false || Used to specify a Critical threshold. In this case an integer value. |
18
-
| Include | Array | false | @() | Used to specify an array of partitions to be included. e.g. 'C:\','D:\'|
18
+
| Include | Array | false | @() | Used to specify an array of partitions to be included. If not set, the check expects that all not excluded partitions should be checked. e.g. 'C:\','D:\'|
19
19
| Exclude | Array | false | @() | Used to specify an array of partitions to be excluded. e.g. 'C:\','D:\'|
0 commit comments