Fixes doc creation for MoT handling

This commit is contained in:
Lord Hepipud 2025-01-30 17:32:24 +01:00
parent a2858f173e
commit ac78932d77

View file

@ -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) {