fix plugin registration name
This commit is contained in:
parent
ca0e732331
commit
e424d47ce6
|
@ -98,7 +98,7 @@ func pidFromExe(exe string) (int, error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
plugins.Add("process", func() plugins.Plugin {
|
plugins.Add("procstat", func() plugins.Plugin {
|
||||||
return NewProcstat()
|
return NewProcstat()
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue