Added missing description for documented plugin arguments

This commit is contained in:
Crited 2019-09-13 16:23:34 +02:00
parent 5888faef3d
commit 33384531c6

View file

@ -281,7 +281,7 @@ function Get-IcingaCheckCommandConfig()
'0', @{ '0', @{
'varname' = 'PowerShell_switch_NoPerfData'; 'varname' = 'PowerShell_switch_NoPerfData';
'caption' = 'NoPerfData'; 'caption' = 'NoPerfData';
'description' = $NULL; 'description' = 'Specifies if the plugin will return performance data output or not';
'datatype' = 'Icinga\\Module\\Director\\DataType\\DataTypeDatalist'; 'datatype' = 'Icinga\\Module\\Director\\DataType\\DataTypeDatalist';
'format' = $NULL; 'format' = $NULL;
'originalId' = '0'; 'originalId' = '0';
@ -299,7 +299,7 @@ function Get-IcingaCheckCommandConfig()
'1', @{ '1', @{
'varname' = 'PowerShell_switch_NoPerfData'; 'varname' = 'PowerShell_switch_NoPerfData';
'caption' = 'Verbose'; 'caption' = 'Verbose';
'description' = $NULL; 'description' = 'Specifies if the plugin will return performance data output or not';
'datatype' = 'Icinga\\Module\\Director\\DataType\\DataTypeString'; 'datatype' = 'Icinga\\Module\\Director\\DataType\\DataTypeString';
'format' = $NULL; 'format' = $NULL;
'originalId' = '1'; 'originalId' = '1';
@ -320,7 +320,7 @@ function Get-IcingaCheckCommandConfig()
[string]$FieldID, @{ [string]$FieldID, @{
'varname' = $IcingaCustomVariable; 'varname' = $IcingaCustomVariable;
'caption' = $parameter.Name; 'caption' = $parameter.Name;
'description' = $NULL; 'description' = $parameter.Description.Text;
'datatype' = $IcingaDataType; 'datatype' = $IcingaDataType;
'format' = $NULL; 'format' = $NULL;
'originalId' = [string]$FieldID; 'originalId' = [string]$FieldID;
@ -377,7 +377,7 @@ function Get-IcingaCheckCommandConfig()
[string]$FieldID, @{ [string]$FieldID, @{
'varname' = 'PowerShell_Object_Verbose'; 'varname' = 'PowerShell_Object_Verbose';
'caption' = 'Verbose'; 'caption' = 'Verbose';
'description' = $NULL; 'description' = 'Increase the plugin output for more information on the received result.';
'datatype' = 'Icinga\Module\Director\DataType\DataTypeDatalist'; 'datatype' = 'Icinga\Module\Director\DataType\DataTypeDatalist';
'format' = $NULL; 'format' = $NULL;
'originalId' = [string]$FieldID; 'originalId' = [string]$FieldID;
@ -407,7 +407,7 @@ function Get-IcingaCheckCommandConfig()
[string]$FieldID, @{ [string]$FieldID, @{
'varname' = 'PowerShell_switch_NoPerfData'; 'varname' = 'PowerShell_switch_NoPerfData';
'caption' = 'Perf Data'; 'caption' = 'Perf Data';
'description' = $NULL; 'description' = 'Specifies if the plugin will return performance data output or not';
'datatype' = 'Icinga\Module\Director\DataType\DataTypeDatalist'; 'datatype' = 'Icinga\Module\Director\DataType\DataTypeDatalist';
'format' = $NULL; 'format' = $NULL;
'originalId' = [string]$FieldID; 'originalId' = [string]$FieldID;