Tivan is dead, long live Telegraf. Fixes #3

This commit is contained in:
Evan Phoenix
2015-05-22 16:45:14 -07:00
parent 08ce092713
commit 1653330421
58 changed files with 130 additions and 130 deletions

View File

@@ -7,7 +7,7 @@ import (
"strconv"
"strings"
"github.com/influxdb/tivan/plugins/system/ps/common"
"github.com/influxdb/telegraf/plugins/system/ps/common"
)
func NetIOCounters(pernic bool) ([]NetIOCountersStat, error) {

View File

@@ -7,7 +7,7 @@ import (
"strconv"
"strings"
"github.com/influxdb/tivan/plugins/system/ps/common"
"github.com/influxdb/telegraf/plugins/system/ps/common"
)
func NetIOCounters(pernic bool) ([]NetIOCountersStat, error) {

View File

@@ -6,7 +6,7 @@ import (
"strconv"
"strings"
common "github.com/influxdb/tivan/plugins/system/ps/common"
common "github.com/influxdb/telegraf/plugins/system/ps/common"
)
// NetIOCounters returnes network I/O statistics for every network

View File

@@ -8,7 +8,7 @@ import (
"syscall"
"unsafe"
common "github.com/influxdb/tivan/plugins/system/ps/common"
common "github.com/influxdb/telegraf/plugins/system/ps/common"
)
var (