mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2026-02-03 04:09:29 -05:00
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:
commit
aec0bc7c49
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue