diff --git a/.gitignore b/.gitignore index 16eadce..71151f0 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,6 @@ _testmain.go *.exe *.test *.prof -micro-daemon -webroot/nodes.json +RespondCollector +webroot/ config.yml diff --git a/main.go b/main.go index 9d560c3..b80b469 100644 --- a/main.go +++ b/main.go @@ -10,10 +10,10 @@ import ( "syscall" "time" - "github.com/monitormap/micro-daemon/data" - "github.com/monitormap/micro-daemon/models" - "github.com/monitormap/micro-daemon/respond" - "github.com/monitormap/micro-daemon/websocketserver" + "github.com/FreifunkBremen/RespondCollector/data" + "github.com/FreifunkBremen/RespondCollector/models" + "github.com/FreifunkBremen/RespondCollector/respond" + "github.com/FreifunkBremen/RespondCollector/websocketserver" ) var ( diff --git a/models/nodes.go b/models/nodes.go index f067bff..9d49372 100644 --- a/models/nodes.go +++ b/models/nodes.go @@ -8,7 +8,7 @@ import ( "sync" "time" - "github.com/monitormap/micro-daemon/data" + "github.com/FreifunkBremen/RespondCollector/data" ) // Node struct diff --git a/respond/multi_collector.go b/respond/multi_collector.go index 85c7b09..d94443d 100644 --- a/respond/multi_collector.go +++ b/respond/multi_collector.go @@ -1,7 +1,7 @@ package respond import ( - "github.com/monitormap/micro-daemon/data" + "github.com/FreifunkBremen/RespondCollector/data" "time" ) diff --git a/stats_db.go b/stats_db.go index 9bfd432..04f7f21 100644 --- a/stats_db.go +++ b/stats_db.go @@ -6,7 +6,7 @@ import ( "time" "github.com/influxdata/influxdb/client/v2" - "github.com/monitormap/micro-daemon/data" + "github.com/FreifunkBremen/RespondCollector/data" ) const (