Apply only on opt-in services
This commit is contained in:
parent
7b25ab96a9
commit
62af1743f6
1 changed files with 1 additions and 2 deletions
|
|
@ -14,8 +14,7 @@ func Definition() *sdk.CheckerDefinition {
|
||||||
Name: "Outbound deliverability (via happyDeliver)",
|
Name: "Outbound deliverability (via happyDeliver)",
|
||||||
Version: Version,
|
Version: Version,
|
||||||
Availability: sdk.CheckerAvailability{
|
Availability: sdk.CheckerAvailability{
|
||||||
ApplyToService: true,
|
ApplyToService: true,
|
||||||
LimitToServices: []string{"svcs.MXs"},
|
|
||||||
},
|
},
|
||||||
ObservationKeys: []sdk.ObservationKey{ObservationKeyHappyDeliver},
|
ObservationKeys: []sdk.ObservationKey{ObservationKeyHappyDeliver},
|
||||||
Options: sdk.CheckerOptionsDocumentation{
|
Options: sdk.CheckerOptionsDocumentation{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue