Changed project URL
This commit is contained in:
parent
8f566fa955
commit
14e1a764ae
3 changed files with 4 additions and 4 deletions
|
@ -12,8 +12,8 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"nocternity.net/monitoring/perfdata"
|
"nocternity.net/go/monitoring/perfdata"
|
||||||
"nocternity.net/monitoring/plugin"
|
"nocternity.net/go/monitoring/plugin"
|
||||||
|
|
||||||
"github.com/karrick/golf"
|
"github.com/karrick/golf"
|
||||||
)
|
)
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
||||||
module nocternity.net/monitoring
|
module nocternity.net/go/monitoring
|
||||||
|
|
||||||
go 1.15
|
go 1.15
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ import (
|
||||||
"os"
|
"os"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"nocternity.net/monitoring/perfdata"
|
"nocternity.net/go/monitoring/perfdata"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Status represents the return status of the monitoring plugin. The
|
// Status represents the return status of the monitoring plugin. The
|
||||||
|
|
Loading…
Reference in a new issue