Updated versionand remote

This commit is contained in:
2026-05-12 06:53:15 +00:00
parent 139c224a31
commit caa45ed603
36 changed files with 67 additions and 67 deletions
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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) {
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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{}
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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) {
+1 -1
View File
@@ -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
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"net"
"time"
"github.com/jasper/quptime/internal/config"
"git.cer.sh/axodouble/quptime/internal/config"
)
type tcpProber struct{}