Updated versionand remote
This commit is contained in:
@@ -4,7 +4,7 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/jasper/quptime/internal/config"
|
||||
"git.cer.sh/axodouble/quptime/internal/config"
|
||||
)
|
||||
|
||||
// State is the aggregate verdict on one check.
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/jasper/quptime/internal/config"
|
||||
"git.cer.sh/axodouble/quptime/internal/config"
|
||||
)
|
||||
|
||||
func TestAggregatorHysteresisRequiresConsecutiveEvals(t *testing.T) {
|
||||
|
||||
@@ -8,7 +8,7 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/jasper/quptime/internal/config"
|
||||
"git.cer.sh/axodouble/quptime/internal/config"
|
||||
)
|
||||
|
||||
// maxBodyRead is the cap on how much body a check will pull when
|
||||
|
||||
@@ -7,7 +7,7 @@ import (
|
||||
|
||||
probing "github.com/prometheus-community/pro-bing"
|
||||
|
||||
"github.com/jasper/quptime/internal/config"
|
||||
"git.cer.sh/axodouble/quptime/internal/config"
|
||||
)
|
||||
|
||||
type icmpProber struct{}
|
||||
|
||||
@@ -13,7 +13,7 @@ import (
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
"github.com/jasper/quptime/internal/config"
|
||||
"git.cer.sh/axodouble/quptime/internal/config"
|
||||
)
|
||||
|
||||
// Result is the outcome of a single probe.
|
||||
|
||||
@@ -9,7 +9,7 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/jasper/quptime/internal/config"
|
||||
"git.cer.sh/axodouble/quptime/internal/config"
|
||||
)
|
||||
|
||||
func TestHTTPProberHappyPath(t *testing.T) {
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/jasper/quptime/internal/config"
|
||||
"git.cer.sh/axodouble/quptime/internal/config"
|
||||
)
|
||||
|
||||
// ReconcileInterval is how often the scheduler reconciles its set of
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
"net"
|
||||
"time"
|
||||
|
||||
"github.com/jasper/quptime/internal/config"
|
||||
"git.cer.sh/axodouble/quptime/internal/config"
|
||||
)
|
||||
|
||||
type tcpProber struct{}
|
||||
|
||||
Reference in New Issue
Block a user