mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-21 23:29:40 -05:00
parent
a040873e31
commit
c2697adf2f
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ function Get-IcingaDirectorSelfServiceConfig()
|
|||
}
|
||||
|
||||
if ([string]::IsNullOrEmpty($ApiKey)) {
|
||||
throw 'Please enter either a template or your host key';
|
||||
throw 'Please enter either a template or your host key. If this message persists, ensure your host is not having a template key assigned already. If so, you can try dropping it within the Icinga Director.';
|
||||
}
|
||||
|
||||
$ProgressPreference = "SilentlyContinue";
|
||||
|
|
|
|||
Loading…
Reference in a new issue