mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-20 23:00:35 -05:00
Fixed codestyling
This commit is contained in:
parent
d7c1e27f84
commit
ae241b6109
2 changed files with 8 additions and 9 deletions
|
|
@ -25,7 +25,6 @@
|
||||||
- 'Invoke-IcingaCheckUsers'
|
- 'Invoke-IcingaCheckUsers'
|
||||||
############################################################
|
############################################################
|
||||||
|
|
||||||
|
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
Get-IcingaCheckCommandConfig -OutFile 'C:\Users\icinga\config-exports'
|
Get-IcingaCheckCommandConfig -OutFile 'C:\Users\icinga\config-exports'
|
||||||
The following commands have been exported:
|
The following commands have been exported:
|
||||||
|
|
@ -50,16 +49,16 @@
|
||||||
Used to specify an array of commands which should be exported.
|
Used to specify an array of commands which should be exported.
|
||||||
Seperated with ','
|
Seperated with ','
|
||||||
|
|
||||||
.INPUTS
|
.INPUTS
|
||||||
System.Array
|
System.Array
|
||||||
|
|
||||||
.OUTPUTS
|
.OUTPUTS
|
||||||
System.String
|
System.String
|
||||||
|
|
||||||
.LINK
|
.LINK
|
||||||
https://github.com/LordHepipud/icinga-module-windows
|
https://github.com/LordHepipud/icinga-module-windows
|
||||||
|
|
||||||
.NOTES
|
.NOTES
|
||||||
#>
|
#>
|
||||||
|
|
||||||
function Get-IcingaCheckCommandConfig()
|
function Get-IcingaCheckCommandConfig()
|
||||||
|
|
|
||||||
|
|
@ -28,16 +28,16 @@ Import-IcingaLib icinga\plugin;
|
||||||
.PARAMETER Status
|
.PARAMETER Status
|
||||||
Status for the specified service or services to check against.
|
Status for the specified service or services to check against.
|
||||||
|
|
||||||
.INPUTS
|
.INPUTS
|
||||||
System.Array
|
System.Array
|
||||||
|
|
||||||
.OUTPUTS
|
.OUTPUTS
|
||||||
System.String
|
System.String
|
||||||
|
|
||||||
.LINK
|
.LINK
|
||||||
https://github.com/LordHepipud/icinga-module-windows
|
https://github.com/LordHepipud/icinga-module-windows
|
||||||
|
|
||||||
.NOTES
|
.NOTES
|
||||||
#>
|
#>
|
||||||
|
|
||||||
function Invoke-IcingaCheckService()
|
function Invoke-IcingaCheckService()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue