checker: build host FQDN from subdomain + apex at service scope
This commit is contained in:
parent
06036c89d9
commit
a1203425ff
3 changed files with 28 additions and 7 deletions
|
|
@ -75,6 +75,12 @@ func (p *sshProvider) Definition() *sdk.CheckerDefinition {
|
|||
AutoFill: sdk.AutoFillService,
|
||||
Hide: true,
|
||||
},
|
||||
{
|
||||
Id: OptionDomainName,
|
||||
Label: "Parent domain name",
|
||||
AutoFill: sdk.AutoFillDomainName,
|
||||
Hide: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
Rules: Rules(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue