mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-22 07:39:52 -05:00
Fixes doc for changed basket file output handling
This commit is contained in:
parent
c257beab9b
commit
58ba229c4f
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ Get-IcingaCheckCommandConfig -CheckName Invoke-IcingaCheckBiosSerial, Invoke-Ici
|
||||||
Last but not least you can output the JSON-Basket directly into a file. To do this, simply use the `OutFile` argument. You only require to specify a directory here, as the file including a timestamp is generated by the Cmdlet itself
|
Last but not least you can output the JSON-Basket directly into a file. To do this, simply use the `OutFile` argument. You only require to specify a directory here, as the file including a timestamp is generated by the Cmdlet itself
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
Get-IcingaCheckCommandConfig -OutFile 'C:\Users\myuser\Documents\
|
Get-IcingaCheckCommandConfig -OutDirectory 'C:\Users\myuser\Documents\
|
||||||
```
|
```
|
||||||
|
|
||||||
Once the file is exported, you can navigate to your Icinga Director Basket menu and import the generated file. Afterwards all specified Check-Commands are available and ready to use
|
Once the file is exported, you can navigate to your Icinga Director Basket menu and import the generated file. Afterwards all specified Check-Commands are available and ready to use
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue