From ae241b61096520ae39e5a43c06aa60e8333a66e2 Mon Sep 17 00:00:00 2001 From: Alexander Stoll Date: Fri, 13 Sep 2019 16:24:30 +0200 Subject: [PATCH] Fixed codestyling --- lib/core/tools/Get-IcingaCheckCommandConfig.psm1 | 9 ++++----- lib/plugins/Invoke-IcingaCheckService.psm1 | 8 ++++---- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/lib/core/tools/Get-IcingaCheckCommandConfig.psm1 b/lib/core/tools/Get-IcingaCheckCommandConfig.psm1 index aee83f6..6ddf2d7 100644 --- a/lib/core/tools/Get-IcingaCheckCommandConfig.psm1 +++ b/lib/core/tools/Get-IcingaCheckCommandConfig.psm1 @@ -25,7 +25,6 @@ - 'Invoke-IcingaCheckUsers' ############################################################ - .EXAMPLE Get-IcingaCheckCommandConfig -OutFile 'C:\Users\icinga\config-exports' The following commands have been exported: @@ -50,16 +49,16 @@ Used to specify an array of commands which should be exported. Seperated with ',' - .INPUTS +.INPUTS System.Array - .OUTPUTS +.OUTPUTS System.String - .LINK +.LINK https://github.com/LordHepipud/icinga-module-windows - .NOTES +.NOTES #> function Get-IcingaCheckCommandConfig() diff --git a/lib/plugins/Invoke-IcingaCheckService.psm1 b/lib/plugins/Invoke-IcingaCheckService.psm1 index c29d59e..3b2c323 100644 --- a/lib/plugins/Invoke-IcingaCheckService.psm1 +++ b/lib/plugins/Invoke-IcingaCheckService.psm1 @@ -28,16 +28,16 @@ Import-IcingaLib icinga\plugin; .PARAMETER Status Status for the specified service or services to check against. - .INPUTS +.INPUTS System.Array - .OUTPUTS +.OUTPUTS System.String - .LINK +.LINK https://github.com/LordHepipud/icinga-module-windows - .NOTES +.NOTES #> function Invoke-IcingaCheckService()