Tivan is dead, long live Telegraf. Fixes #3
This commit is contained in:
@@ -5,7 +5,7 @@ package load
|
||||
import (
|
||||
"strconv"
|
||||
|
||||
common "github.com/influxdb/tivan/plugins/system/ps/common"
|
||||
common "github.com/influxdb/telegraf/plugins/system/ps/common"
|
||||
)
|
||||
|
||||
func LoadAvg() (*LoadAvgStat, error) {
|
||||
|
||||
@@ -5,7 +5,7 @@ package load
|
||||
import (
|
||||
"strconv"
|
||||
|
||||
common "github.com/influxdb/tivan/plugins/system/ps/common"
|
||||
common "github.com/influxdb/telegraf/plugins/system/ps/common"
|
||||
)
|
||||
|
||||
func LoadAvg() (*LoadAvgStat, error) {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
package load
|
||||
|
||||
import (
|
||||
common "github.com/influxdb/tivan/plugins/system/ps/common"
|
||||
common "github.com/influxdb/telegraf/plugins/system/ps/common"
|
||||
)
|
||||
|
||||
func LoadAvg() (*LoadAvgStat, error) {
|
||||
|
||||
Reference in New Issue
Block a user