diff --git a/doc/plugins/02-Invoke-IcingaCheckCertificate.md b/doc/plugins/02-Invoke-IcingaCheckCertificate.md index 787ff21a..a2ecd826 100644 --- a/doc/plugins/02-Invoke-IcingaCheckCertificate.md +++ b/doc/plugins/02-Invoke-IcingaCheckCertificate.md @@ -32,7 +32,7 @@ No special permissions required. | Recurse | SwitchParameter | false | False | Includes sub-directories and entries while looking for certificates on a given path | | IgnoreEmpty | SwitchParameter | false | False | Will return `OK` instead of `UNKNOWN`, in case no certificates for the given filter and path were found | | Verbosity | Int32 | false | 0 | Changes the behavior of the plugin output which check states are printed: 0 (default): Only service checks/packages with state not OK will be printed 1: Only services with not OK will be printed including OK checks of affected check packages including Package config 2: Everything will be printed regardless of the check state 3: Identical to Verbose 2, but prints in addition the check package configuration e.g (All must be [OK]) | -| ThresholdInterval | Object | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | +| ThresholdInterval | String | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | ## Examples diff --git a/doc/plugins/03-Invoke-IcingaCheckCheckSum.md b/doc/plugins/03-Invoke-IcingaCheckCheckSum.md index b02d3497..6376bd38 100644 --- a/doc/plugins/03-Invoke-IcingaCheckCheckSum.md +++ b/doc/plugins/03-Invoke-IcingaCheckCheckSum.md @@ -22,7 +22,7 @@ No special permissions required. | Hash | String | false | | | | NoPerfData | SwitchParameter | false | False | | | Verbosity | Int32 | false | 0 | Changes the behavior of the plugin output which check states are printed: 0 (default): Only service checks/packages with state not OK will be printed 1: Only services with not OK will be printed including OK checks of affected check packages including Package config 2: Everything will be printed regardless of the check state 3: Identical to Verbose 2, but prints in addition the check package configuration e.g (All must be [OK]) | -| ThresholdInterval | Object | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | +| ThresholdInterval | String | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | ## Examples diff --git a/doc/plugins/04-Invoke-IcingaCheckCPU.md b/doc/plugins/04-Invoke-IcingaCheckCPU.md index 82686755..e6073a02 100644 --- a/doc/plugins/04-Invoke-IcingaCheckCPU.md +++ b/doc/plugins/04-Invoke-IcingaCheckCPU.md @@ -30,7 +30,7 @@ To execute this plugin you will require to grant the following user permissions. | Core | String | false | * | Used to specify a single core to check for. For the average load across all cores use `_Total` | | NoPerfData | SwitchParameter | false | False | | | Verbosity | Int32 | false | 0 | Changes the behavior of the plugin output which check states are printed: 0 (default): Only service checks/packages with state not OK will be printed 1: Only services with not OK will be printed including OK checks of affected check packages including Package config 2: Everything will be printed regardless of the check state 3: Identical to Verbose 2, but prints in addition the check package configuration e.g (All must be [OK]) | -| ThresholdInterval | Object | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | +| ThresholdInterval | String | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | ## Examples diff --git a/doc/plugins/05-Invoke-IcingaCheckDirectory.md b/doc/plugins/05-Invoke-IcingaCheckDirectory.md index b8b27a6c..f431311b 100644 --- a/doc/plugins/05-Invoke-IcingaCheckDirectory.md +++ b/doc/plugins/05-Invoke-IcingaCheckDirectory.md @@ -35,7 +35,7 @@ No special permissions required. | FileSizeSmallerThan | String | false | | String that expects input format like "5MB", which translates to the filze size 5 MB. Allowed units: B, KB, MB, GB, TB. Thereby all files with a size of 5 MB or less are considered within the check. | | Verbosity | Int32 | false | 0 | Changes the behavior of the plugin output which check states are printed: 0 (default): Only service checks/packages with state not OK will be printed 1: Only services with not OK will be printed including OK checks of affected check packages including Package config 2: Everything will be printed regardless of the check state 3: Identical to Verbose 2, but prints in addition the check package configuration e.g (All must be [OK]) | | NoPerfData | SwitchParameter | false | False | | -| ThresholdInterval | Object | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | +| ThresholdInterval | String | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | ## Examples diff --git a/doc/plugins/06-Invoke-IcingaCheckEventlog.md b/doc/plugins/06-Invoke-IcingaCheckEventlog.md index 653d9eb9..7eeba780 100644 --- a/doc/plugins/06-Invoke-IcingaCheckEventlog.md +++ b/doc/plugins/06-Invoke-IcingaCheckEventlog.md @@ -45,7 +45,7 @@ To execute this plugin you will require to grant the following user permissions. | DisableTimeCache | SwitchParameter | false | False | Switch to disable the time cache on a check. If this parameter is set the time cache is disabled. After the check has been run once, the next check instance will filter through the eventlog from the point the last check ended. This is due to the time cache, when disabled the whole eventlog is checked instead. | | NoPerfData | SwitchParameter | false | False | Used to disable PerfData. | | Verbosity | Int32 | false | 0 | Changes the behavior of the plugin output which check states are printed: 0 (default): Only service checks/packages with state not OK will be printed 1: Only services with not OK will be printed including OK checks of affected check packages including Package config 2: Everything will be printed regardless of the check state 3: Identical to Verbose 2, but prints in addition the check package configuration e.g (All must be [OK]) | -| ThresholdInterval | Object | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | +| ThresholdInterval | String | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | ## Examples diff --git a/doc/plugins/07-Invoke-IcingaCheckFirewall.md b/doc/plugins/07-Invoke-IcingaCheckFirewall.md index 27749a98..c8667ddd 100644 --- a/doc/plugins/07-Invoke-IcingaCheckFirewall.md +++ b/doc/plugins/07-Invoke-IcingaCheckFirewall.md @@ -21,7 +21,7 @@ No special permissions required. | Enabled | SwitchParameter | false | False | Used to specify whether the firewall profiles should be enabled or disabled. -Enabled $TRUE translates to enabled, while not being specified translates to disabled. | | NoPerfData | SwitchParameter | false | False | | | Verbosity | Int32 | false | 0 | Changes the behavior of the plugin output which check states are printed: 0 (default): Only service checks/packages with state not OK will be printed 1: Only services with not OK will be printed including OK checks of affected check packages including Package config 2: Everything will be printed regardless of the check state 3: Identical to Verbose 2, but prints in addition the check package configuration e.g (All must be [OK]) | -| ThresholdInterval | Object | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | +| ThresholdInterval | String | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | ## Examples diff --git a/doc/plugins/08-Invoke-IcingaCheckICMP.md b/doc/plugins/08-Invoke-IcingaCheckICMP.md index f38521f5..b87e9d4d 100644 --- a/doc/plugins/08-Invoke-IcingaCheckICMP.md +++ b/doc/plugins/08-Invoke-IcingaCheckICMP.md @@ -29,7 +29,7 @@ No special permissions required. | IPv6 | SwitchParameter | false | False | Force the usage of IPv6 addresses for ICMP calls by using a hostname | | NoPerfData | SwitchParameter | false | False | Set this argument to not write any performance data | | Verbosity | Int32 | false | 0 | Changes the behavior of the plugin output which check states are printed: 0 (default): Only service checks/packages with state not OK will be printed 1: Only services with not OK will be printed including OK checks of affected check packages including Package config 2: Everything will be printed regardless of the check state 3: Identical to Verbose 2, but prints in addition the check package configuration e.g (All must be [OK]) | -| ThresholdInterval | Object | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | +| ThresholdInterval | String | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | ## Examples diff --git a/doc/plugins/09-Invoke-IcingaCheckMemory.md b/doc/plugins/09-Invoke-IcingaCheckMemory.md index 7848645c..0aec18a2 100644 --- a/doc/plugins/09-Invoke-IcingaCheckMemory.md +++ b/doc/plugins/09-Invoke-IcingaCheckMemory.md @@ -36,7 +36,7 @@ To execute this plugin you will require to grant the following user permissions. | ExcludePageFile | Array | false | @() | Allows to filter for page files being excluded for the check | | Verbosity | Int32 | false | 0 | | | NoPerfData | SwitchParameter | false | False | | -| ThresholdInterval | Object | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | +| ThresholdInterval | String | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | ## Examples diff --git a/doc/plugins/10-Invoke-IcingaCheckNLA.md b/doc/plugins/10-Invoke-IcingaCheckNLA.md index 5d333bfa..8bf12fa1 100644 --- a/doc/plugins/10-Invoke-IcingaCheckNLA.md +++ b/doc/plugins/10-Invoke-IcingaCheckNLA.md @@ -19,7 +19,7 @@ No special permissions required. | Profile | String | false | | Used to specify the profile to check. Available profiles are 'DomainAuthenticated', 'Public', 'Private' | | Verbosity | Int32 | false | 0 | Changes the behavior of the plugin output which check states are printed: 0 (default): Only service checks/packages with state not OK will be printed 1: Only services with not OK will be printed including OK checks of affected check packages including Package config 2: Everything will be printed regardless of the check state 3: Identical to Verbose 2, but prints in addition the check package configuration e.g (All must be [OK]) | | NICs | Array | false | | Used to specify the NICs where to check the filewall profile. When not presented every nic which is active will be checked | -| ThresholdInterval | Object | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | +| ThresholdInterval | String | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | ## Examples diff --git a/doc/plugins/11-Invoke-IcingaCheckPerfcounter.md b/doc/plugins/11-Invoke-IcingaCheckPerfcounter.md index 5a3fc4ec..485b5416 100644 --- a/doc/plugins/11-Invoke-IcingaCheckPerfcounter.md +++ b/doc/plugins/11-Invoke-IcingaCheckPerfcounter.md @@ -30,7 +30,7 @@ To execute this plugin you will require to grant the following user permissions. | IgnoreEmptyChecks | SwitchParameter | false | False | Overrides the default behaviour of the plugin in case no check element was found and prevent the plugin from exiting UNKNOWN and returns OK instead | | NoPerfData | SwitchParameter | false | False | | | Verbosity | Int32 | false | 0 | Changes the behavior of the plugin output which check states are printed: 0 (default): Only service checks/packages with state not OK will be printed 1: Only services with not OK will be printed including OK checks of affected check packages including Package config 2: Everything will be printed regardless of the check state 3: Identical to Verbose 2, but prints in addition the check package configuration e.g (All must be [OK]) | -| ThresholdInterval | Object | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | +| ThresholdInterval | String | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | ## Examples diff --git a/doc/plugins/12-Invoke-IcingaCheckProcessCount.md b/doc/plugins/12-Invoke-IcingaCheckProcessCount.md index 03397e41..b1c36791 100644 --- a/doc/plugins/12-Invoke-IcingaCheckProcessCount.md +++ b/doc/plugins/12-Invoke-IcingaCheckProcessCount.md @@ -34,7 +34,7 @@ To execute this plugin you will require to grant the following user permissions. | Process | Array | false | | Used to specify an array of processes to count and match against. e.g. conhost,wininit | | NoPerfData | SwitchParameter | false | False | | | Verbosity | Int32 | false | 0 | Changes the behavior of the plugin output which check states are printed: 0 (default): Only service checks/packages with state not OK will be printed 1: Only services with not OK will be printed including OK checks of affected check packages including Package config 2: Everything will be printed regardless of the check state 3: Identical to Verbose 2, but prints in addition the check package configuration e.g (All must be [OK]) | -| ThresholdInterval | Object | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | +| ThresholdInterval | String | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | ## Examples diff --git a/doc/plugins/13-Invoke-IcingaCheckService.md b/doc/plugins/13-Invoke-IcingaCheckService.md index dbe61012..98533de2 100644 --- a/doc/plugins/13-Invoke-IcingaCheckService.md +++ b/doc/plugins/13-Invoke-IcingaCheckService.md @@ -32,7 +32,7 @@ To execute this plugin you will require to grant the following user permissions. | MitigateUnknown | SwitchParameter | false | False | This will tell the plugin to return OK instead of UNKNOWN, in case no service was added to this check | | Verbosity | Int32 | false | 0 | Changes the behavior of the plugin output which check states are printed: 0 (default): Only service checks/packages with state not OK will be printed 1: Only services with not OK will be printed including OK checks of affected check packages including Package config 2: Everything will be printed regardless of the check state 3: Identical to Verbose 2, but prints in addition the check package configuration e.g (All must be [OK]) | | NoPerfData | SwitchParameter | false | False | Disables the performance data output of this plugin | -| ThresholdInterval | Object | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | +| ThresholdInterval | String | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | ## Examples diff --git a/doc/plugins/14-Invoke-IcingaCheckUpdates.md b/doc/plugins/14-Invoke-IcingaCheckUpdates.md index d3ff1029..2d8f6bae 100644 --- a/doc/plugins/14-Invoke-IcingaCheckUpdates.md +++ b/doc/plugins/14-Invoke-IcingaCheckUpdates.md @@ -26,7 +26,7 @@ To execute this plugin you will require to grant the following user permissions. | Critical | Object | false | | Used to specify a Critical threshold. In this case an integer value. | | NoPerfData | SwitchParameter | false | False | | | Verbosity | Int32 | false | 0 | Changes the behavior of the plugin output which check states are printed: 0 (default): Only service checks/packages with state not OK will be printed 1: Only services with not OK will be printed including OK checks of affected check packages including Package config 2: Everything will be printed regardless of the check state 3: Identical to Verbose 2, but prints in addition the check package configuration e.g (All must be [OK]) | -| ThresholdInterval | Object | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | +| ThresholdInterval | String | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | ## Examples diff --git a/doc/plugins/15-Invoke-IcingaCheckUptime.md b/doc/plugins/15-Invoke-IcingaCheckUptime.md index 4e245847..935f5b14 100644 --- a/doc/plugins/15-Invoke-IcingaCheckUptime.md +++ b/doc/plugins/15-Invoke-IcingaCheckUptime.md @@ -25,7 +25,7 @@ To execute this plugin you will require to grant the following user permissions. | Critical | String | false | | Used to specify a Critical threshold. In this case a string. Allowed units include: ms, s, m, h, d, w, M, y | | NoPerfData | SwitchParameter | false | False | | | Verbosity | Int32 | false | 0 | Changes the behavior of the plugin output which check states are printed: 0 (default): Only service checks/packages with state not OK will be printed 1: Only services with not OK will be printed including OK checks of affected check packages including Package config 2: Everything will be printed regardless of the check state 3: Identical to Verbose 2, but prints in addition the check package configuration e.g (All must be [OK]) | -| ThresholdInterval | Object | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | +| ThresholdInterval | String | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | ## Examples diff --git a/doc/plugins/16-Invoke-IcingaCheckUsedPartitionSpace.md b/doc/plugins/16-Invoke-IcingaCheckUsedPartitionSpace.md index af41f451..247c1a0d 100644 --- a/doc/plugins/16-Invoke-IcingaCheckUsedPartitionSpace.md +++ b/doc/plugins/16-Invoke-IcingaCheckUsedPartitionSpace.md @@ -43,7 +43,7 @@ To execute this plugin you will require to grant the following user permissions. | SkipUnknown | SwitchParameter | false | False | Allows to set Unknown partitions to Ok in case no metrics could be loaded. | | CheckUsedSpace | SwitchParameter | false | False | Switches the behaviour of the plugin from checking with threshold for the free space (default) to the remaining (used) space instead | | Verbosity | Int32 | false | 0 | Changes the behavior of the plugin output which check states are printed: 0 (default): Only service checks/packages with state not OK will be printed 1: Only services with not OK will be printed including OK checks of affected check packages including Package config 2: Everything will be printed regardless of the check state 3: Identical to Verbose 2, but prints in addition the check package configuration e.g (All must be [OK]) | -| ThresholdInterval | Object | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | +| ThresholdInterval | String | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | ## Examples diff --git a/doc/plugins/17-Invoke-IcingaCheckUsers.md b/doc/plugins/17-Invoke-IcingaCheckUsers.md index 0bcfc750..03b88d2f 100644 --- a/doc/plugins/17-Invoke-IcingaCheckUsers.md +++ b/doc/plugins/17-Invoke-IcingaCheckUsers.md @@ -26,7 +26,7 @@ To execute this plugin you will require to grant the following user permissions. | Critical | Object | false | | Used to specify a Critical threshold. In this case an integer value. | | NoPerfData | SwitchParameter | false | False | | | Verbosity | Int32 | false | 0 | Changes the behavior of the plugin output which check states are printed: 0 (default): Only service checks/packages with state not OK will be printed 1: Only services with not OK will be printed including OK checks of affected check packages including Package config 2: Everything will be printed regardless of the check state 3: Identical to Verbose 2, but prints in addition the check package configuration e.g (All must be [OK]) | -| ThresholdInterval | Object | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | +| ThresholdInterval | String | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | ## Examples diff --git a/doc/plugins/18-Invoke-IcingaCheckTimeSync.md b/doc/plugins/18-Invoke-IcingaCheckTimeSync.md index 803c93c0..f5fa6106 100644 --- a/doc/plugins/18-Invoke-IcingaCheckTimeSync.md +++ b/doc/plugins/18-Invoke-IcingaCheckTimeSync.md @@ -25,7 +25,7 @@ No special permissions required. | Port | Int32 | false | 123 | Port number (default: 123) | | NoPerfData | SwitchParameter | false | False | | | Verbosity | Int32 | false | 0 | Changes the behavior of the plugin output which check states are printed: 0 (default): Only service checks/packages with state not OK will be printed 1: Only services with not OK will be printed including OK checks of affected check packages including Package config 2: Everything will be printed regardless of the check state 3: Identical to Verbose 2, but prints in addition the check package configuration e.g (All must be [OK]) | -| ThresholdInterval | Object | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | +| ThresholdInterval | String | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | ## Examples diff --git a/doc/plugins/19-Invoke-IcingaCheckScheduledTask.md b/doc/plugins/19-Invoke-IcingaCheckScheduledTask.md index 0a089ae9..90a078a6 100644 --- a/doc/plugins/19-Invoke-IcingaCheckScheduledTask.md +++ b/doc/plugins/19-Invoke-IcingaCheckScheduledTask.md @@ -29,7 +29,7 @@ No special permissions required. | IgnoreLastRunTime | SwitchParameter | false | False | By default every task which did not exit with 0 will be handled as critical. If you set this flag, the exit code of the task is ignored during check execution | | NoPerfData | SwitchParameter | false | False | Set this argument to not write any performance data | | Verbosity | Int32 | false | 0 | Changes the behavior of the plugin output which check states are printed: 0 (default): Only service checks/packages with state not OK will be printed 1: Only services with not OK will be printed including OK checks of affected check packages including Package config 2: Everything will be printed regardless of the check state 3: Identical to Verbose 2, but prints in addition the check package configuration e.g (All must be [OK]) | -| ThresholdInterval | Object | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | +| ThresholdInterval | String | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | ## Examples diff --git a/doc/plugins/20-Invoke-IcingaCheckDiskHealth.md b/doc/plugins/20-Invoke-IcingaCheckDiskHealth.md index 498ac77e..2ca5b8ec 100644 --- a/doc/plugins/20-Invoke-IcingaCheckDiskHealth.md +++ b/doc/plugins/20-Invoke-IcingaCheckDiskHealth.md @@ -66,7 +66,7 @@ To execute this plugin you will require to grant the following user permissions. | CheckLogicalOnly | SwitchParameter | false | False | Set this to include only disks that have drive letters like C:, D:, ..., assigned to them. Can be combined with include/exclude filters | | NoPerfData | SwitchParameter | false | False | | | Verbosity | Int32 | false | 0 | Changes the behavior of the plugin output which check states are printed: 0 (default): Only service checks/packages with state not OK will be printed 1: Only services with not OK will be printed including OK checks of affected check packages including Package config 2: Everything will be printed regardless of the check state 3: Identical to Verbose 2, but prints in addition the check package configuration e.g (All must be [OK]) | -| ThresholdInterval | Object | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | +| ThresholdInterval | String | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | ## Examples diff --git a/doc/plugins/21-Invoke-IcingaCheckNetworkInterface.md b/doc/plugins/21-Invoke-IcingaCheckNetworkInterface.md index 9e1e21b5..1cce236e 100644 --- a/doc/plugins/21-Invoke-IcingaCheckNetworkInterface.md +++ b/doc/plugins/21-Invoke-IcingaCheckNetworkInterface.md @@ -59,7 +59,7 @@ To execute this plugin you will require to grant the following user permissions. | IncludeHidden | SwitchParameter | false | False | Set this argument if you want to include hidden network Adapter for checks. It is a network which is available but is not broadcasting its ID. | | NoPerfData | SwitchParameter | false | False | Disables the performance data output of this plugin | | Verbosity | Object | false | 0 | Changes the behavior of the plugin output which check states are printed: 0 (default): Only service checks/packages with state not OK will be printed 1: Only services with not OK will be printed including OK checks of affected check packages including Package config 2: Everything will be printed regardless of the check state 3: Identical to Verbose 2, but prints in addition the check package configuration e.g (All must be [OK]) | -| ThresholdInterval | Object | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | +| ThresholdInterval | String | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | ## Examples diff --git a/doc/plugins/21-Invoke-IcingaCheckStoragePool.md b/doc/plugins/21-Invoke-IcingaCheckStoragePool.md index fa8b10b6..8cd0f5a6 100644 --- a/doc/plugins/21-Invoke-IcingaCheckStoragePool.md +++ b/doc/plugins/21-Invoke-IcingaCheckStoragePool.md @@ -39,7 +39,7 @@ To execute this plugin you will require to grant the following user permissions. | IncludePrimordial | SwitchParameter | false | False | A primordial pool, also known as the 'available storage' pool is where storage capacity is drawn and returned in the creation and deletion of concrete storage pools. Primordial pools cannot be created or deleted. You can set this to true if you also want to check Primordial StoragePools. Default to false. | | NoPerfData | SwitchParameter | false | False | Disables the performance data output of this plugin. Default to FALSE. | | Verbosity | Object | false | 0 | Changes the behavior of the plugin output which check states are printed: 0 (default): Only service checks/packages with state not OK will be printed 1: Only services with not OK will be printed including OK checks of affected check packages including Package config 2: Everything will be printed regardless of the check state 3: Identical to Verbose 2, but prints in addition the check package configuration e.g (All must be [OK]) | -| ThresholdInterval | Object | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | +| ThresholdInterval | String | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | ## Examples diff --git a/doc/plugins/23-Invoke-IcingaCheckTCP.md b/doc/plugins/23-Invoke-IcingaCheckTCP.md index 27ffb1d5..518f98e5 100644 --- a/doc/plugins/23-Invoke-IcingaCheckTCP.md +++ b/doc/plugins/23-Invoke-IcingaCheckTCP.md @@ -29,7 +29,7 @@ No special permissions required. | Critical | Object | false | | A critical threshold for the connection time in seconds. Allows the usage of unit additions, like 100ms. Allowed units: ms, s, m, h, d, w, M, y | | NoPerfData | SwitchParameter | false | False | Disables the performance data output of this plugin. Default to FALSE. | | Verbosity | Object | false | 0 | Changes the behavior of the plugin output which check states are printed: 0 (default): Only service checks/packages with state not OK will be printed 1: Only services with not OK will be printed including OK checks of affected check packages including Package config 2: Everything will be printed regardless of the check state 3: Identical to Verbose 2, but prints in addition the check package configuration e.g (All must be [OK]) | -| ThresholdInterval | Object | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | +| ThresholdInterval | String | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | ## Examples diff --git a/doc/plugins/24-Invoke-IcingaCheckUNCPath.md b/doc/plugins/24-Invoke-IcingaCheckUNCPath.md index 0f5d35b8..f39347d4 100644 --- a/doc/plugins/24-Invoke-IcingaCheckUNCPath.md +++ b/doc/plugins/24-Invoke-IcingaCheckUNCPath.md @@ -34,7 +34,7 @@ who can authenticate without a prompt | CheckUsedSpace | SwitchParameter | false | False | Switches the behaviour of the plugin from checking with threshold for the free space (default) to the remaining (used) space instead | | NoPerfData | SwitchParameter | false | False | Disables the performance data output of this plugin. Default to FALSE. | | Verbosity | Object | false | 0 | Changes the behavior of the plugin output which check states are printed: 0 (default): Only service checks/packages with state not OK will be printed 1: Only services with not OK will be printed including OK checks of affected check packages including Package config 2: Everything will be printed regardless of the check state 3: Identical to Verbose 2, but prints in addition the check package configuration e.g (All must be [OK]) | -| ThresholdInterval | Object | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | +| ThresholdInterval | String | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | ## Examples diff --git a/doc/plugins/25-Invoke-IcingaCheckHTTPStatus.md b/doc/plugins/25-Invoke-IcingaCheckHTTPStatus.md index 4cfc0b6c..b8ca3cbb 100644 --- a/doc/plugins/25-Invoke-IcingaCheckHTTPStatus.md +++ b/doc/plugins/25-Invoke-IcingaCheckHTTPStatus.md @@ -34,7 +34,7 @@ No special permissions required. | AddOutputContent | SwitchParameter | false | False | Adds the returned content of a webseite to the plugin output for debugging purpose | | NoPerfData | SwitchParameter | false | False | Used to disable PerfData. | | Verbosity | Int32 | false | 0 | Changes the behavior of the plugin output which check states are printed: 0 (default): Only service checks/packages with state not OK will be printed 1: Only services with not OK will be printed including OK checks of affected check packages including Package config 2: Everything will be printed regardless of the check state 3: Identical to Verbose 2, but prints in addition the check package configuration e.g (All must be [OK]) | -| ThresholdInterval | Object | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | +| ThresholdInterval | String | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | ## Examples diff --git a/doc/plugins/26-Invoke-IcingaCheckMPIO.md b/doc/plugins/26-Invoke-IcingaCheckMPIO.md index 1a2e5190..c6fcf278 100644 --- a/doc/plugins/26-Invoke-IcingaCheckMPIO.md +++ b/doc/plugins/26-Invoke-IcingaCheckMPIO.md @@ -23,7 +23,7 @@ To execute this plugin you will require to grant the following user permissions. | Critical | Object | false | | Used to specify a Critical threshold for the number of path defined. Use for example 6: for alerting for less than 6 MPIO paths available | | NoPerfData | SwitchParameter | false | False | Disables the performance data output of this plugin | | Verbosity | Object | false | 0 | Changes the behavior of the plugin output which check states are printed: 0 (default): Only service checks/packages with state not OK will be printed 1: Only services with not OK will be printed including OK checks of affected check packages including Package config 2: Everything will be printed regardless of the check state 3: Identical to Verbose 2, but prints in addition the check package configuration e.g (All must be [OK]) | -| ThresholdInterval | Object | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | +| ThresholdInterval | String | | | Change the value your defined threshold checks against from the current value to a collected time threshold of the Icinga for Windows daemon, as described [here](https://icinga.com/docs/icinga-for-windows/latest/doc/service/10-Register-Service-Checks/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. | ## Examples