Merge pull request #777 from Icinga:fix/fixes_link_to_mot_for_plugin_documentation

Fix: Docs creation for MoT handling with -ThresholdInterval argument
This commit is contained in:
Lord Hepipud 2025-01-30 17:33:28 +01:00 committed by GitHub
commit aec0bc7c49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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