diff --git a/doc/icingaintegration/01-DirectorBaskets.md b/doc/icingaintegration/01-DirectorBaskets.md index 88ff689..2cd7170 100644 --- a/doc/icingaintegration/01-DirectorBaskets.md +++ b/doc/icingaintegration/01-DirectorBaskets.md @@ -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 ```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