telegraf/plugins/inputs/system
Cameron Sparr 9c0d14bb60 Create public models for telegraf metrics, accumlator, plugins
This will basically make the root directory a place for storing the
major telegraf interfaces, which will make telegraf's godoc looks quite
a bit nicer. And make it easier for contributors to lookup the few data
types that they actually care about.

closes #564
2016-01-27 15:42:50 -07:00
..
CPU_README.md renaming plugins -> inputs 2016-01-07 15:04:30 -07:00
DISK_README.md Fixup some disk usage reporting, make it reflect df 2016-01-26 11:56:28 -07:00
MEM_README.md renaming plugins -> inputs 2016-01-07 15:04:30 -07:00
NETSTAT_README.md renaming plugins -> inputs 2016-01-07 15:04:30 -07:00
cpu.go Create public models for telegraf metrics, accumlator, plugins 2016-01-27 15:42:50 -07:00
cpu_test.go Fix issue 524 2016-01-20 10:57:35 -08:00
disk.go Create public models for telegraf metrics, accumlator, plugins 2016-01-27 15:42:50 -07:00
disk_test.go Fixup some disk usage reporting, make it reflect df 2016-01-26 11:56:28 -07:00
memory.go Create public models for telegraf metrics, accumlator, plugins 2016-01-27 15:42:50 -07:00
memory_test.go Fix issue 524 2016-01-20 10:57:35 -08:00
mock_PS.go Refactor the docker plugin, use go-dockerclient throughout 2016-01-21 16:07:03 -07:00
net.go Create public models for telegraf metrics, accumlator, plugins 2016-01-27 15:42:50 -07:00
net_test.go Fix issue 524 2016-01-20 10:57:35 -08:00
netstat.go Create public models for telegraf metrics, accumlator, plugins 2016-01-27 15:42:50 -07:00
ps.go Create public models for telegraf metrics, accumlator, plugins 2016-01-27 15:42:50 -07:00
system.go Create public models for telegraf metrics, accumlator, plugins 2016-01-27 15:42:50 -07:00