File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export COLLECTD_SRC="/path/to/collectd/source"
31
31
export CGO_CPPFLAGS=" -I${COLLECTD_SRC} /src/daemon -I${COLLECTD_SRC} /src"
32
32
33
33
34
- git clone https://github.com/pleimer /collectd-libpod-stats.git
34
+ git clone https://github.com/infrawatch /collectd-libpod-stats.git
35
35
cd collectd-libpod-stats/plugin
36
36
go build -buildmode=c-shared -o libpodstats.so
37
37
```
Original file line number Diff line number Diff line change 1
- module github.com/pleimer /collectd-libpod-stats
1
+ module github.com/infrawatch /collectd-libpod-stats
2
2
3
3
go 1.16
4
4
Original file line number Diff line number Diff line change 4
4
"encoding/json"
5
5
"testing"
6
6
7
- "github.com/pleimer /collectd-libpod-stats/pkg/assert"
7
+ "github.com/infrawatch /collectd-libpod-stats/pkg/assert"
8
8
)
9
9
10
10
func TestListCreation (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ import (
15
15
"path/filepath"
16
16
17
17
"github.com/pkg/errors"
18
- "github.com/pleimer /collectd-libpod-stats/pkg/cgroups"
19
- "github.com/pleimer /collectd-libpod-stats/pkg/containers"
18
+ "github.com/infrawatch /collectd-libpod-stats/pkg/cgroups"
19
+ "github.com/infrawatch /collectd-libpod-stats/pkg/containers"
20
20
)
21
21
22
22
const (
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package virt
3
3
import (
4
4
"testing"
5
5
6
- "github.com/pleimer /collectd-libpod-stats/pkg/assert"
7
- "github.com/pleimer /collectd-libpod-stats/pkg/cgroups"
6
+ "github.com/infrawatch /collectd-libpod-stats/pkg/assert"
7
+ "github.com/infrawatch /collectd-libpod-stats/pkg/cgroups"
8
8
)
9
9
10
10
type userPaths struct {
Original file line number Diff line number Diff line change 7
7
8
8
"collectd.org/api"
9
9
"collectd.org/plugin"
10
- "github.com/pleimer /collectd-libpod-stats/pkg/cgroups"
11
- "github.com/pleimer /collectd-libpod-stats/pkg/virt"
10
+ "github.com/infrawatch /collectd-libpod-stats/pkg/cgroups"
11
+ "github.com/infrawatch /collectd-libpod-stats/pkg/virt"
12
12
)
13
13
14
14
// LibpodStats gathers container resource usage stats from libpod cgroups
You can’t perform that action at this time.
0 commit comments