From ac78932d77a44f54b92b5dd9d3edb96effb5f863 Mon Sep 17 00:00:00 2001 From: Lord Hepipud Date: Thu, 30 Jan 2025 17:32:24 +0100 Subject: [PATCH] Fixes doc creation for MoT handling --- lib/core/framework/Publish-IcingaPluginDocumentation.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/framework/Publish-IcingaPluginDocumentation.psm1 b/lib/core/framework/Publish-IcingaPluginDocumentation.psm1 index d42c6fd..35679ab 100644 --- a/lib/core/framework/Publish-IcingaPluginDocumentation.psm1 +++ b/lib/core/framework/Publish-IcingaPluginDocumentation.psm1 @@ -148,7 +148,7 @@ function Publish-IcingaPluginDocumentation() Add-IcingaDocumentContent -Name $PluginName -Content $TableContent; } - Add-IcingaDocumentContent -Name $PluginName -Content '| 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. |'; + Add-IcingaDocumentContent -Name $PluginName -Content '| 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/110-Installation/06-Collect-Metrics-over-Time/). An example for this argument would be 1m or 15m which will use the average of 1m or 15m for monitoring. |'; } if ($null -ne $PluginHelp.examples) {