telegraf/plugins/inputs/system
Zack Zatkin-Gold 61be19b1f0 Fix telegraf example arguments (#2788)
Many of the examples provided within documentation are using a single
dash for the command line arguments, but the telegraf executable
explicitly has two dashes.

There are also some inconsistencies with the ordering of the command
line argument examples.  I've ordered them so that the examples will
show: config, config-directory, input-filter, test
2017-05-12 15:22:29 -07:00
..
CPU_README.md Add sample config stanza for CPU (#2620) 2017-04-06 14:44:02 -07:00
DISK_README.md Fix telegraf example arguments (#2788) 2017-05-12 15:22:29 -07:00
KERNEL_README.md Fix telegraf example arguments (#2788) 2017-05-12 15:22:29 -07:00
KERNEL_VMSTAT_README.md Fix telegraf example arguments (#2788) 2017-05-12 15:22:29 -07:00
LINUX_SYSCTL_FS_README.md add support for linux sysctl fs metrics (#2609) 2017-03-31 14:01:02 -07:00
MEM_README.md
NETSTAT_README.md
NET_README.md Fix telegraf example arguments (#2788) 2017-05-12 15:22:29 -07:00
PROCESSES_README.md Fix telegraf example arguments (#2788) 2017-05-12 15:22:29 -07:00
SYSTEM_README.md Fix telegraf example arguments (#2788) 2017-05-12 15:22:29 -07:00
cpu.go Simplify system.DiskUsage() (#2630) 2017-04-18 11:42:58 -07:00
cpu_test.go
disk.go Simplify system.DiskUsage() (#2630) 2017-04-18 11:42:58 -07:00
disk_linux.go add support for diskio name templates & udev tags 2017-01-27 16:15:42 -08:00
disk_linux_test.go add support for diskio name templates & udev tags 2017-01-27 16:15:42 -08:00
disk_other.go add support for diskio name templates & udev tags 2017-01-27 16:15:42 -08:00
disk_test.go Simplify system.DiskUsage() (#2630) 2017-04-18 11:42:58 -07:00
kernel.go
kernel_notlinux.go
kernel_test.go
kernel_vmstat.go
kernel_vmstat_test.go
linux_sysctl_fs.go add support for linux sysctl fs metrics (#2609) 2017-03-31 14:01:02 -07:00
linux_sysctl_fs_test.go add support for linux sysctl fs metrics (#2609) 2017-03-31 14:01:02 -07:00
memory.go Simplify system.DiskUsage() (#2630) 2017-04-18 11:42:58 -07:00
memory_test.go
mock_PS.go Simplify system.DiskUsage() (#2630) 2017-04-18 11:42:58 -07:00
net.go Simplify system.DiskUsage() (#2630) 2017-04-18 11:42:58 -07:00
net_test.go
netstat.go Simplify system.DiskUsage() (#2630) 2017-04-18 11:42:58 -07:00
processes.go Report DEAD (X) State Process (#2501) 2017-03-09 11:28:54 -08:00
processes_test.go
ps.go Simplify system.DiskUsage() (#2630) 2017-04-18 11:42:58 -07:00
system.go