checker: enforce prober-as-observation, move all analysis to rules layer
This commit is contained in:
parent
1e6254c289
commit
8b86eb6a8b
12 changed files with 155 additions and 152 deletions
|
|
@ -28,8 +28,6 @@ import (
|
|||
sdk "git.happydns.org/checker-sdk-go/checker"
|
||||
)
|
||||
|
||||
// Each concern is its own rule so results surface independently in the UI
|
||||
// rather than being squashed under a single aggregated verdict.
|
||||
func Rules() []sdk.CheckRule {
|
||||
return []sdk.CheckRule{
|
||||
&reachabilityRule{},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue