Tivan is dead, long live Telegraf. Fixes #3
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
"strings"
|
||||
"unsafe"
|
||||
|
||||
common "github.com/influxdb/tivan/plugins/system/ps/common"
|
||||
common "github.com/influxdb/telegraf/plugins/system/ps/common"
|
||||
)
|
||||
|
||||
func HostInfo() (*HostInfoStat, error) {
|
||||
|
||||
@@ -13,7 +13,7 @@ import (
|
||||
"strings"
|
||||
"unsafe"
|
||||
|
||||
common "github.com/influxdb/tivan/plugins/system/ps/common"
|
||||
common "github.com/influxdb/telegraf/plugins/system/ps/common"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -14,7 +14,7 @@ import (
|
||||
"syscall"
|
||||
"unsafe"
|
||||
|
||||
common "github.com/influxdb/tivan/plugins/system/ps/common"
|
||||
common "github.com/influxdb/telegraf/plugins/system/ps/common"
|
||||
)
|
||||
|
||||
type LSB struct {
|
||||
|
||||
@@ -8,8 +8,8 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
common "github.com/influxdb/tivan/plugins/system/ps/common"
|
||||
process "github.com/influxdb/tivan/plugins/system/ps/process"
|
||||
common "github.com/influxdb/telegraf/plugins/system/ps/common"
|
||||
process "github.com/influxdb/telegraf/plugins/system/ps/process"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user